@charset "utf-8";
/* CSS Document */
body {
    background-color:#0BB0F3;
    padding-top:0;
    margin:0 auto;
}
#icons {
 text-align: center;
}
#icons img {
	width:35px;
	height:35px;
	margin:0 2px;
}
#address {
    background-color:#DBF1FC;
    font-size:.8em;
    margin:0;
}
#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;
}
#icons2 {
    text-align:center;
}
#icons2 img {
    margin: 3px;
}
footer {
    background-color:#33479d;
	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 #1C356D;
}
.navbar-brand img {
    width:300px;
    height:auto;
}
    .navbar-brand img {
        width:300px;
        height:auto;
    }
.custom-btn {
            background-color: #172d5c;
            color: #fff;
		  }
.custom-btn:hover {
            background-color: navy;
            color: #fff;
		  }
/*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: 240px;
	height:300px;
}
    
img.nophoto {
	width: 240px;
	height:300px;
}
    }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .nav-item a {
        font-size: 1.1em;
		margin:auto 10px;
    }
.staffpics {
	width: 160px;
	height:200px;
}
img.nophoto {
	width: 160px;
	height:200px;
}
	#webslider {
		height:505px;
	}
	#calendar {
		height: 380px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.staffemail	{
		font-size:12px;
	}
#icons img {
	width:27px;
	height:27px;
	margin:0 2px;
}
    
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
.staffpics {
	width: 200px;
	height:250px;
}
img.nophoto {
	width: 200px;
	height:250px;
}
	#webslider {
		height:505px;
	}
	#calendar {
		height: 400px;
	}
    }
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    .nav-item a {
        font-size: 1.4em;
    }
    .dropdown-menu a  {
        font-size:1em;
    }
	#webslider {
		height:580px;
	}
	#calendar {
		height: 475px;
	}
    }