* {
  box-sizing: border-box;
}

body {
max-width:2200px;
margin:auto;
font-family: Segoe UI;
}


.header {
   max-width:500px;
   margin:auto;
}

.headerback {
    position:relative;
    background-color: rgb(0, 50, 100);
	width:2000px;
	height:30px;
	z-index:-1;
	margin:auto;
	bottom:480px;
	padding-right:1100px;
	padding-left:1100px;
	padding-top:100px;
	padding-bottom:300px;
	margin-bottom:-490px;
}
	
.google {
	max-width:620px;
	margin:auto;
}

.description {
	width:100%;
    max-width:820px;
	height:200px;
	margin:auto;
	margin-bottom:50px;
	text-align:center;
	font-size:2em;
}


.teamBox {
  float: left;
  width: 25%;
  height: 300px;
  border: 2px solid black;
  text-align:center;
  max-width: 500px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  margin-bottom:100px;
}

.hippo {
	max-width:600px;
	margin:auto;
}

li {
	float:left;
	list-style-type:none;
}

a.nav {
	display:block;
	padding:10px;
	background-color: rgb(50, 50 ,50);
	color:white;
	text-decoration:none;
	position:sticky;
	top:0;
}

a:link.a {
  background-color: rgb(50, 50, 50);
}

a:visited.a {

}

a:hover.a {
  background-color: darkred;
}


a:active.a {
  color: blue;
}

div.gallery {
  margin: 5px;
  float: left;
  width: 255px;
  color:white;
}

div.gallery:hover {
  opacity:0.5;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.video {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position: relative;
}

.video iframe {
	position: absolute;
	width:100%;
	height:100%;
}

.screenshots {
	max-width:1100px;
	margin:auto;
}

.screenshotheader {
	text-align:center;
	font-size: 3em;
	background-color: rgb(0, 50, 100);
	color:white;
	padding:30px;
	margin-bottom:30px;
	width:100%;
	max-width:1100;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.footer {
	width:100%;
	float:left;
	text-align:center;
	
}

@media screen and (max-width: 800px) {
  * {
    width: 100%; 
  }
}

