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


/* fonts */

@font-face {
	font-family: 'Din';
	src: url(fonts/DINPro-Regular.otf);
	font-weight: normal;
}

@font-face {
  font-family: 'Din';
  src: url(fonts/DINPro-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: 'Din';
  src: url(fonts/DINPro-Light.otf);
  font-weight: lighter;
}


/* framework */

/*#container, html, body {
	cursor: url(http://www.evanbeltran.com/links/dot.svg), auto;
	color: rgb(199,189,191);
}

#container, html, body a {
	cursor: url(http://www.evanbeltran.com/links/dot.svg), auto;
} */

#container, html, body {
	color: rgb(199,189,191);
}

#container {
	margin-top: 1%;
	font-family: 'Din', helvetica, arial, sans serif;
}

#hero {
		height: 50vw;
		overflow:hidden;
		display: flex; /* add */
   		justify-content: center; /* add to align horizontal */
		align-items: baseline;
		width:100%;
}

#hero img {
		width: 100%;
}

#hero-flex {
		height: 100%;
		display: flex; /* add */
   		justify-content: center; /* add to align horizontal */
		align-items: baseline;
		flex-flow: row wrap;
		padding: 10vh 0;
}

#hero-flex img {
	width: 25vw;
}

#headline {
	align-content: center;
	margin: 10vw 20vw 5vw 20vw;
}

#subhead {
	align-content: center;
	margin: 5vw 20vw;
	font-family: Din;
	font-weight: normal;
}

#headline-h2 {
	text-decoration: underline;
	text-decoration-color: magenta;
	line-height: 125%;
	font-family: Din;
	font-weight: normal;
	text-transform: uppercase;
}

#caption-h3 {
	text-align:center;
	font-size: 2.5vw;
	line-height:120%
}

hr {
	border: 1px solid;
	color: white;
	margin: 5% 0;
}

.content {
	margin: 5vh 20vw 5vh 20vw;
}

.center-image {
	width:90vw;
	overflow: hidden;
	margin: 0 5vw 2vw 5vw;
}

.sliderr {
	overflow: auto;
	margin: 0 5vw 2vw 5vw;
}

#slider {
	width: 65vw;
	display: block;
	margin: 0 auto;
}

#slider2 {
	width: 65vw;
	display: block;
	margin: 0 auto;
}

#slider3 {
	width: 65vw;
	display: block;
	margin: 0 auto;
}

#slider4 {
	width: 65vw;
	display: block;
	margin: 0 auto;
}

.center-image img {
	width: 100%;
}

h4 {
	font-size: 2vw;
	line-height: 130%;
	color: rgb(15,12,10);
	font-weight: 700;
}
	
h5 {
	font-size: 15px;
	line-height: 130%;
	color: rgb(199,189,191);
	font-weight: 300;
}

.clear {
	clear: both;
}

.caption {
	font-weight: 700;
	float: right;
	width: 15vw;
	margin-right: 5%;
	color: rgb(199,189,191);
}

.pull-quote {
	font-size: 5vw;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: magenta;
	margin: 10vh 10vh;
	line-height: 120%;
	color: rgb(199,189,191);
}

.double-image {
	display: flex;
	margin: 0 5% 2% 5%;
	width:90vw;
}

.left-image {
	margin-right: 1vw;
	width:44vw;
}

.right-image {
	margin-left: 1vw;
	width:44vw;
}

.right-image img {
	width:100%;
}

.left-image img {
	width:100%;
}

.lefty {
	display: flex;
	margin: 0 5% 2% 5%;
	width: 90%;
	flex-wrap: wrap;
}

.lefty-image {
	flex: 2;
}

.lefty-image img {
	width: 60vw;
	min-width: 100%;
}

.lefty-caption {
	flex: 1;
	background-color: rgb(199,189,191);
	padding: 2%;
}



/* nav */

#fixed-nav {
	position: fixed;
	width: 99vw;
	height: 8%;
	top: 0;
	padding-top: 1%;
	z-index: 999;
	background: rgb(15,12,10);
}

#logo {
	float: left;
	font-size: 2em;
	padding-left:20vw;
	padding-top: 2vh;
	font-family: 'Din';
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav{
	padding: 2vh 20vw 0 0;
	text-align: right;
	height: 2em;
	font-family: 'Din';
	font-weight: 600;
	text-transform: uppercase;
}

#nav ul{
	margin-top: 0.8vh;
	margin-bottom: 2vh;
}

#nav ul li {
	display:inline;
	text-decoration: none;
	padding-left:5%;
	font-size: 1.5em;
}

#nav a:link {
	text-decoration: none;
	color: rgb(199,189,191);
	vertical-align: middle;
}

#nav a:visited {
	color: rgb(199,189,191);
}

#nav a:hover {
	color: magenta;
}

#nav a:active {
	color: magenta;
}

html,body{
	margin: 0;
	padding: 0;
	background: rgb(15,12,10);
}



h1 {
	font-size: 10vw;
	font-weight: 700;
	padding-top: 20vh;
}

p {
	font-weight: 300;
	font-size: 1.8vw;
	line-height: 150%;
	margin-bottom: 3vh;
}





