/*font-family: 'Lato', sans-serif;*/

html, body{
	height:100%;
	font-family: 'Lato', sans-serif;
}

main{
	margin-bottom: 60px;
    /*overflow: auto;*/
}

body{
	background-color: #f1f1f1;
}

p{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
    margin-bottom: 25px;
}


/*  ---------------------------------#main-header----------------------------------------*/



#main-header{
	height:50px;
	width:100%;
	position: fixed;
	top:0;
	transition:background-color 1s, color 1s;	
}

#main-header.reveal, footer.reveal{
	background-color: white;
}

#main-header button{
	display: none;
	width: 50px;
	height:50px;
    position: absolute;
    right: 10px;
    top: 0;
    padding:12px;
    outline:none;
    background-color: transparent;
    outline:none;
    border:none;
}

#main-header button .bar{
	display:block;
	width: 32px;
    height: 5px;
    margin-bottom: 5px;
	background-color:#333;
	border-radius:1px;
}

footer ul li a.reveal{
	opacity:1;
}

#main-header, footer, footer ul li a{
	z-index: 2000;
}

#main-header #logo{
	position: absolute;
	left:15px;
	top:4px;
	/*width:300px; 350px
	height:50px;*/
}

#main-header #logo h1{
	padding:0;
	margin:0;
}

#main-header #logo h1 a{
	font-weight: 100;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color:white;
	font-size: 30px;
}

#main-header.reveal #logo h1 a{
	color:black;
	padding-top: 4px;
}

#main-header.dock-open, .dock-open #gallery{
	right:200px;
}

#landing.dock-open, main.dock-open{
	margin-right:200px;	
}

#main-menu{
	height:64px;
	min-width:500px;
	float:right;
}

#main-menu ul{
	display: block;
	height:64px;
	float:right;
	margin:0 20px 0;
}

#main-menu ul li{
	float:left;
	list-style-type: none;
}

#main-menu ul li a{
	display: block;
    padding: 15px;
    color: black;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

#main-menu ul li a:hover{
	color:#555;
}

#main-menu ul li a.active{
	font-weight: 500;
}



@media all and (max-width:900px){
	#main-menu{
		position: fixed;
	    top: 0;
	    right: -200px;
	    width: 200px;
	    min-width:200px;
	    height: 100%;
	    background-color: #eee;
	    border-left: 1px solid #999;
	    box-shadow:inset 5px 0px 10px #bbb;
	}
	
	#main-menu.dock-open{
		right:0;
	}
	
	#main-header.dock-open button .bar{
		width:33px;
	}
	
	#main-header.dock-open .posrot{
		transform: rotate(45deg);
		position:absolute;
		top:22px;
		right:10px;
	}
	
	#main-header.dock-open .drop{
		display: none;
	}
	
	#main-header.dock-open .negrot{
		transform: rotate(-45deg);
		position: absolute;
		top: 22px;
		right: 10px;
	}
	
	#main-menu ul{
		margin:0;
		padding:0;
		float:left;
	}
	
	#main-menu ul li{
		display:block;
		float:none;
		margin:0;
		padding:0;
		width:100%;
	}
	#main-menu ul li a{
		display: block;
		color:black;
		width:200px;
		padding:15px 0 15px 20px;
	}
	
	#main-header button{
		display: block;
	}
}





#landing{
	height:100%;
	background:white url('../images/landing-img-2.jpg') no-repeat center 50%;
	background-size:cover; 
	position: relative;
	background-attachment: fixed;
}



#profile{
	height:500px;
	width:100%;
	background-color: white;
}


#quote{
	width:100%;
	height:100%;
	margin:0 auto;
	text-align: center;
}

#quote h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	padding:0;
	margin:0;
}

#quote a{
	margin-top:60px;
	color:white;
	font-weight: 100;
	display:block;
	font-size: 15px;
	padding:10px 0 !important;
	background-color: #333;
	margin:50px auto 0;
	width:25%;
	text-transform: uppercase;
}

