@charset "UTF-8";
/* CSS Document */

/*=====Custom Styles for About Page====*/
#expandButton, #hideButton {
display: inline-block;
border-radius:6px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 16px;
font-weight: 400;
color: #101986;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 4px;
padding-right: 4px;
margin-top: 3px;
margin-right:0px;
margin-left: 4px;
background-color: white;
text-transform: uppercase;
border-style: solid;
border-width: 1px;
border-color: black;
}

#expandButton:hover, #hideButton:hover {
background-color: black;
color:white;
}

/*Default Hide/Show*/
#expandButton, #hideButton {
display:none;}

@media only screen 
and (max-height : 800px) 
{
#expandButton {display: inline-block;}
#expandText {display: none;}
}




#intro p {
background-color: rgba(16,25,133,.76);
color: white;
}




#backgroundLayer {
 /* background-color:#1c51ff;*/
  background-color:#101986;
  
  
}




#content ul li a {
background-color: rgba(223,1,0,0.86);
}


#footer {
  color:#4D83DF;
  }