/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  */

* {
	box-sizing: border-box;
	text-decoration: none !important;
}


a {
	color: inherit;
}

html {
	height: 100%;
}

body {
	background: white;
	height: 100%;
	min-width: 320px;
	font-weight: 300;
	font-size: 18pt;
	line-height: 1.75em;
	color: #000000;
	letter-spacing: 0.025em;
}




/* nav-bar rules */

#site-nav {
	padding: 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	position: fixed;
	z-index: 100000;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	height: 3em;
	line-height: 3em;
	color: rgb(255, 255, 255);
}

#site-nav h1 {
	font-size: 1.7em;
	display: inline-flex;
	padding-left: 0.5em
}

#site-nav a {
	padding: 1em;
}

#site-nav img {
	width: 3em;
	height: auto;
}

.logo {
	display: flex;
	top: 0;
	position: absolute;
	left: 0;
	height: 100%;
	padding-left: 0.5em;
}

/* intro section */
#intro {
	background-image: url('images/eclipse.jpg');
	color: white;
	background-size: cover;
	background-repeat: no-repeat;	
}

#story {
	background-image: url('images/me.jpg');
	color: white;
	background-size: cover;
	background-repeat: no-repeat;	
}

#projects {
	background-image: url('images/ocean.jpg');
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
}

#contact {
	background-image: url('images/snow.jpg');
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
}

.scroll img {
	height: auto;
	width: 50px;
}

/* Projects */

.display {
	display: flex;
	flex-wrap: wrap;
	width: 45em;
	max-width: 100%;
	margin: 0 auto;
}

.main {
	width: 50%;
	position: relative;
	opacity: 1.0;
}

.main img {
	width: 440px;
	height: 227px;
}

/* .project-stills {

} */

header {
	margin-bottom: 1em;
}

.container {
	min-height: 100%;
	display: flex;
	position: relative;
	margin: 0;
	overflow-x: hidden;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3em 0 3em 0;
}

.content {
	width: 45em;
	max-width: calc(100% - 4em);
	margin: 0 auto;
}

h2 {
	font-size: 4.25em;
	line-height: 1em;
}