/* Nav shrink on scroll
-----------------------------------------------------------------*/
body {
  padding-top: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
#skip a:focus 
{ 
top:110px;
} 
a {
text-decoration: underline;
}
.btn a {
	text-decoration: none;
}
.btn-default, .label-default a {
	text-decoration: none;
} 
.btn-danger, .label-danger a {
	text-decoration: none;
} 
.list-group-item, .label-default a {
	text-decoration: none;
}
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;
		}
nav a.navbar-brand {
	margin-left:0;
	padding-top:0;
	padding-bottom: 0;
}
nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #222;
}
nav.navbar li a {
  font-size: 22px;
	padding-top:20px;
	padding-bottom:20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar ul.dropdown-menu a {
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-decoration: none;
}
nav.navbar.shrink {
  min-height: 80px;
}
nav.navbar.shrink .navbar-brand img {
	height:70px;
	width:auto;
}
nav.navbar.shrink a {
  font-size: 20px;
}
nav.navbar.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}

.navbar-default .navbar-nav>li>a {
    text-decoration: none;
}

body.shrink {
		padding-top:80px;
}
.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;
}
.toggleopacity img {
		opacity:0.9;
}
.toggleopacity:hover img {
		opacity:1;
		background-color:none;
} 
#calendar {
    width: 100%;
	height: 500px;
}
@media(max-width:767px){
.staffpics {
	width: 240px;
	height:240px; /*change value to fit box */
}
img.nophoto {
	width: 240px;
	height:240px; /*change value to fit box */
}
.portfolio>.clear:nth-child(2n)::before {
    content: '';
    display: table;
    clear: both;
}
	}
@media(min-width:768px){
nav.navbar li a {
	font-size:14px;
	padding: 20px 6px;
}
.staffpics {
	width: 240px;
	height:250px; /*change value to fit box */
}
img.nophoto {
	width: 240px;
	height:250px; /*change value to fit box */
}
	#calendar {
		height:160px;
	}
	}
@media(min-width:992px){
nav.navbar li a {
	font-size:18px;
	padding: 20px 9px;
}
.staffpics {
	width: 160px; 
	height:170px; /*change value to fit box */
}
img.nophoto {
	width: 160px; 
	height:170px; /*change value to fit box */
}
.captionEmail	{
	text-align:center;
	font-size: 12px;
}
	#calendar {
		height:180px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media(min-width:1200px){
nav.navbar li a {
	padding: 20px 20px;
}
.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: 14px;
}
.portfolio>.clear:nth-child(8n)::before {  
  content: '';
  display: table;
  clear: both;
}	
	#calendar {
		height:535px;
	}
}