@font-face {
  font-family: bartknechtLight;
  src: url(OpenSans-Light.ttf);
}
* {
	margin: 0;
	padding: 0;
	}
	
html {
	height: 100%;
	color: #ffffff;
	background: #000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: bartknechtLight;
}
	
.textbox {
	float: left;
	margin: 6% 0 0 10%;
}

h1 {
	font-size: 7vw;
}

h2 {
	font-size: 3vw;
}
