@charset "utf-8";
/* CSS Document */
body {
    background-color:#5a5a5a;
    padding-top:128px;
    margin:0 auto;
}
#address {
    background-color:#000000;
    color:#ffffff;
    border-bottom: 4px solid #D7282F;
}
#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;
}
#icons img {
     margin: 3px;
     width:35px;
     height: 35px;
}
#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-toggler {
	background-color:#ffffff;
}
.navbar-brand img {
    width:300px;
    height:auto;
}
    .navbar-brand img {
        width:300px;
        height:auto;
    }
.nav-link:hover,.nav-link:active {
    color:#fff;
}
    .nav-item a {
        color:#fff;
    }	
    .nav-item a:hover {
        color:#FF0000;
    }
    .nav-item a:active,.nav-item a:focus {
        color:#FFFFFF;
    }
.fmsbtn{
    background-color: #D7282F!important;
    color:#ffffff;
        
}
.fmsbtn:hover{ background-color: #b51218!important;color:#ffffff; }
.fmsbtn:active{
    background-color: #b51218!important;color:#ffffff;
}
.fmsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #D7282F;
    color:#D7282F;
        
}
.fmsbtn-outline:hover{ background-color: #D7282F!important;color:#ffffff; }
.fmsbtn-outline:active{
    background-color: #D7282F!important;color:#ffffff;
}
.fms {
    background-color:#D7282F;
}
.border-fms {
	border-style:solid;
	border-width: 1px;
	border-color: #D7282F;
}
/*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) { 
.staffpics {
	width: 160px;
	height:200px;
}
    
img.nophoto {
	width: 160px;
	height:200px;
}
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
body {
    padding-top:102px;

}
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
    .navbar-brand img {
        width:225px;
        height:auto;
    }
    #webslider {
       height:385px; 
    }
    #calendar {
        height:330px;
    }
}
@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:144px;
}
    .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:455px; 
    }
    #calendar {
        height:400px;
    }
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    body {
    padding-top:160px;
}
    .nav-item a {
        font-size: 1.4em;
    }
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
    .dropdown-menu a  {
        font-size:1em;
    }
    .navbar-brand img {
        width:400px;
        height:auto;
    }
    #webslider {
       height:515px; 
    }
    #calendar {
        height:460px;
    }
    }