/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,300);

body{
    font-family: Quicksand, Sans-Serif;
    font-weight: 300;
}

a{
	text-decoration: none;
}

a:visited, a:link, a{
	color: #000;
}

figure{
	position: relative;
	display: inline-block;
}

figcaption{
	position: absolute;
	right: 0;
	font-size: 1.4em;
	margin-top: 10px;
}

#header, #content{
	padding: 20px 5%;
}

#header{
	position: fixed;
	top: 0;
	width: 90%;
	z-index: 5;
	text-transform: uppercase;
	background: #fff;
}

#header #logo{
	float: left;
	font-size: 5em;
}

#header #menu{
	float: right;
}

#header #menu a{
	color: #000;
	font-size: 1.4em;
	margin: 0 25px;
	display: inline-block;
	padding: 25px 0;
}

#header #menu a:first-of-type{
	margin: 0 25px 0 0;
}

#header i{
	display: none;
}

#content{
	margin-top: 120px;
	padding-bottom: 80px;
}

#left{
	width: 60%;
	margin-right: 10%;
}

#left h2{
	font-size: 3em;
	margin-bottom: 20px;
}

#left p{
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.2em;
	text-align: justify;
	margin-bottom: 30px;
}

#left a{
	color: #000;
	display: block;
	margin-bottom: 10px;
}

#left a + h2{
	margin-top: 40px;
}

#left img.main{
	width: 100%;
}

#left img.bio{
	float: left;
	padding-right: 40px;
}

#left ul li{
	margin-bottom: 5px;
	font-size: 1.2em;
}

#left ul li b{
	font-weight: 400;
	font-size: 1.5rem;
	width: 100px;
	display: inline-block;
}

#links a{
	display: block;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

#hero{
	background: url('../img/hero.jpg') no-repeat center center fixed;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gallery{
	margin-bottom: 40px;
}

.gallery h2{
	font-size: 2.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.gallery img{
	max-height: 250px;
	margin: 0 20px 20px 0;
}

.gallery img:hover{
	cursor: pointer;
}

#footer{
	background: #000;
	font-size: 2em;
	padding: 25px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%
}

#footer a{
	color: #fff;
	margin: 10px 25px;
	display: inline-block;
}

#lightbox{
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	display: none;
}

#lightbox figure{
	text-align: center;
	width: 100%;
}

#lightbox figure img{
	max-width: 100%;
}

#lightbox figcaption{
	color: #fff;
	text-align: center;
	position: inherit;
}

.ion-document-text{
	margin-left: 10px;
	font-size: 1.6rem;
}

.clear{
	clear: both;
}

@media all and (max-width: 1050px){

#left{
	width: 100%;
}

#header #menu{
	position: fixed;
	top: 0;
	background: #fff;
	display: none;
	width: 80%;
	z-index: 2;
}

#header #menu a:first-of-type{
	margin: 0;
}

#header #menu a{
	font-size: 1em;
	margin: 0 5px 0 0 ;
}

#header i{
	display: block;
	font-size: 1.5em;
	background: #fff;
	position: fixed;
	width: 20%;
	margin-right: 5%;
	text-align: right;
	top: 0;
	right: 0;
	padding: 25px 0;
	z-index: 2;
}

#header #logo{
	font-size: 1.5em;
	width: 80%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 25px 0px;
	margin-left: 5%;
	background: #fff;
}

#content{
	margin-top: 80px;
	padding-bottom: 350px;
}

.gallery img{
	width: 100%;
	max-height: 100%;
}

.gallery img + .selected{
	width: 90%;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	color: #fff;
}

#footer{
	padding: 15px 0;
}

#footer a{
	font-size: 1rem;
	margin: 5px 5px;
}

#links a{
	font-size: 1.5rem;
}

}