/* pictures */

.scroll {
	width:90vw;
	height:81vh;
	overflow: auto;
	margin: 0 5vw 2vw 5vw;
}

.scroll ul {
	float: left;
    margin-right: -999em;
    white-space: nowrap;
    list-style: none;
}

.scroll ul li img {
	height: 80vh;
}




/* footer */

footer {
	background-color: rgb(15,12,10);
	display: block;
	color: rgb(15,12,10);
	width: 100%;
	margin: 0 0 0 0;
	padding: 3% 0 0 0;
}

h2 {
	font-size: 4.5vw;
	font-weight: 700;
	text-align: center;
}

#blue {
	width: 100vw;
	height:3em;
	margin: 0 auto;
	background-color: rgb(15,12,10);
	text-transform: capitalize;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

#blue a:link{
	text-decoration: none;
	color: rgb(199,189,191);
}

#blue a:visted{
	color: rgb(199,189,191);
}

#blue a:hover{
	color: magenta;
}

#blue a:active{
	color: magenta;
}



/* responsive styles */


/* pc */
@media only screen and (max-width: 1200px) {
	#fixed-nav {
		position: fixed;
		width: 100%;
		height: 8%;
		top: 0;
		padding-top: 1%;
		z-index: 9999;
	}

	#logo {
		display: block;
		margin-top: 2vh;
		margin-left: 0.5vw;
	}

	#nav {
		clear: both;
		padding-top: 2vh;
		text-align: left;
		margin-left: 17vw;
	}

	#nav ul li {
		margin-right: 1%;
		margin-left: 1%;
	}
	
	#headline {
		margin-top: 15vw;
	}
	
	#hero {
		
	}

	h1 {
		margin-top: 15vh;
	}

	p {
		font-size: 2.5vw;
		line-height: 135%;
	}
	
	h2 {
		font-size: 5vw;
	}
	
	.sliderr {
		width:90vw;
		margin: 0 5vw 2vw 5vw;
	}
	
	#icons {
		width: 50vw;
	}
	
	#icons img {
		height: 4vh;
}
}


/* tablet */
@media only screen and (max-width: 768px) {

	#fixed-nav {
		position: fixed;
		height: 6em;
		top: 0;
		padding-top: 1%;
		z-index: 9999;
	}

	#logo {
		width: 100%;
		padding-top: 2%;
		margin: 0 auto;
		padding-left: 20vw;
		
	}

	#nav {
		width: 100%;
		padding-top: 2%;
		margin: 0 auto;
		padding-left: 14.5vw;
	}

	#nav ul li {
		margin-right: 1%;
		margin-left: 1%;
	}

	#nav ul li {
		margin-right: 1%;
		margin-left: 1%;
	}
	
	#headline {
		margin-top: 20vw;
	}

	h1 {
		margin-top: 15vh;
	}

	p {
		font-size: 3vw;
		line-height: 135%;
	}
	
	h2 {
		font-size: 7vw;
	}
	
	.pull-quote {
		margin: 5vh 5vh;
	}
	
	.icon {
		padding: 0 5% 0 5%;
		margin: 0 auto;
	}

	.icon img {
		width: 50px;
	}

	#linkedin img {
		width: 40px;
	}

	#facebook img {
		width:35px;
	}
	
	#hero {
		margin-top:0;
	}
	
	#subhead {
		margin: 7% 5% 0 7%;
	}
	
	#caption-h3 {
		font-size: 4vw;
	}
	
	.content {
		margin: 0 5% 0 5%;
	}
	
	hr {
		margin: 7% 0 7% 0;
	}
	
	.double-image {
	display: block;
	margin: 0 5% 2% 5%;
	width: 90%;
}

.left-image {
	margin: 0 0 2% 0;
	width: 100%;
}

.right-image {
	margin: 0 0 2% 0;
	width: 100%;
}

.lefty {
	display: block;
	margin: 0 5% 2% 5%;
	width: 90%;
	flex-wrap: wrap;
}

.lefty-image {
	flex: 2;
}

.lefty-image img {
	width: 60vw;
	min-width: 100%;
}

.lefty-caption {
	flex: 1;
	padding: 2%;
}

.lefty-caption h4 {
	font-size: 5vw;
}

#icons {
		width: 80vw;
	}

#hero-flex {
	padding: 0;
}

#hero-flex img {
	width: 60vw;
}

}

/* cell */
@media only screen and (max-width: 480px) {

	
	#fixed-nav {
		position: fixed;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 7em;
		top: 0;
		padding-top: 1%;
		z-index: 9999;
	}

	#logo {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		margin-top: 5%;
		text-align: center;
	}

	#nav {
		clear: both;
		width: 100%;
		padding: 0 0 0 0;
		padding-top: 2%;
		margin: 0 0 0 0;
		
	}
	
	#nav ul{
		text-align: center;
	}

	#nav ul li {
		margin: 0 0 0 0;
	}

	h1 {
		margin-top: 15vh;
	}

	p {
		font-size: 3.5vw;
		line-height: 150%;
	}
	
	#container{
		margin-top: 20vh;
	}
}