html { font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #BBB;
}
@media (max-width: 990px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
}
h1 {
  font-size: 38px;
  margin: 0;
  font-family: "Roboto Bold", sans-serif;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  h1{
    font-size: 30px; 
  }
}
@media (max-width: 440px) {
  h1{
    font-size: 25px;
  }
}

h2 {
  color: #1a1818;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
h3{
  font-size: 20px;
}
p{
  font-size: 16px;
  font-family: "Roboto", sans-serif; 
}
a:focus{
  text-decoration: none;
}
.wrapper {
  max-width: 990px;
  height: 100%;
}

.body-container {
  background: #fff;
  position: relative;
  z-index: 3;
}

.body-container .body-content {
  border-radius: 5px;
  background-color: #fff;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: initial;
}
@media (min-width: 992px){
  .body-container .body-content {
    padding: 20px 0 0 20px;
  }
}
.banner{
  padding: 40px 15px;
  background: #009cea;
}
.feature{
  padding: 74px 15px 165px 15px;
}
.feature a{
  color: #009cea;
  font-size: 18px;
  font-family: "Roboto Medium", sans-serif;
}
.copyright p{
  font-size: 12px;
}
.icon{
  background: url('/imagesrv/error/images/error_outline_white.png') no-repeat;
  background-size: 63px;
  height: 59px;
  width: 90px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .icon{
    background-size: 42px;
    height: 42px;
    width: 54px;
  }
}
