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

body {
  /*background: #EEEEF4;*/
  background: goast white;
  color:#999;
  font-family:Roboto;
}

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

p{font-weight:400;}

p span {
    color: white;
    background: hsla(216, 96%, 56%, 1);

    background: linear-gradient(90deg, hsla(216, 96%, 56%, 1) 0%, hsla(178, 64%, 65%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(216, 96%, 56%, 1) 0%, hsla(178, 64%, 65%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(216, 96%, 56%, 1) 0%, hsla(178, 64%, 65%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2278FB", endColorstr="#6BDFDB", GradientType=1 );
    padding: 7px;
    border-radius: 15px;
}

p span a{
    color: white;
    text-decoration: none;
}

.contact{
    line-height: 3;
}

.warning-content {
  position: absolute;
  height:300px;
  text-align:center;
  margin-right: auto;
  margin-left: auto;
  width: 99%;
}

.main-logo {
    max-width: 400px;
}