@charset "utf-8";
/* CSS Document */
#skip {
background-color: #fff;
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:-100px; 
overflow:hidden;
font-size:20px;
padding:10px;
background-color:#fff;
} 
 
#skip a:focus 
{ 
z-index:999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
/*This is for screen reader only content - alternative to .hidden above */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
body {
    background-color:#007297;
}
nav {
 background-color: #e3f2fd;
border-bottom:2px #000 solid;
}
#maincontent {
    background-color:#fff;
	min-height: 500px;
}
#icons {
 text-align: center;
}
#icons img {
	width:35px;
	height:35px;
	margin:0 2px;
}
#calendar {
	width:100%;
	height:355px;
}
footer a{
	color:#eee;
}
footer a:hover,footer a:focus {
	color:#fff;
}
footer {
	color:#eee;
	background-color:#666;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
.navbar-brand img {
    width:auto;
    height:150px;
}
.nav-link {
    font-size:1.1em;
    font-weight:400;
    color:navy;
}
.hidden {
	display:none;
}
@media (min-width: 576px) {
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
}


@media (min-width: 768px) {

}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}


@media (min-width: 1400px) {

}
