*, *:before, *:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; 

  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;

  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html, body {
	width: 100%;
	height: 100%;
}
body
{
	padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;  
	font-family: 'Abel', sans-serif;
}

#footer{
  font-size:14px;
  font-family: 'Abel', sans-serif;
  padding-bottom:20px;
}
a{
	color: black;
}
a:hover{
	color: #34BBC7;
	border-bottom:dotted 1px #ccc;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.clear{
	clear: both;
}
#mainmenu {
	text-align: center;
	background: black;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top:0;
}
.content{
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 1.25em 15px;  
    font-family: 'Abel', sans-serif;
}

.menu {
	text-transform: uppercase;
	font-size: 12px;  
    font-family: 'Abel', sans-serif;
    line-height: 20px;
}
ul.menu {
	list-style: none;
	margin:0;
    padding:0;
}
.menu h2 {
	font-size: 1em; 
	margin-top: 3px;
}
#mainmenu .menu{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	color: white;
}
#logo {
	float: left;
	width: 63px;
	height: 50px;
}
.navlink {
	display: inline-block;
}
.navlink a {
	padding: 10px 5px;
	display: inline-block;
	color: white;
	text-decoration: none;
}
.navlink a:hover {
	color: #34BBC7;
	border-bottom:none;
}
hr {
	border: solid #dddddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.leftColumn{
	width: 100px;
	position: absolute;	
}
.centerColumn{
	margin-left: 110px;
}
.thumb{
	float:left;
	padding:  .7% 1%;
	width: 16.6%;
	font-size: 0;
}
.thumb img{
	width: 100%;
	cursor: pointer;
}
.menuButton:hover {
	color: #34BBC7;
	cursor: pointer;	
}
.headshot{
	padding-top: .7%;
}
.about{
	margin: 10px 0;
}
.centerColumn .info p {
	font-size: 16px;
	font-family: abel;
	text-align: center;
	display: block;
}

.leftColumn.sticky.stuck{
	position: fixed!important; 
	top: 5px;
}
.info p{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media all and (max-width: 1024px){
	.thumb{
		width: 25%;
	}
}

@media all and (max-width: 767px){
	.thumb{
		width: 33.3%;
	}
}

@media all and (max-width: 568px){
	.thumb{
		width: 50%;
	}
	
	body{
		padding-top: 65px;
	}
	
	.content{
		padding: 0px 1.25em 0px;
	}
	
	
	#logo {
		width: 40px;
		height: 32px; 
		margin: 8px 0;
	}
	
	.centerColumn {
		margin-left: 80px;
	}
	
	.leftColumn.sticky.stuck{
	
	}
	
	.menu h2 {
		margin-top: 0px;
	}
	.ilightbox-button.ilightbox-next-button.metro-white.horizontal, 
	.ilightbox-button.ilightbox-prev-button.metro-white.horizontal{
		display: none!important;
	}
}


@media all and (max-width: 320px){
	.thumb{
		width: 100%;

}

/*
@media (max-width: 967px) {
  .slider {
    height: 220px;
  }

}
@media (max-width: 480px) {
  .slider {
    height: 150px;
  }

}
*/
.slider{
	margin-top:-40px;
}


