@charset "utf-8";
html, body {
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
}
p {
	margin: 0px;
}
#pageContainer {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header {
	height: 50px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: white;
	/*float: left;*/
	
	background-color: #262750;
	position: relative;
	z-index: 99;
}
#header p {
	position: relative;
	margin: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px;
	float: left;/*padding-top: 3px;*/
}
#langSelector {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: right;
	margin-right: 5px;
	display: table;
	z-index: 99;
}
#langSelector select {
	display: table-cell;
	width: 6em;
	height: 2.5em;
	padding: 4px;
	border-style: none;
	border-radius: 5px;
	appearance: none;
	background-color: #262750;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: linear-gradient(to bottom right, white 3%, #020138 30%);
	vertical-align: middle;
}
#langSelector select option {
	background-color: #020138;
}
#langSelector::after {
	display: table-cell;
	font-size: 18px;
	transform: rotate(90deg);
	content: "\203A";
	position: relative;
	right: 1em;
	pointer-events: none;
}
.hamburger {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5em;
	height: 2.5em;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	border-style: none;
	border-radius: 5px;
	text-align: center;
	background: linear-gradient(to bottom right, white 3%, #020138 30%);
	display: inline-block;
}
.hamburger div {
	background-color: white;
	border-style: none;
	height: 9%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	position: absolute;
	display: inline;
	transition: ease 0.3s;
	transform: translateX(-50%);
}
.hamburger div:nth-child(1) {
	top: 20%;
}
.hamburger div:nth-child(2) {
	top: 45%;
}
.hamburger div:nth-child(3) {
	top: 70%;
}
.hamburger label {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
#menuButton:checked + .hamburger div:nth-child(2) {
	opacity: 0;
	transition: opacity 0.3s;
}
#menuButton:checked + .hamburger div:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#menuButton:checked + .hamburger div:nth-child(3) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#menuButton:checked ~ #menuBarContainer > .menuBar {
	max-height: 100vh;
	transition: max-height 0.3s ease-in-out;
}
.cover {
	position: relative;
	height: calc(100vh - 40px);
	background-size: cover;
}
#menuBarContainer {
	position: absolute;
	top: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	/*background-color: #020138;/*float: left*/
}
.menuBar {
	width: 100%;
	max-height: 0em;
	overflow: hidden;
	margin: 0px;
	color: white;
	font-size: 16px;
	position: relative;
	/*top: 00%;*/
	z-index: 99;
	overflow-y: auto;
	transition: max-height 0.2s ease;
}
.menuBar ul {
	width: auto;
	/*float: right;*/
	position: relative;
	max-height: 0px;
	border-top: none;
	transition: max-height 0.2s ease;
}
.menuBar li {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	/*margin-bottom: 3px;*/
	border-left: solid 1px #020138;
	border-bottom: solid 1px #020138;
	padding: 5px;
	/*cursor: pointer;*/
	line-height: 1.5rem;
	vertical-align: middle;
	background: linear-gradient(to bottom, #020138 90%, white);
}
.menuBar .collapse {
	cursor: pointer;
}
.menuBar, .menuBar ul {
	list-style-type: none;
	padding: 0px;
}
.menuBar a {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: inline-block;/*position: relative;*/
	text-decoration: none;
	color: white;
}
.menuBar a:active {
	color: #020138;
	background-color: white;
}
#footer {
	width: 100%;
	height: 3em;
	text-align: center;
	display: table;
	margin-top: 2em;
	padding: 0;
}
#footer * {
	display: table-cell;
	vertical-align: middle;
}
#header, #footer {
	font-size: 12px;
}
#footer {
	background-color: #262750;
	color: white;
}

@media screen and (min-width:720px) {
body {
	
	background: linear-gradient(to bottom, #020138 30%, #F1591E);	
}
	
#pageContainer {
	box-shadow: 0px 0px 10px 0px #020138;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	background-color: white;
}
.cover {
	position: relative;
	height: calc(100vh - 40px - 30px);
	background-size: auto !important;
	
}
.hamburger {
	display: none;
}
#menuBarContainer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	/*background-color: #262750;*/
	
}
.menuBar {
	margin-left: 5px;
	padding: 10px;
	max-height: none;
}
.menuBar a {
	border-radius: 5px;

}

.menuBar li {
	width: auto;
	/*float: left;*/
	border: none;
	border-radius: 5px;
	background: linear-gradient(to bottom right, white 3%, #020138 30%);
	display: inline-table;
	
}
}
