body {
background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Oxygen', sans-serif;
  padding-top: 100px;
}


h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 0;
	
}


h2 {
	color: #ffffff;
	font-size: 24px;
	margin-top: 0;
}



.logo {
	height: 60px;
	width: 185px;
	margin-top: 40px;
	margin-bottom: 0px;
}


.comingsoon {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



.bluelink {
	color: #70afd9;
	font-size: 24px;
	text-decoration: none;
}

