
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	zoom: 0;
}
body {
	line-height: 1;
}
ul, li {
	list-style: none;
	display: inline;
}
.clear {
	clear: both;
}
* {
	box-sizing: border-box;
}




body {
	background: #FFF;
	color: #575757;
	display: block;
}
article, section {
	display: block;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 40px;
}

section.listing, article.home{
	max-width:1040px;	
}

article iframe{
	display:block;	
	border:1px solid #000;
	width:100%;
	height:340px;
	margin:0 auto;
	margin-bottom:40px;
}


section{
	padding-top:0px;	
}

header {
	display: block;
	width: 100%;
	background: #222;
	margin-bottom: 40px;
	height:50px;
	border-bottom:1px solid #000;
}

header nav {
	display: block;
	max-width:960px;
	margin: 0 auto;
	width: 100%;
	height:50px;
	padding: 15px 0px;
}

header a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	text-decoration: none;
	float:right;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color:rgba(255,255,255,1);
	opacity: 0.5;
	font-weight:100;
	position:relative;
	top:3px;
	margin-left:10px;
}

header a:hover{
	color:#FFF;
	opacity:1;	
}

header a.active{
	color:rgba(255,255,255,1);	
	opacity: 0.9;
}

header a.logo {
	color: #FFF;
	text-decoration: none;
	font-family: "Poiret One";
	font-size: 20px;
	text-transform:uppercase;
	float:left;
	top:0px;
	margin:0px;
	opacity:1;
}

header:after{
	content:"";
	clear:both;
	display:block;	
}

header a svg path{
	position: relative;
	top: -1px;
	fill: #FFF;
}

section a{
	color:#575757;
	text-decoration:none;	
	border-radius: 3px;
	overflow: hidden;
}

section.listing a{
	display:block;
	background:rgba(0,0,0,0.05);	
	margin-bottom:20px;
	cursor: pointer;

}

section.listing a content {
	display: block;
	padding: 20px;
}

section.listing img {
	border-radius-top: 3px;
	overflow: hidden;
	margin-bottom: 0px;
}


section.listing a em{
	font-style:normal;
	color: #FFF;
	background: #555;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;	
	display: inline-block;
}

section.listing a em:hover{
	background: #222;
}


section.listing:after{
	content:"";
	display:block;
	clear:both;	
}



section.listing a:hover{
	background:rgba(0,0,0,0.1);	
	cursor: pointer;
}

section.thoughts a:hover{
	background:rgba(0,0,0,0.05);		
}

h1 {
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #444;
}

article.home h1 {
	font-family: "Poiret One";
	text-transform:uppercase;
}

article.home{
	padding-top:20px;
	padding-bottom:0px;	
}

article img{
	display:block;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;	
}


article.thoughts .image{
	display:block;
	overflow:hidden;
	height:538px;	
	border:1px solid #AAA;
	margin-bottom:20px;
}

section.listing a h1{
	font-size:36px;	
}

section.listing a h2{
	font-size:18px;
	margin-bottom:0px;
	
}


section.listing a p{
	font-size:18px;
	margin-top:20px;	
	margin-bottom:0px;	
}




h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 60px;
	color: #666;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 60px;
	margin-bottom: 10px;
	color: #676767;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 20px 0;
}


article ul{
	list-style:inside disc #676767;
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

article ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 5px 0;
	display:list-item;
	list-style:disc outside;
}

article ol{
	list-style:inside disc #676767;
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

article ol li{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 5px 0;
	display:list-item;
	list-style:decimal outside;
}


blockquote {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 20px 0;
	font-style:italic;
	color:#AAA;
	padding:20px;
	text-align:center;
}

article a{
	color:#474747;
	text-decoration:underline;	
}

a.back{
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	color:#AAA;
	font-size:18px;
	font-weight:100;
	text-decoration:none;
	background:rgba(0,0,0,0.1);
	border-radius:10px;
	width:200px;
	padding:10px;
	margin:40px auto;
	margin-top:60px;
	margin-bottom:0px;
}

a.back:hover{
	color:#FFF;	
	background:#575757;
}


footer{
	display:block;
	width:100%;
	max-width:700px;	
	margin:0 auto;
}

footer p{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 300;
	line-height: 1.5;	
	text-align:center;
	color:rgba(0,0,0,0.3);
	font-style:italic;
	margin-bottom:80px;
}

section img{
	display:block;
	margin-bottom:20px;
	width:100%;
}

section.blog-feature{
	display:block;
	opacity:0;
	transition:opacity 0.5s;
	max-width: 700px;	
}

.blog-feature h3{
	margin-bottom:0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #AAA;
}

article content {
	display: block;
	position: relative;
	z-index: 2;
	background: rgba(255,255,255, 0.7);
	padding: 40px;
	padding-bottom: 0px;
	border-radius: 3px;
}

article photo {
	display: block;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100vw;
	height: calc(100vw * 0.5625);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

article photo:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	margin: 0 auto;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}



@media only screen and (max-width : 650px) {
	h1{
		font-size:36px;
		line-height:1;
		margin-top:0px;	
	}
	h2{
		margin-top:5px;	
		margin-bottom:40px;
	}
	h3{
		font-size:20px;
		line-height:1.5;
		margin-top:40px;
	}

	section {
		padding:5px;
	}

	section article {
		padding-top: 10px;
	}

	section.listing a{
		margin-bottom: 5px;
	}

	section.blog-feature {
		padding: 40px;
		padding-top: 0px;
	}	

	section.blog-feature a h1 {
		font-size: 20px;
	}

	p{
		font-size:18px;
		line-height:1.5;
	}
	section.photography{
		padding:0px;	
	}
	
	article ul li{
		width:100%;
		float:none;
	}
	
	article iframe{
		height:250px;	
	}

	header {
		margin-bottom: 0px;
	}

	header a.logo {
		font-size:14px;
		position: relative;
		top: 3px;
	}

	header a {
		float: right;
	}

	article {
		padding-top: 10px;
		padding-left:10px;
		padding-right:10px;
	}

	header nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
