/* Nav shrink on scroll
-----------------------------------------------------------------*/
body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
    background-color:#666;
    padding:0;
    margin:0;
    max-width:100%;
}
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
#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:150px;
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;
}
#header {
    background-color:#000;
}
#address {
    background-color:#ffffff;
    border-bottom:4px solid #000;
    max-width:2000px;
}
.navbar .nav-link {
    font-size:1.2rem;
}
#icons img {
    width:35px;
    height:35px;
    margin:2px;
}
.staffemail {
		font-size:.9em;
		}
#maincontent {
	min-height:630px;
	background-color:#ffffff;
}
footer p, footer a, footer h2, footer li {
    color:#fff;
}
footer a:hover,footer a:focus {
    color:antiquewhite;
}
footer {
	color:#eee;
	background-color:#333;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
}
.toggleopacity img {
		opacity:0.9;
}
.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
#calendar {
    width: 100%;
	height: 500px;
}
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
	width: 240px;
	height:300px;
}
.staffpics:hover {
		opacity:1;
}
img.nophoto {
	width: 240px;
	height:300px;
}
.hidden {
	visibility: hidden;
}
.navbar-toggler {
    background-color:#fff;
}
@media(max-width:767px){
.portfolio>.clear:nth-child(2n)::before {
    content: '';
    display: table;
    clear: both;
}
	}
@media(min-width:768px){
	#calendar {
		height:100px;
	}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
	}
@media(min-width:992px){
	#calendar {
		height:300px;
	}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
.captionEmail	{
	text-align:center;
	font-size: 12px;
}
		#calendar {
			height:280px;
		}
		#webslider {
			width:100%;
			height:440px;
		}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media(min-width:1200px){
		#calendar {
			height:420px;
		}
		#webslider {
			width:100%;
			height:505px;
		}
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
.captionEmail	{
	text-align:center;
	font-size: 14px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
}
@media(min-width:1400px){
		#calendar {
			height:495px;
		}
		#webslider {
			width:100%;
			height:580px;
		}
	
}