/* 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;
	background-color: #0E0E0E;
}
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;
}

body,html {
 margin:0;
 padding: 0;
}

/* HTML5 display-role reset for older browsers */
h2 {
	margin: 0;
}
/* CSS Document */

html {
}

body, html {
	color: #0E0E0E;
	width: 100%;
 	height: 100%;
}
.content {
	font-family: "aperculight";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	bottom: 0;
	text-decoration: none;
}
.content a {
	font-family: "aperculight";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	color: #ffffff;
	font-size: 3vw;
    line-height: 4vw;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}
.content a:hover{
	border-bottom: 1px solid #ffffff;
}

.logo {
	font-size: 2vw;
	padding-bottom: 4vw;
	display: inline-block;
}
.content {
	width: 70vw;
	padding: 10vw 15vw;
	margin-bottom: 6%;
	text-align: center;
	display: inline-block;
}

.cover {
	background-color: #ffffff;
	width: 100%;
	height: 110%;
	top: 0;
	position: fixed;
	z-index: 111;
	text-align: center;
	overflow: hidden;
}

h1 {
	font-size: 3vw;
	line-height: 4vw;
}

p {
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-size: 3vw;
	line-height: 4vw;
	display: inline-block;
	font-family: "aperculight";
}

::selection {
  background: #48836c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #48836c; /* Gecko Browsers */
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
h1 {
	font-size: 6vw;
	line-height: 7vw;
}

p {
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-size: 6vw;
	line-height: 7vw;
	display: inline-block;
	font-family: "aperculight";
}
.logo {
	font-size: 4vw;
}
.content a {
	font-size: 6vw;
	line-height: 7vw;
    }

    .content {
    	width: 80vw;
    	padding: 10vw 10vw;
    }
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
.left, .center, .right {
		width: 32%;
		font-size: 16px;
		line-height: 20px;
		margin-top: 5%;
	}
	.aboutme {
   		padding: 0;
    	margin: 0;
	}

	.aboutme p {
		font-size: 7.5vw;
		line-height: 8.5vw;
	}

	.menu {
	width: 100%;
	height: 17%;
	font-size: 4.8vw;
	line-height: 5.8vw;
	}

	.menu a {
	font-size: 4.8vw;
	line-height: 5.8vw;
	}

	.menu .one {
	width: 100%;
    bottom: 0;
    margin-bottom: 6%;
    position: fixed;
    padding: 0 6%;
	}
	div#content {
		width: 80%;
		margin-left: 10%;
		margin-top: 10%;
	}
    }
@media (max-width: 667px) {
	.left, .center, .right {
		width: 32%;
		font-size: 16px;
		line-height: 20px;
		margin-top: 5%;
	}
	.aboutme {
   		padding: 0;
    	margin: 0;
	}
	.menu .one {
	width: 100%;
    bottom: 0;
    margin-bottom: 6%;
    position: fixed;
    padding: 0 6%;
	}

	.aboutme p {
		font-size: 7.5vw;
		line-height: 8.5vw;
	}

	.menu {
	height: 15%;
	width: 100%;
	font-size: 4.8vw;
	line-height: 5.8vw;
	}

	.menu a {
	font-size: 4.8vw;
	line-height: 5.8vw;
	}

	div#content {
		width: 80%;
		margin-left: 10%;
		margin-top: 10%;
	}
}	




@font-face {
    font-family: 'aperculight';
    src:
         url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}