@charset 'UTF-8';

@font-face {
	font-family: comfortaa;
	src: url("fonts/Comfortaa-Regular.ttf");
	
}

html,

html, body {
	height: 100%;
}

html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

body {
  font-family: arial, sans-serif;
  font-size: 1vw;
  background: white;
  display: flex;
  flex-direction: column;
}

header {
  position: fixed;
  padding: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

h1 {
	font: normal;
	font-size: 3em;
	
}

h2 {
	font: normal;
	font-size: 5em;
	padding: 5px;
	padding-bottom: 30px;
	color: black;
}

p {
	font: normal;
	font-size: 1.9em;
	padding-top: 30px;
	}

.logo {
	width: 20%
		
}

.logo2 {
	width: 5%;
	padding: 10px;
		
}

.flight {
	float: right;
  	margin: 0;
 	position: absolute;
  	top: 50%;
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	right: 2%;
	
	
}

.flight2 {
	float: right;
  	margin: 0px;
 	position: relative;
  	top: 50%;
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	right: 2%;
	
	
}

li {
	float: right;
}

li a {
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: purple;
	color: white;
	text-transform: lowercase;
	text-decoration: none;
	font-family: comfortaa;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	
	
}

.a_left {
	
	border-radius: 10px 0px 0px 20px;
	
}

.a_right {
	
	border-radius: 0px 20px 10px 0px;
	
}

li a:hover {
	background-color: seagreen;
}

.nav_list {
	list-style-type: none;
	display: block;
	
}

.snapshot {
	width: 100%;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex-shrink: 0;
	background-image: linear-gradient(to right, midnightblue, purple, darkred, orangered, seagreen);
	height: 72px;
	
}

.stretch {
	height: 108px;
	width: 100%;
}


.whitebrain {
	height: 70px;
	width: auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.foot-text {
	float: right;
	padding-right: 20px;
	

}

.leftsect{
	width: 50%;
	float: left;
	
}

.rightsect{
	width: 50%;
	float: right;
	
}

.core {
	text-align: center;
	padding: 30px;
	font-family: comfortaa;
	color: grey;

}

.a_midnight {
	background-color: midnightblue;
}

.a_red {
	background-color: darkred;
}

.a_purple {
	background-color: purple;
}

.a_orange {
	background-color: orangered;
}

.footer2{
	flex-shrink: 0;
	/* background-image: linear-gradient(to right, midnightblue, purple, darkred, orangered, seagreen); */
	background-color: midnightblue;
	
	
}

.copyright {
	font-family: comfortaa;
	color: white;
}

.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-top: 10px;
}
