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

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

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

*/

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



/* nav */

#fixed-nav {
	position: fixed;
	width: 99vw;
	height: 8%;
	top: 0;
	padding-top: 1%;
	z-index: 999;
}

#logo {
	float: left;
	font-size: 2em;
	padding-left:20vw;
	padding-top: 2vh;
	font-family: 'Din';
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(199,189,191);
}

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

#nav ul{
	margin-top: 2.5vh;
	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);
}


/* projects */

section{
	position: absolute;
	width: 98vw;
	height: 100vh;
	font-family: 'Din';
	font-weight: normal;
}

section ul#projects{
	list-style: none;
	width: 100%;
	margin-top: 25vh;
}

section ul#projects li a{
	text-decoration: none;
	transition: 0.5s;
	font-family: 'Din';
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(199,189,191);
	font-size: 2em;
	line-height: 1.25em;
	margin-left: 20vw;
}

section ul#projects li a:hover{
	color: magenta;
}

section img{
	position: fixed;
	display: block;
	padding: 0 auto;
	top: -8vh;
	left: 0;
	height: 110%;
	min-width: 100%;
	object-fit: cover;
	z-index: -2;
	transition: 0.5s;
	opacity: 0;
}

section ul#projects li a:hover + img{
	opacity: 1;
}




/* responsive styles */


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

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

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

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

	h1 {
		margin-top: 5vh;
		padding-top: 15vh;
	}

	p {
		font-size: 2.5vw;
		line-height: 135%;
	}

	#about {
		font-size: 2.5vw;
		line-height: 135%;
		margin-bottom: 10%;
	}

	.center-img {
		width: 4vw;
	}
	
	.info {
		font-size: 2vw;
	}
	
	h2 {
		font-size: 5vw;
	}
	
	#icons {
		width: 50vw;
	}
	
	#icons img {
		height: 4vh;
	}
	
	section{
		position: absolute;
		width: auto;
		height: 100%;
		font-family: 'Din';
		font-weight: normal;
	}

	section ul#projects{
		list-style: none;
		width: auto;
		margin-top: 25vh;
	}

	section ul#projects li a{
		text-decoration: none;
		transition: 0.5s;
		font-family: 'Din';
		font-weight: normal;
		text-transform: uppercase;
		color: rgb(199,189,191);
		font-size: 2em;
		line-height: 1.25em;
		margin-left: 20vw;
	}

	section ul#projects li a:hover{
		color: magenta;
	}

	section img{
		
		padding: 0 auto;
		top: -10vh;
		left: 0;
		height: 110%;
		width: auto;
		z-index: -2;
		transition: 0.5s;
		opacity: 0;
	}
}


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

	#fixed-nav {
		position: fixed;
		top: 0;
		padding-top: 1%;
		background: rgb(15,12,10);
		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%;
	}

	h1 {
		margin-top: 2vh;
		padding-top: 15vh
	}

	p {
		font-size: 3vw;
		line-height: 135%;
	}

	#about {
		font-size: 3vw;
		line-height: 135%;
		margin-bottom: 10%;
	}

	.number {
		font-size: 3vw;
		margin-left: -150%;
	}

	.post-title, .picture-title, .post-comingsoon  {
		font-size: 7vw;
	}

	.info {
		font-size: 3vw;
		line-height: 150%;
	}
	
	h2 {
		font-size: 7vw;
	}
	
	#icons {
		width: 80vw;
	}
	
	.post-comingsoon a span { 
	margin-left:25vw;
}
}

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

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

	#logo {
		display: block;
		width: 100%;
		margin-top: 5%;
		margin-left: 0;
	}

	#nav {
		clear: both;
		width: 100%;
		padding-top: 2%;
		margin: 0 auto;
	}

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

	h1 {
		margin-top: 0;
		padding-top: 15vh;
	}

	p {
		font-size: 3.5vw;
		line-height: 150%;
	}

	#about {
		font-size: 3.5vw;
		line-height: 150%;
		margin-bottom: 10%;
	}

	.number {
		font-size: 3.5vw;
		margin-left: -300%
	}

	.info {
		font-size: 3.5vw;
	}
	#icons {
		width: 100vw;
	}
}
