@charset "utf-8";
@import url("https://use.typekit.net/nxd5dcc.css");
/* CSS Document */

body {
	background-color: rgba(32,24,70,1.00);
	overflow:hidden;
}

.logo{
	width:35vw;
	height:auto;
	margin:0 auto;
	margin-top:5vw;
}

h1{
	font-family: eurostile, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.5vw;
	color: rgba(255,255,255,1.0);
	text-align: center;
	margin:0 auto;
}

a{
	font-family: eurostile, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5vw;
	color: rgba(255,255,255,1.0);
	width: 100vw;
	text-align:center;
	text-decoration:none;
	display:block;
	transition: 0.8s;
}

a:hover{
	text-decoration: underline;
	transition: 0.8s;
}
