/* Reset */
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}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} 
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html {
	background: #000;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

body {
	font:18px "hk-grotesk", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #fff;
	margin: 0 auto;
	cursor: url(/static/images/cursor.svg) 10 10, auto;
}

::selection {
	color: #ff3600;
	background: #888;
}
::-moz-selection {
	color: #000;
	background: #fff;
}

a {
	text-decoration: none;
	cursor: url(/static/images/cursor-white.svg) 10 10, auto;
}

ul.text-stuff {
	margin-left: 20px;
}

ul.text-stuff li {
	text-align: left;
	font-family: "unb-light", sans-serif;
	font-size: 24px;
	line-height: 38px;
	color: #143743;
	margin-bottom: 20px;
	padding-left: 20px;
	list-style-position: outside;
	list-style: url("/static/images/general/bullet.svg");
}

h1 {
	font-family: "canterbury", serif;
	font-size: 16vw;
	color: #fff;
	text-align: center;
}

h2 {
	font-family: "hk-grotesk", sans-serif;
	font-size: 36px;
	line-height: 1.25em;
	color: #fff;
}

h3 {
	font-family: "hk-grotesk", sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

h5 {
	font-family: "hk-grotesk", sans-serif;
	color: #000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* WATBD */

.watbd {
	background: white;
	padding: 20px 0;
	position: fixed;
	overflow: hidden;
	z-index: 5000;
	transition: .5s;
	transform: translateZ(100px);
}

.watbd:hover {
	background: #ff3600;
}

.watbd_wrapper {
	white-space: nowrap;
	position: relative;
}

.watbd_headline {
	font-size: 18px;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-transform: uppercase;
	width: auto;
	margin: 0;
	display: inline-block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* NAV */

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
	width: 100%;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 58px;
	z-index: 4000;
	transform: translateZ(100px);
}

.logo {
	height: 30px;
	display: block;
}

.nav a {
	font-family: 'hk-grotesk', sans-serif;
	color: #fff;
	font-size: 18px;
	transition: all .25s;
}

.nav a:hover {
	font-family: 'hk-grotesk', sans-serif;
	color: #888;
	font-size: 18px;
}

.nav #linkedin {
	margin-left: 25px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HERO */

.hero-container {
	height: 100%;
	width: 100vw;
	background-color: #000; 
	position: fixed;
	z-index: -1000;
}

.psuedo-hero {
	height: 61px;
}

.hero {
	height: calc(100vh - 161px);
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column;
}

.hero-text {
	text-align: center;
	margin: 20px 0;
	height: auto;
}

#top-text-1 {
	display: inline-block;
}

#top-text-2 {
	display: none;
}

#bottom-text-1 {
	display: inline-block;
}

#bottom-text-2 {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* PHOTO */

.photo {
	width: 100vw;
	padding: calc(100vh - 100px) 0 100px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 60%, #000000 100%);
	overflow: visible;
	z-index: 3000;
	transform: translateZ(1px);
}

.photo img {
	width: 50vw;
	max-width: 800px;
	min-width: 315px;
	margin: 0 auto;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BLURB */

.blurb {
	height: 100vh;
	background: #000;
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column;
	padding-top: 61px;
	z-index: 3000;
}

.blurb h2 {
	text-align: center;
	width: 60vw;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FOOTER */

.footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px 30px;
	width: 100%;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 4000;
	height: 50px;
	bottom: 0;
	transform: translateZ(100px);
}

.footer-c {
	display: block;
}

.footer-year {
	display: block;
}

.footer-year img {
	display: inline-block;
	height: 14px;
}

.footer-year p {
	display: inline-block;
	margin-left: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 404 */

.error {
	height: 100vh;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column;
}

.error h1 {
	font-size: 50vw;
	transform: translateZ(100px);
}

.error video {
	min-width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0 auto;
	filter: grayscale(100%);
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Media Queries */



/* X-Large */
@media only screen and (min-width: 1440px) {
	h1 {
	font-size: 230px;https://localhost/pages/index.html
	}
}

/* Medium */
@media only screen and (min-width: 1199px) {
	.error h1 {
		font-size: 500px;
	}
}

/* Small */
@media only screen and (max-width: 799px) {
	h3 {
		font-size: 18px;
	}
	.hero-text {
		margin: 10px 0;
	}

	#top-text-1 {
		display: none;
	}

	#top-text-2 {
		display: inline-block;
	}

	#bottom-text-1 {
		display: none;
	}

	#bottom-text-2 {
		display: inline-block;
	}
}

/* X-Small */
@media only screen and (max-width: 599px) {
	.nav a {
		font-size: 14px;
	}

	.blurb h2 {
		font-size: 24px;
		width: 80vw;
	}

	.nav {
		padding: 20px;
	}

	.footer {
		padding: 0 20px 20px;
		font-size: 14px;
	}
}