.return-gallery-link{
 	margin-top:60px;
	color:white;
	font-weight: 100;
	display:block;
	font-size: 15px;
	padding:10px 0 !important;
	background-color: #333;
	margin:50px auto 0;
	text-transform: uppercase;
	text-align: center;
	width:100%;
 }

#quote a:hover,  .return-gallery-link:hover{
	text-decoration: none;
	background-color: #111;
	color:white;
}

#quote em{
	font-size: 20px;
	color:#666;	
	font-weight: 200;
	clear:left;
}

.table{
	display: table;
}

.table-cell{
	display: table-cell;
}

.vertical-align-middle{
	vertical-align: middle;
}

#gallery{
	margin:30px auto 100px;
	right:auto;
}

.masonry-grid-item{
	margin-bottom:25px;
	/*width:350px;*/
	width:300px;
}

.masonry-grid-item-width-2{
	width:600px;
}

.masonry-grid-item-width-3{
	width:900px;
}

.masonry-grid-item img{
	width:100%;
}

.gutter-sizer{
	width:.33%;
}

/*

#gallery{
	margin:30px auto 100px;
}

.masonry-grid-item{
	margin-bottom:25px;
	float: left;
}

.grid-sizer, .masonry-grid-item{
	width:33%;
}

.gutter-sizer{
	width:.33%;
}

.masonry-grid-item img{
	width:100%;
}

*/

footer{
	position: fixed;
	width:100%;
	height:76px;
	z-index: 2000;
	bottom:0;
	text-align: center;
	transition:background-color 1s, bottom 1s;
}

footer.dock-open{
	right:200px
}

footer ul{
	margin:0;
	padding:8px 0 0 0;
	display: block;
	width:240px;
	margin:0 auto;
}

footer ul li{
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align: middle;
	margin-right:50px;
	list-style-type: none;
}

footer ul li:last-child{
	margin:0;
}

footer ul li a{
	/*text-indent: -9999em;*/
	display: block;
	font-size: 40px;
	opacity: 0;
	transition:opacity 1s;
}

footer ul li a i{
	color:#333333;
}

footer ul li a i.fa-envelope-o{
	font-size: 60px;
}

.add-bg{
	background-color: white;
}

#landing-arrow-guide{
	height:20px;
	width:100%;
	background:transparent url('../images/landing-arrow-guide.png') no-repeat center top;
	position: absolute;
	bottom:0;
	left:0;	
	opacity:0;
	transition:opacity 3s;
}

#landing-arrow-guide.reveal{
	opacity:1;
}

#dock-control{
	display: none;
}

#dock-control .fa{
	font-size: 30px;
}

.bio #landing{
	height:60%;
	width:100%;
	background:white url('../images/over-the-shoulder.jpg') no-repeat center 72%;
	background-size:cover;
}

#profile-image, #bio-info{
	margin:60px 0 40px;
}

#profile-image img{
	width:100%;
	border:1px solid #ddd;
}

#bio-info div{
	width:100%;
}

#bio-info h2, #bio-info h3{
	display: inline-block;
	padding: 0;
	margin: 0;
}

#bio-info h2{
	font-size: 18px;
    font-weight: 900;
}

#bio-info h3{
	font-size: 16px;
	font-weight: 500;
}

#bio-info em{
	margin-left:10px;
	color:#333;
	font-weight: 300;
}

#born{
	margin:3px 0 30px;
}

#bio-info .table{
	height:270px;
	padding-left:30px;
}

.education{
	margin-top:20px;
}

#bio-copy{
	margin-bottom:120px;
}

.year{
	float:right;
}

#bio-list .row:nth-child(odd){
	background-color: white;
	border-bottom:1px solid #fff;
	border-top:1px solid #ccc;
}

#bio-list .row:nth-child(even){
	background-color: #f1f1f1;
	
}

