/* Nav shrink on scroll
-----------------------------------------------------------------*/
body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #313639;
}
ul {
	margin-left:30px;
}
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
a.nav-link {
    font-size:20px;
}
a.btn {
	text-decoration:none !important;
}
li a {
	padding:5px 0 5px 0;
}
#maincontent {
	min-height:600px;
	background-color:#fff;
}
#maincontent a {
	text-decoration: underline;
}
footer p, footer a, footer h2, footer li {
    color:#000;
}
footer a {
	text-decoration: underline;
}
footer a:hover,footer a:focus {
    color:#333;
}
footer {
	color:#000;
	background-color:#ff9e1a;
}
#bottomfooter {
	text-align:center;
	color:#fff;
	background-color:#111;
}
#bottomfooter a {
	color:#fff;
}
.toggleopacity img {
		opacity:0.9;
}
.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
#calendar {
	width:100%;
	height:500px;
	border:solid 1px #777;
}
#address {
	background-color:#ffffff;
	border-bottom: solid #313639 3px;
}
.btn-primary {
	background-color:#0071EB ;
}
@media(max-width:480px){
}
@media(max-width:767px){
.staffpics {
	width: 240px;
	height:360px;
}
img.nophoto {
	width: 240px;
	height:360px;
}
.portfolio>.clear:nth-child(2n)::before {
    content: '';
    display: table;
    clear: both;
}
	}
@media(min-width:768px){
.staffpics {
	width: 240px;
	height:360px;
}
img.nophoto {
	width: 240px;
	height:360px;
}
	}
@media(min-width:992px){
.staffpics {
	width: 160px;
	height:240px;
}
img.nophoto {
	width: 160px;
	height:240px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media(min-width:1200px){
.staffpics {
	width: 200px;
	height:300px;
}
img.nophoto {
	width: 200px;
	height:300px;
}
}