@charset "utf-8";
/* CSS Document */
body {
    background-color:#064C2A;
    padding-top:134px;
    margin:0 auto;
}
#deepcontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
}
#maincontent {
    background-color:#fff;
    min-height:650px;
    padding-top:15px;
	overflow:hidden;
}
#smesSlider {
    padding-left: 0;
    padding-right: 0;
}
#calendar {
    height:400px;
    width:100%;
}
#icons {
    text-align:center;
}
#icons2 {
    text-align:center;
}
#icons2 img {
    margin: 3px;
}
footer {
    background-color:#666;
	border-top: 4px solid #F7A400;
    color:#fff;
}
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 #064C2A;
}
.navbar-brand img {
    width:300px;
    height:auto;
}
.nav-link {
    color:#064C2A;
}
.nav-link:hover,.nav-link:active {
    color:#000000;
}
.bmsbtn{
    background-color: #064C2A!important;
    color:#ffffff;
        
}
.bmsbtn:hover{ background-color: #096d3c!important;color:#ffffff; }
.bmsbtn:active{
    background-color: #096d3c!important;color:#ffffff;
}
.bmsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #064C2A;
    color:#064C2A;
        
}
.bmsbtn-outline:hover{ background-color: #064C2A!important;color:#ffffff; }
.bmsbtn-outline:active{
    background-color: #064C2A!important;color:#ffffff;
}
.bms {
    background-color:#064C2A;
}
.border-bms {
    border-color: #064C2A!important;
    border-size:2px;
}
#icons img {
    margin: 3px;
    max-width:50px;
    max-height:50px;
}
/*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: 240px;
	height:300px;
}
    
img.nophoto {
	width: 240px;
	height:300px;
}
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
body {
    padding-top:86px;

}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
    .navbar-brand img {
        width:225px;
        height:auto;
    }
    #webslider {
        height:420px;
    }
    #calendar {
        height:355px;
    }
#icons img {
    max-width:27px;
    max-height:27px;
}
}
@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 {
    padding-top:118px;
}
    .nav-item a {
        font-size: 1.1em;
    }
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
    .navbar-brand img {
        width:350px;
        height:auto;
    }
    #webslider {
        height:470px;
    }
    #calendar {
        height:400px;
    }
#icons img {
    max-width:34px;
    max-height:34px;
}
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    body {
    padding-top:130px;
}
    .nav-item a {
        font-size: 1.4em;
    }
    .dropdown-menu a  {
        font-size:1em;
    }
    .navbar-brand img {
        width:400px;
        height:auto;
    }
    #webslider {
        height:520px;
    }
    #calendar {
        height:450px;
    }
#icons img {
    max-width:40px;
    max-height:40px;
}
    }