html{
	height: 100%;
}

body{
	font-family: franklin-gothic-urw;
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}




.text{
	position: absolute;
	display: block;
	margin-left: 60%;
	top: 70px;
	right: 10%;
	color: white;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 10px;
}

}

@media (max-width: 600px) {
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 10px;
	}

}

h2 a{
	color: white;
}

a.fullPageButton {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}