body {
 	width: 100%;
    background-color: rgb(0,0,0);
    padding: 0;
    margin: 0;
}

body * {
	padding: 0;
	margin: 0;
}

div#keyvis {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/go_keyvisual.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

div#cta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 5vw;
	text-align: center;
}

div#cta a {
	font-family: 'Space Mono', monospace;
    font-size: calc(10px + 0.5vw);
    color: rgb(0,0,0);
    text-decoration: none;
    font-weight: 300;
	line-height: 0.8;
	background-color: rgb(255,255,255);
	padding: 0.2vw;
}

div#cta a:hover {
	color: #4fff00;
	transition: all 0.5s ease-in-out;
}

h1 {	
	display: none;
}

a.legal {
	display: block !important;
	font-family: 'Work Sans', sans-serif !important;
    font-size: calc(10px + 0.25vw) !important;
    color: rgb(255,255,255) !important;
    text-decoration: none !important;
    font-weight: 300 !important;
	line-height: 0.8 !important;
	background: none !important;
	margin-top: 3vw !important;
	text-transform: uppercase !important;
}