@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body {
  color:#999;
  font-family:Roboto;
  background: url(../../../../images/1.1.jpg)repeat center 0px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

h1{
  font-weight:100;
  font-size:27pt;
  color:#E43;
}

p{font-weight:300;}

.warning-content {
	position:absolute;
  top:25%;
  width:100%;
  height:300px;
  text-align:center;
  margin:0;
  
  
}