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;
}

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;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
	cursor: url("sources/cursor/blackbig.png") 14 14, auto;
}

body {
	background-color: #ec4926;
	font-family: "Times NR MT W03 Regular", Times New Roman, serif;
	color: #0a0a0a;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
}

a, .sans, .read-more {
	display: inline-block;
	cursor: url("sources/cursor/blacksmall.png") 7 7, auto;
	color: #0a0a0a;
	text-decoration: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease;
}

h1 a:hover {
    animation: bounce-h .75s ease; 
    animation-fill-mode: forwards;
}

@keyframes bounce-h {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	100% {
		-webkit-transform: translateY(-9%);
		-ms-transform:     translateY(-9%);
		transform:         translateY(-9%)
	}
}

.bio-links a:hover, .site-projects a:hover, .bio p a:hover, .bio .sans:hover, .top-arrow:hover, .read-more:hover {
	color: #0a0a0a;
    animation: bounce-a .75s ease; 
    animation-fill-mode: forwards;
}

.site-projects a:hover, .read-more:hover {
	color: #ec4926 !important;
}

@keyframes bounce-a {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	100% {
		-webkit-transform: translateY(-13%);
		-ms-transform:     translateY(-13%);
		transform:         translateY(-13%)
	}
}

.no-break {
	white-space: nowrap;
}

.italic {
	font-family: "Times NR MT W01 Italic", Times New Roman, serif;
	font-style: italic;
}

.fixed ::selection {
    color: #d8d8d8;
    background: transparent;
}

.site-projects ::selection {
    color: #7c7c7c;
    background: transparent;
}

/* Menu */

.nav-bar {
	position: fixed;
	background-color: #ec4926;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 9999;
	transition: .4s ease;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 10px 40px -15px rgba(0,0,0,.3);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.3);
	box-sizing: border-box;
}

.nav-text {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 1.3rem;
	margin: 12.5px 2rem;
	letter-spacing: -.021rem;
}

.name, .email {
	float: left;
}

.name {
	margin-right: 25px;
}

.email {
	font-family: "Times NR MT W03 Regular", Times New Roman, serif;
	font-size: 1rem;
	letter-spacing: -.02rem;
	margin-top: 2px;
}

.email img {
	width: 17.5px;
	margin-right: 7px;
	margin-top: 4px;
	vertical-align: text-top;
}

.top-arrow {
	cursor: url("sources/cursor/blacksmall.png") 7 7, auto;
	float: right;
	margin-top: -2px;
	margin-right: 0rem;
}

@media (max-width: 767px) {
	.nav-text {
		font-size: 1rem;
		letter-spacing: -.016rem;
		margin-top: 15px; }
	.name {
		margin-right: 3vw; }
	.email {
		font-size: .7rem;
		margin-top: 3px; }
	.email img {
		width: 12.5px;
		margin-right: 5px;
		margin-top: 3px; }
	.top-arrow {
		margin-top: 0px; }
}

@media (max-width: 480px) {
	.nav-text {
		margin: 14px 1.3rem; }
}


/* Fixed-Fade */

.fixed {
	position: fixed;
	z-index: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ec4926;
}


/* Header */

.site-header {
	-webkit-animation: dropin 2.5s;
	-moz-animation: dropin 2.5s;
	animation: dropin 2.5s; }
@keyframes dropin{from{transform:translate3d(0, -160%, 0)}to{transform:translate3d(0, 0%, 0)} 
}
@media (min-width: 1024px) and (max-width: 1439px) {
 	.site-header {
		-webkit-animation: dropin 2.75s;
		-moz-animation: dropin 2.75s;
		animation: dropin 2.75s; }
@keyframes dropin{from{transform:translate3d(0, -170%, 0)}to{transform:translate3d(0, 0%, 0)}}
}
@media (min-width: 768px) and (max-width: 1023px) {
 	.site-header {
		-webkit-animation: dropin 3s;
		-moz-animation: dropin 3s;
		animation: dropin 3s; }
@keyframes dropin{from{transform:translate3d(0, -140%, 0)}to{transform:translate3d(0, 0%, 0)}}
}
@media (max-width: 767px) {
 	.site-header {
		-webkit-animation: dropin 3.25s;
		-moz-animation: dropin 3.25s;
		animation: dropin 3.25s; }
@keyframes dropin{from{transform:translate3d(0, -120%, 0)}to{transform:translate3d(0, 0%, 0)}}
}


.bio {
	line-height: 1.15;
	margin-left: 3rem;
	margin-top: 2rem;
}

@media (min-height: 768px) {
	.bio {
		margin-top: 4rem; }
}

.bio h1 {
	display: block;
	text-align: left;
	font-size: 5.75rem;
	letter-spacing: -.12rem;
	font-family: "neue-haas-unica", Arial, sans-serif;
	width: 85%;
	margin-bottom: 3rem; }

.bio h1 a {
	font-family: "Times NR MT W03 Regular", Times New Roman, serif;
	font-size: 5.9rem;
	letter-spacing: -.123rem;
}

