@charset "utf-8";
/* CSS Document */

html,
html *	{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	font-size: 10vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

header {
	padding: 16px;
	
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color:#909090;
	text-align: center;
	display:block;
	text-transform: lowercase;
	padding: 2px;
}

.style-nav a:hover {
	color:#f4f4f4;
}
