
@font-face {
font-family: "Futura";
src: url('../futura.ttf');
}

  * html body{
  overflow-y:hidden;
  padding-top: 65px;
  padding-left: 0;
  padding-bottom: 65px;
  padding-right: 0;
  min-height:500px;
 } 

 * html div#content{
  height:100%;
  overflow:auto;
 }

  @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }   
 }

 body{
  margin:0;
  padding-top: 65px;
  padding-left: 0;
  padding-bottom: 65px;
  padding-right: 0;
  color: white;
  font-size: 1.0em;
  overflow-y: hidden;
  background-color: #702e32;
  font-family: "Futura", Helvetica, sans-serif;
 }
 
 h1{
 text-align:center;
 } 
  h2{
 text-align:center;
 } 
 h3{
 text-align:center;
 }
  h4{
 text-align:center;
 }
 
 li
{
display:inline;
margin-left: 200px;/* change width between menu options*/
}

li.first { 
  margin-left: 0 !important; }

ul{
text-align: center;
}

a {
color:white;
text-decoration: none;
cursor: pointer;
}

/*#brainDiv {
position: fixed;
margin-top: 10%;
margin-left: 33%;
margin-right: 5%;
}*/


#testbrain2{

position:relative;
}

.brain{

position:relative;
//height:60%;
text-align:center;
cursor: pointer;

}

.brainimg2{

//max-width:100%;
//max-height:100%;

}

.brainimg1{

//max-width:100%;
//max-height:100%;

}


 
div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:65px;
  //background-color: #006AB4;
  background-color:#702e32;
  z-index: 5;
 }
 
 div#headercontent{
	margin-bottom: 1em;
	min-width:900px;
	
	 margin-left: 150px; /*changes width of the white line above the footer*/
  margin-right: 150px;
 }
 
 
div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:65px;
  //background-color: #c7d0d6;
  background-color:#702e32;
  color: white;
  z-index: 105;

}

div#footercontent{

  margin-left: 150px; /*changes width of the white line above the footer*/
  margin-right: 150px;
  
  border-top-style: solid; /*white line above the footer*/
  border-top-width: 2px;
  border-top-color: white;
  
  min-width:900px;

}

#content{

  z-index:0;

  overflow:hidden;
  
  min-width:700px;

  padding-top: 0px;
  margin-left: 150px; /*changes width of the white line under the header*/
  margin-right: 150px;
  

  border-top-style: solid; /*white line under the header*/
  border-top-width: 2px;
  border-top-color: white;
  
 

}