.bio p {
	width: 60%;
	font-size: 2.5rem;
	letter-spacing: -.042rem;
	margin-left: 40%;
	padding-right: 3rem;
	margin-bottom: 4.85rem;
}

.bio .sans, .bio a {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 2.32rem;
	letter-spacing: -.048rem;
}


/*Bio Breakpoints*/

@media (min-width: 1024px) and (max-width: 1395px) {
	.bio {
		margin-left: 2rem;
		margin-top: 3rem;
	}
	.bio h1 {
		font-size: 4.31rem;
		letter-spacing: -.091rem;
		width: 80%; }
	.bio h1 a {
		font-size: 4.42rem;
		letter-spacing: -.092rem; }
	.bio p {
		width: 57%;
		font-size: 2.02rem;
		letter-spacing: -.032rem;
		margin-left: 43%;
		padding-right: 1%; }
	.bio .sans, .bio a {
		font-size: 1.85rem;
		letter-spacing: -.038rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.bio {
		margin-left: 1.33rem;
	}
	.bio h1 {
		font-size: 3.87rem;
		letter-spacing: -.082rem;
		width: 90%; }
	.bio h1 a {
		font-size: 3.96rem;
		letter-spacing: -.0824rem; }
	.bio p {
		width: 68%;
		font-size: 1.85rem;
		letter-spacing: -.038rem;
		margin-left: 33%;
		padding-right: 1.33rem; }
	.bio .sans, .bio a {
		font-size: 1.69rem;
		letter-spacing: -.035rem; }
}

@media (max-width: 767px) {
	.bio {
		margin-left: 0;
		margin-top: 4rem;
	}
	.bio h1 {
		font-size: 2.35rem;
		letter-spacing: -.05rem;
		width: 90%;
		text-align: center;
		margin: auto;
		margin-bottom: 2.8rem; }
	.bio h1 a {
		font-size: 2.4rem;
		letter-spacing: -.05rem; }
	.bio p {
		width: 90%;
		font-size: 1.67rem;
		letter-spacing: -.029rem;
		margin-left: 0;
		margin: auto;
		padding-right: 0;
		text-align: center;
		margin-bottom: 2.8rem; }
	.bio .sans, .bio a {
		font-size: 1.52rem;
		letter-spacing: -.032rem; }
}

@media (max-width: 767px) {
	.bio {
		margin-left: 0;
		margin-top: 4rem;
	}
	.bio h1 {
		font-size: 2.35rem;
		letter-spacing: -.05rem;
		width: 90%;
		text-align: center;
		margin: auto;
		margin-bottom: 2.8rem; }
	.bio h1 a {
		font-size: 2.4rem;
		letter-spacing: -.05rem; }
	.bio p {
		width: 90%;
		font-size: 1.67rem;
		letter-spacing: -.029rem;
		margin-left: 0;
		margin: auto;
		padding-right: 0;
		text-align: center;
		margin-bottom: 2.8rem; }
	.bio .sans, .bio a {
		font-size: 1.52rem;
		letter-spacing: -.032rem; }
}

@media (max-width: 480px) {
	.bio p {
		font-size: 1.34rem !important;
		letter-spacing: -.025rem !important; }
	.bio .sans, .bio a {
		font-size: 1.3rem !important;
		letter-spacing: -.021rem !important; }
	.bio h1 a {
		font-size: 2.4rem !important;
		letter-spacing: -.05rem !important; }
}

/* Tablet Padding Height Fix*/
@media (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) {
	.bio {
		margin-top: 18%; }
}

.bio-links {
	vertical-align: top;
	height: auto;
	width: 100%;
	align-content: center;
	margin: auto;
}

.bio-links h4 {
	font-family: "Times NR MT W03 Regular", Times New Roman, serif;
	margin-bottom: 5px;
	font-size: 1.37rem;
	letter-spacing: -.025rem;
}

.bio-info p {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 1.3rem;
	letter-spacing: -.021rem;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.bio-info {
		margin-bottom: 20px !important; }
	.three-column, .select {
		text-align: center;	}
	.select {
		margin-bottom: -30px;
		margin-top: 2.8rem; }
}
@media (max-width: 957px) {
	.bio-links h4 {
		font-size: 1.07rem !important;
		letter-spacing: -.016rem; }
	.bio-info p {
		font-size: 1rem !important;
		letter-spacing: -.016rem;
		margin-bottom: 5px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.bio-links {
		padding: 0 1.33rem; }
	.contact {
		width: 28%;
		float: left; }
	.social {
		width: 22%;
		float: left; }
	.select {
		float: right;
		margin-right: .5rem;
		margin-top: -2.8rem; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
	.bio-links {
		padding: 0 2rem; }
	.contact {
		width: 25%;
		float: left; }
	.social {
		width: 25%;
		float: left; }
	.other {
		width: 25%;
		float: left; }
	.select {
		float: right;
		margin-right: .5rem; }
}

@media (min-width: 1440px) {
	.bio-links {
		padding: 0 3rem; }
	.contact {
		width: 25%;
		float: left; }
	.social {
		width: 25%;
		float: left; }
	.other {
		width: 25%;
		float: left; }
	.select {
		float: right;
		margin-right: .5rem; }
}

.select span {
	padding-left: .4rem;
}


/* Projects */

.background {
	background-color: #f2f2f2;
	width: 100%;
	position: relative;
	margin-top: 100vh;
	padding-top: calc(25px+5vh);
	z-index: 100;
	-webkit-box-shadow: 0 12px 40px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 12px 40px 0 rgba(0,0,0,.2);
	box-shadow: 0 12px 40px 0 rgba(0,0,0,.2);
}

@media (max-width: 420px) {
	.fixed {
		position: relative; }
	.background {
		margin-top: 17vh; }
}

.site-projects {
	max-width: 1200px;
	margin: auto;
	padding: 70px 5%;
}

.project-info {
	text-align: center;
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
	.project-info {
		margin-bottom: 1.2rem; }
}


.project-title {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 3.2rem;
	letter-spacing: -.066rem;
	margin-top: -2px;
}

.project-subhead {
	font-family: "Times NR MT W03 Regular", Times New Roman, serif;
	font-size: 1.35rem;
	letter-spacing: -.025rem;
}

@media (max-width: 1023px) {
	.project-subhead {
		font-size: 1.03rem !important;
		letter-spacing: -.016rem !important; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
	.project-title {
		font-size: 2.59rem;
		letter-spacing: -.066rem; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.project-title {
		font-size: 2.33rem;
		letter-spacing: -.059rem; }
}
@media (max-width: 767px) {
	.project-title {
		font-size: 2.1rem;
		letter-spacing: -.053rem; }
}

@media (max-width: 768px) {
	.project-subhead {
		margin-bottom: 2px; }
	.project-description {
		margin-bottom: 60px;}
}
@media (min-width: 769px) {
	.project-subhead {
		margin-bottom: 0px; }
	.project-description {
		margin-bottom: 120px; }
}

.site-projects p {
	font-size: 2.5rem;
	letter-spacing: -.03rem;
	line-height: 1.3;
	margin-bottom: 30px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.site-projects a {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 2.32rem;
	letter-spacing: -.048rem;
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.site-projects p {
		font-size: 2rem;
		letter-spacing: -.03rem; }
	.site-projects a {
		font-size: 1.85rem;
		letter-spacing: -.038rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.site-projects p {
		font-size: 1.8rem;
		letter-spacing: -.03rem; }
	.site-projects a {
		font-size: 1.69rem;
		letter-spacing: -.035rem; }
}

@media (max-width: 767px) {
	.site-projects p {
		width: 100%;
		font-size: 1.63rem;
		letter-spacing: -.026rem; }
	.site-projects a {
		font-size: 1.52rem;
		letter-spacing: -.032rem; }
}

@media (max-width: 480px) {
	.project-description p {
		font-size: 1.33rem !important;
		letter-spacing: -.025rem !important; }
	.project-description a {
		font-size: 1.3rem !important;
		letter-spacing: -.021rem !important; }
}

.carousel-status, .read-more {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 1.3rem !important;
	letter-spacing: -.021rem !important;
}

@media (max-width: 1023px) {
	.carousel-status, .read-more {
		font-size: 1rem !important;
		letter-spacing: -.016rem !important; }
}

.carousel-status {
	margin: 1.5rem 0;
	text-align: center;
}

.read-more {
	display: inline;
	padding-left: .75px;
}

.read-more:hover {
	color: #ec4926;
}

@media (max-width: 767px) {
	.carousel-status {
		margin: 1.2rem 0; }
}

@media (min-width: 769px) {
	br {
		display: none; }
}

.full {
	display: block;
	line-height: 1.3;
	margin-top: 10px;
}

.full p {
	margin-top: 10px;
}

/* Flickity */

.project-slider {
	width: 85%;
	margin: auto;
}

@media (max-width: 767px) {
	.project-slider {
		width: 100%; }
}

.carousel-cell {
	width: 100%;
}

.carousel-cell img {
	width: 100%;
}

.carousel-cell video {
	width: 100%;
	height: 100%;
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 25%;
	height: 20%;
	border: none;
	border-radius: 50%;
	background: #fff !important;
	background: transparent !important;
} 

.flickity-prev-next-button.previous { 
	left: -.5%; 
	cursor: url("sources/cursor/prev.png") 16 16, w-resize;
	height: 100%;
	width: 52%;
}

.flickity-prev-next-button.next { 
	right: -.5%; 
	cursor: url("sources/cursor/next.png") 16 16, e-resize;
	height: 100%;
	width: 52%;
}

.flickity-prev-next-button .arrow {
	display: none;
}

.flickity-page-dots {
	display: none;
}

.hidden {
	display: none;
}

.open, .close {
	display: inline-block;
}


/* Footer */

footer {
	width: 100%;
}

footer p {
	font-family: "neue-haas-unica", Arial, sans-serif;
	font-size: 1.3rem !important;
	letter-spacing: -.021rem !important;
	text-align: center;
}

@media (max-width: 767px) {
	footer p {
		font-size: 1rem !important;
		letter-spacing: -.016rem !important;
		margin: 90px auto 0;}
}

