@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
 background: #0a0a0a;
 
  color:#d1d3d4;
  font-family:Roboto;
}

.hero-image {
  background-image: url("logo.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  object-fit: cover;
  opacity: 0.5;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:#ffcb04;
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}