@font-face {
	font-family: 'SourceSansPro';
	src: url('../../fonts/SourceSansPro-Regular.ttf') format('truetype');
}

body {
	overflow: hidden;
}

@media (max-width: 650px) {
  #maintitle h1 {
  	font-family: "SourceSansPro";
  	font-size: 20pt;
  	margin: 0;
  	padding: 0;
  	color: #FFF;
  	text-align: center;
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translate(0,-50%);
  }
}

@media (min-width: 650px) and (max-width: 900px) {
  #maintitle h1 {
  	font-family: "SourceSansPro";
  	font-size: 30pt;
  	margin: 0;
  	padding: 0;
  	color: #FFF;
  	text-align: center;
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translate(0,-50%);
  }
}

#mainarea {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#menuarea {
	position: absolute;
	top: 12.5%;
  left: 0;
	right: 0;
	bottom: 0;
  display: none;
  opacity: 0;
}

#maintitle {
	background: #34495e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 12.5%;
}

#maintitle img:not(#menubtnimg) {
	position: absolute;
	top: 50%;
	left: 10px;
	height: 32px;
	width: 32px;
	transform: translate(0,-50%);
	display: none;
}

#maintext {
	background: #3b526a;
	position: absolute;
	top: 12.5%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
}

#titleimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 15%;
	background: #1c2a39;
}

#titleimg img {
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mainnavigation {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 70px;
	background: #2c3e50;
	overflow-x: auto;
}

#mainnavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
  background: #22313F;
  border-top: 2px solid #FFF;
}

.submenu {
	margin-top: 3px !IMPORTANT;
	margin-bottom: 3px !IMPORTANT;
	margin-left: 10px !IMPORTANT;
  border: 0 !IMPORTANT;
}

.submenu li {
	font-size: 16pt !IMPORTANT;
  border: 0 !IMPORTANT;
}

#mainnavigation ul li {
	font-family: "SourceSansPro";
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 18pt;
	color: #FFF;
  border-bottom: 2px solid #FFF;
}

#mainnavigation a {
	text-decoration: none;
	color: #FFF;
}

#footernavigation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background: #2c3e50;
}

#footernavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  right: 0;
}

#footernavigation ul li {
	font-family: "SourceSansPro";
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	font-size: 14pt;
	color: #FFF;
	text-align: center;
}

#menubtn {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
	z-index: 100;
}

#menubtn img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 40%;
  transform: translate(0,-50%);
  margin-right: 10px;
  display: block;
}

#footernavigation a {
	text-decoration: none;
	color: #FFF;
}

.menuareain {
	animation-name: menuin;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes menuin {
	from {
    opacity: 0;
	}
	to {
    opacity: 1;
	}
}
