@charset "utf-8";
/* CSS Document */
body {
    background-color:#3E5F2F;
    margin:0 auto;
    padding-top:105px;
}
#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:9999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
      #address {
          background-color:#F8F8F8;
      }
#maincontent{
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
}
#calendar {
    height:400px;
    width:100%;
}
#icons {
    text-align:center;
}
#icons img {
    margin: 3px;
}
#icons2 {
    text-align:center;
}
#icons2 img {
    margin: 3px;
}
#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;
} 
header {
	margin:0 auto;
    max-width:2500px;
}
footer {
    background-color:#666;
    color:#fff;
	border-top: 4px solid #F9D010;
}
footer a {
    color:#efefef;
}
footer a:hover {
    color:#fff;
}
#bottomfooter {
    text-align: center;
    background-color: #111;
}
.toggleopacity img {
		opacity:0.9;
}

.toggleopacity:hover img {
		opacity:1;
} 
.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;
}
.navbar {
    border-bottom: 4px solid #F9D010;
}
.navbar-brand img {
    width:300px;
    height:auto;
}
.rgsbtn{
    background-color: #415e30!important;
    color:#ffffff;
        
}
.rgsbtn:hover{ background-color: #344b27!important;color:#ffffff; }
.rgsbtn:active{
    background-color: #344b27!important;color:#ffffff;
}
.rgsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #415e30;
    color:#415e30;
        
}
.rgsbtn-outline:hover{ background-color: #415e30!important;color:#ffffff; }
.rgsbtn-outline:active{
    background-color: #415e30!important;color:#ffffff;
}
.rgs {
    background-color:#415e30;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
 .portfolio>.clear:nth-child(2n)::before {
      content: '';
      display: table;
      clear: both;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
    }
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
body {
    padding-top:105px;
}
.staffpics {
	width: 160px;
	height:200px;
}
    
img.nophoto {
	width: 160px;
	height:200px;
}
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
body {
    padding-top:107px;
}
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
    
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    body {
}
    .nav-item a {
        font-size: 1.1em;
    }
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    body {
}
    .nav-item a {
        font-size: 1.4em;
    }
    .dropdown-menu a  {
        font-size:1em;
    }
    }