/* Nav shrink on scroll
-----------------------------------------------------------------*/
body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
	background-color:#533A22;
	max-width:2000px;
	padding-top:115px;
}
body.shrink {
			padding-top:80px;
		}
#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:150px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
/*This is for screen reader only content - alternative to .hidden above */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

nav.navbar.shrink {
  min-height: 80px;
}
nav.navbar .navbar-brand img {
	height:100px;
	width:auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar.shrink .navbar-brand img {
	height:70px;
	width:auto;
}
nav.navbar.shrink a {
  font-size: 20px;
}
nav.navbar a {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}
nav.navbar {
	min-height:100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
		}
nav.navbar .navbar-brand img {
    height:90px;
	width:auto;
    margin-top:0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
		}

.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}
.staffpics:hover {
		opacity:1;
}
#maincontent {
	min-height:500px;
}
footer p, footer a, footer h2, footer li {
    color:#fff;
}
footer a:hover,footer a:focus {
    color:antiquewhite;
}
footer {
	color:#eee;
	background-color:#A64208;
}
#bottomfooter {
	text-align:center;
	background-color:#111;
    color:#efefef;
}
#bottomfooter a {
    color:#efefef;
}
#bottomfooter a:hover {
    color:#ffffff;
}
.toggleopacity img {
		opacity:0.9;
}
.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
#calendar {
    width: 100%;
	height: 500px;
}
.staffpics {
	width: 180px;
	height:180px; /*change value to fit box */
}
img.nophoto {
	width: 180px;
	height:180px; /*change value to fit box */
}
.mhsbtn{
    background-color: #FE6C2F!important;
    color:#4F2608;
        
}
.mhsbtn:hover{ background-color: #fe7f4a!important;color:#4F2608; }
.mhsbtn:active{
    background-color: #fe7f4a!important;color:#4F2608;
}
.mhsbtn-outline {
    background-color: #4F2608!important;
    border:thin solid #FE6C2F;
    color:#FE6C2F;
        
}
.mhsbtn-outline:hover{ background-color: #FE6C2F!important;color:#4F2608; }
.mhsbtn-outline:active{
    background-color: #FE6C2F!important;color:#4F2608;
}
.mhs {
    background-color: #FE6C2F!important;
    color:#4F2608;
}
.mhsbtn2{
    background-color: #4F2608!important;
    color:#FE6C2F;
        
}
.mhsbtn2:hover{ background-color: #3d1e07!important;color:#FE6C2F; }
.mhsbtn2:active{
    background-color: #3d1e07!important;color:#FE6C2F;
}
.mhsbtn-outline2 {
    background-color: #4F2608!important;
    border:thin solid #FE6C2F;
    color:#FE6C2F;
        
}
.mhsbtn-outline2:hover{ background-color: #371a05!important;color:#FE6C2F; }
.mhsbtn-outline2:active{
    background-color: #371a05!important;color:#FE6C2F;
}
.mhs2 {
    background-color: #4F2608!important;
    color:#FE6C2F;
}

@media(max-width:767px){
.portfolio>.clear:nth-child(2n)::before {
    content: '';
    display: table;
    clear: both;
}
	}
@media(min-width:768px){
	#calendar {
		height:100px;
	}
.staffpics {
	width: 180px;
	height:180px; /*change value to fit box */
}
img.nophoto {
	width: 180px;
	height:180px; /*change value to fit box */
}
	}
@media(min-width:992px){
	#calendar {
		height:300px;
	}
.staffpics {
	width: 200px; 
	height:200px; /*change value to fit box */
}
img.nophoto {
	width: 200px; 
	height:200px; /*change value to fit box */
}
.captionEmail	{
	text-align:center;
	font-size: 12px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media(min-width:1200px){
	#calendar {
		height:390px;
	}
.staffpics {
	width: 280px;
	height:280px; /*change value to fit box */
}
img.nophoto {
	width: 280px;
	height:280px; /*change value to fit box */
}
.captionEmail	{
	text-align:center;
	font-size: 14px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
}