html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  color: #fff;
}

* {
  box-sizing: border-box;
}

div.clear {
  clear: both;
  height: 0px;
}

body {
  background-image: url(images/bg_mobile_480.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  display: table;
  vertical-align: middle;
}

div#transition {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,72,153,0.3);
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  font-family: 'Signika', sans-serif;
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding-top: 10px;
  background-color: #fff;
  text-align: center;
  z-index: 999;
}

#top img {
  margin: 0 auto;
  width: 295px;
  height: 58px;
}

#cover {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#content {
  width: 100%;
  text-align: center;
  padding: 120px 0px 30px 0px;
}

#blue_one {
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 20px 30px;
  background-color: #082E6A;
  margin: 0 auto;
  z-index: 99;
  font-family: 'Signika', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

#blue_one p.skip {
  padding-top: 25px;
}


#blue_two {
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 20px 30px;
  background-color: #6faee0;
  margin: 0 auto;
  z-index: 99;
  font-family: 'Signika', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

#white {
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 20px 30px;
  background-color: #fff;
  color: #1c5787;
  margin: 0 auto;
  z-index: 99;
  font-family: 'Signika', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

#white p.light {
  color: #014280;
  font-weight: 400;
  padding-top: 30px;
  line-height: 40px;
}

#white a {
  color: #1c5787;
  text-decoration: none;
}

#white a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}



@media (min-width: 880px) {

  #content {
    width: 815px;
    margin: 0 auto;
  }


  #blue_one {
    position: relative;
    width: 300px;
    height: 300px;
    text-align: left;
    float: left;
    margin: 0;
    padding: 42px 40px 0px 30px;
  }


  #blue_two {
    width: 300px;
    height: 215px;
    text-align: left;
    float: left;
    padding: 52px 40px 0px 30px;
  }

  #white {
    width: 515px;
    height: 515px;
    font-size: 28px;
    text-align: left;
    float: right;
    padding: 42px 40px 0px 48px;
  }

  #white p.light {
    padding-top: 140px;
  }

}

@media (min-width: 481px) and (max-width: 800px) and (min-height: 550px) {
  body {
    background-image: url(images/bg_mobile_800.jpg);
  }
}

@media (min-width: 481px) and (max-width: 800px) and (max-height: 550px) {
  body {
    background-image: url(images/bg_desktop_800.jpg);
  }
}

@media (min-width: 801px) and (max-width: 1200px) and (min-height: 800px) {
  body {
    background-image: url(images/bg_mobile_1200.jpg);
  }
}

@media (min-width: 801px) and (max-width: 1200px) and (max-height: 800px) {
  body {
    background-image: url(images/bg_desktop_1200.jpg);
  }
}

@media (min-width: 1201px) and (max-width: 1600px) and (min-height: 1050px) {
  body {
    background-image: url(images/bg_mobile_1600.jpg);
  }
}

@media (min-width: 1201px) and (max-width: 1600px) and (max-height: 1050px) {
  body {
    background-image: url(images/bg_desktop_1600.jpg);
  }
}

@media (min-width: 1601px) and (max-width: 2000px) and (min-height: 1300px) {
  body {
    background-image: url(images/bg_mobile_2000.jpg);
  }
}

@media (min-width: 1601px) and (max-width: 2000px) and (max-height: 1300px) {
  body {
    background-image: url(images/bg_desktop_2000.jpg);
  }
}

@media (min-width: 2001px) and (max-width: 3000px) and (min-height: 2000px) {
  body {
    background-image: url(images/bg_desktop_3000.jpg);
  }
}

@media (min-width: 2001px) and (max-width: 3000px) and (max-height: 2000px) {
  body {
    background-image: url(images/bg_desktop_3000.jpg);
  }
}

@media (min-width: 3001px) {
  body {
    background-image: url(images/bg_desktop_4000.jpg);
  }
}