@font-face {
  font-family: 'corbel';
  src: url('../fonts/36BC6B_5_0.eot'); /* IE9 Compat Modes */
  src: url('../fonts/36BC6B_5_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/36BC6B_5_0.woff') format('woff'), /* Modern Browsers */
       url('../fonts/36BC6B_5_0.ttf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family: 'cambria';
  src: url('../fonts/36BC6B_2_0.eot'); /* IE9 Compat Modes */
  src: url('../fonts/36BC6B_2_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/36BC6B_2_0.woff') format('woff'), /* Modern Browsers */
       url('../fonts/36BC6B_2_0.ttf')  format('truetype'), /* Safari, Android, iOS */
}

* {
  padding: 0;
  margin:0;
}

body {

  background-color: #f2f2f2;
  background-size: cover;
  background-attachment: fixed;

  font-family: 'corbel', sans-serif;

  width: 100vw;
  height: 100vh;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;

    width: 100vw;
    height: 100vh;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

}
.mask img{
    width: 100%;
    position: fixed;
    bottom: -12vh;
}

.bg img {
    width: 100%;
    position: fixed;
}

.cloud-l {
    width:9vw;

    position: fixed;
    top: 55%;
    left: 40%;
    pointer-events: none;
}

.cloud-l img {
    width: 100%;
}

.cloud-r {
    width: 13vw;

    position: fixed;
    top: 35%;
    right: 5%;
    pointer-events: none;
}

.cloud-r img {
    width: 100%;
}

.cloud-t {
    width: 18vw;

    position: fixed;
    top: 5%;
    left: 55%;
    pointer-events: none;
}

.cloud-t img {
    width: 100%;
}

.container {
    position: absolute;
    left: 0;

    width: 700px;
    padding-left: 100px;
    padding-top: 7vh;
    padding-bottom: 30px;

}
.content {
    /* background: rgba(255,255,255,.5); */
    -webkit-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.3);
box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.3);
max-width: 560px;
}
.logo {
  height: auto;
  width: 100%;
  max-width: 300px;
  padding-bottom: 20px;
}

.logo-box {
    padding-left: 27px;
}

iframe {
    background: white;
}

.copyright {
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
  display: none;
}




@media screen and (max-width: 550px) {
    .container {
        position: absolute;
        left: 0;

        width: 100%;
        padding-left: 0;
        padding-top: 100px;
        background: white;
    }
    .mask img,{
        bottom: 0vh;
    }
    .bg{
        bottom: 0;
    }
    body {

      background-color: #f2f2f2;
      background-size: 150% auto;
      background-position: bottom right;
      background-attachment: fixed;
    }
    .content {
        box-shadow: none !important;
    }
    .logo {
        position: relative;
        left: -2px;

    }
}

@media screen and (max-width: 780px) {
    .container {
        position: absolute;
        left: 0;

        width: 100%;
        padding-left: 3%;
        padding-top: 10px;


    }
    .bg img {
        bottom: 0;
    }
    .mask img{
        bottom: -4vh;
    }

    .cloud-l {
        bottom: 7vh;
        left: 15vw;
    }
    .cloud-r {
        bottom: 10vh;
    }
    .cloud-t {
        bottom: 16vh;
        left: 40vw;
    }
    .cloud-l img, .cloud-r img, .cloud-t img {
        bottom: 0;
        position: fixed;
    }
    .logo-box{
        padding: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom:20px;
    }
}