#bio-list h2{
	color:white !important;
	padding:40px 0;
	margin: 0;
	text-align: center;
}

#bio-list h3{
	font-size:19px;
}

.header-dark{
	background-color: #666 !important;
	margin-top:100px;	
}

#bio-list p{
	line-height: 22px;
	font-weight: 300;
	margin:10px 0;
}

.bio main{
	padding-bottom:120px;
}

#bio-list{
	padding:0 30px;
}

#bio-list .row{
	padding:13px 20px;
}

#bio-list em{
	margin-left:20px;
	color:#999;
}

#bio-list header-dark:first-child{
	margin-top:0;
}

.title{
	padding:20px 0;
}

.masonry-grid-item h3{
	margin:0;
	font-size: 14px;
	text-align: center;
}

.masonry-grid-item em{
	color:gray;
	margin: 5px 0 30px 0;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	display: block;
}

.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}

.blueimp-gallery-controls > .description {
  display: block;
}



.sheet{
	padding-top:30px;
}




	
@media (min-width:1200px){


}

@media (max-width:1200px){
	
	#quote{
		/*width:58%;*/
		text-align: center;
	}
	
	/*#quote h2{
		padding-right:90px;
	}*/
	
	#landing{
		background-attachment: inherit;
	} 
	
	footer{
		bottom:-114px;
		height:116px;
	}
	
	footer.reveal{
		background-color: #f5f5f5;
		bottom: -84px;
	}
	
	footer.mobile-footer-reveal{
		bottom:0;
	}
	
	#dock-control{
		display: block;
		background-color: white;
		cursor: pointer;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #f1f1f1;
	}
	
	#bio-info .table {
    	height: 210px;
    }
    
    #main-header #logo h1 a{
	    font-weight: 300;
    }
    
    #quote a, #quote em, .return-gallery-link{
		 font-weight: 500;
	 }
	 
}

@media (max-width:992px){

	/*#quote{
		width:100%;
	}*/
	
	#quote h2, #quote em, #quote a,  .return-gallery-link{
		padding:0 60px;
	}
	
	#bio-info .table {
	    height: 263px;
	}
	
	.masonry-grid-item, .masonry-grid-item-width-2, .masonry-grid-item-width-3{
		width:100%;
		padding: 0 15px;
	}
	
	 
}

@media (max-width:768px){

	.masonry-grid-item a{
		pointer-events: none;	
	}
	
	#bio-info .table{
		height:210px;
		padding-left:30px;
	}
	
	#bio-info em{
    	margin-left:0;
		display: block;
	}
	
	#bio-info {
	    margin: 20px 0 40px;
	}
	
	.bio #landing{
		display: none;
	}
	
	#bio-info{
		margin-top:40px;
	}
	
	#bio-list em{
		margin-left:0;
		display: block;
		color:#999;
	}
	
}



@media (max-width:480px){

	#main-header #logo{
		top:4px;
		left:8px;
	}

	#main-header #logo h1 a{
		font-size: 18px;
		width:50%;
	}
	
	#quote h2, #quote em{
		font-size: 22px;
		padding:0 30px;
		line-height: 35px;
	}
	
	 #quote a, .return-gallery-link{
		 width:80%;
	 }
	
	#gallery{
		padding-bottom:20px;
		margin-bottom:30px;
	}
	
	#landing-arrow-guide{
		opacity: 1;
	}
	
	.bio main #landing{
		background-position:80% 72%;
	}
	
	#profile{
		height:auto;
		padding:30px 0;
	}
	
	#bio-info{
		margin-top:20px;
	}
	
	#bio-list h2{
		padding:0;
		font-size: 22px;
	}
	
	#bio-list p, #bio-list h3{
		font-size: 14px;
	}
	
	bio-list .row {
    	padding: 23px 10px;
    }
    
    .year{
	    font-size: 12px;
	    margin-top:5px;
    }
	
	
	
	
}














