body {
    font-family: 'Mukta';
    font-size: 16px;
    color: #555;
    line-height: 1;
}

h1,h2,h3 {
  font-family: 'Rajdhani';
  color: #464d5b;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 54px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

h2 {
  font-size: 42px;
  position: relative;
  padding: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}

h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 140px;
  background: #0099cc;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}

h3 {
  font-size: 30px;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}

.row {
    margin: 0 -20px;
}

.center-box {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    padding: 0 20px;
}

#above-the-fold {
    background: url(../img/top.jpg) top center;
    min-height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 80px 0;
    position: relative;
}

#above-the-fold a {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    color: #435874;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#above-the-fold p {
    width: 50%;
    font-size: 22px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#above-the-fold:after {
    background: url(../img/snow.png) top center repeat-x;
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
}

#sign-up {
  padding: 30px;
  background: #d0e5ed;
  overflow: hidden;
  margin: 0 0 40px 0;
}

#form {
  padding: 30px 0 0 0;
}

#form form input[type="text"], #form form input[type="email"]{
  width: 100%;
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

#form form input[type="submit"] {
    display: inline-block;
    background: #0099cc;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px #0099cc;
}

#features img {
  width: 100%;
  margin: 0 0 20px 0;
}

#features ul {
  margin: 0 0 20px 0;
}

#features ul li {
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 20px;
}

#features ul li:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  background: #0099cc;
  transform: rotate(45deg);
  top: 10px;
  left: 0px;
}

#testimonials {
  background: #d0e5ed url(../img/pine.png) bottom left 17% no-repeat;
  background-size: auto 350px;
  padding: 120px 0;
  position: relative;
}

#testimonials:after {
  background: url(../img/snow.png) top center repeat-x;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  position: absolute;
}

#testimonials:before {
  background: url(../img/snow.png) bottom center repeat-x;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}

#testimonials h2 {
  text-align: left;
}

#testimonials h2:after {
  left: 0;
  margin-left: 0;
}

#about img {
  margin: 0 0 30px 0;
  width: 100%;
}

footer {
  background: #124d7c url(../img/footer.jpg) bottom center no-repeat;
  position: relative;
  padding: 120px 0 40px 0;
  color: #fff;
}

footer h3 {
  color: #fff;
  margin: 0 0 10px 0;
}

footer:before {
  background: url(../img/snow.png) bottom center repeat-x;
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 960px) {
    .center-box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .one-half, .one-third, .two-third, .one-fourth {
        float: none;
        width: 100%;
    }
    .one-fourth {
      margin: 0 0 30px 0;
    }
    footer {
      background-size: auto 100%;
    }
    h1 {
      font-size: 36px;
    }
    #above-the-fold {
      display: block;
      min-height: auto;
      padding: 30px 0 100px 0;
      background-position: top left;
    }
    #above-the-fold p {
      font-size: 20px;
      width: 100%;
    }
    h2 {
      font-size: 32px;
    }
    #testimonials {
      padding: 100px 0 230px 0;
      background-size: auto 250px;
      background-position: bottom center;
    }
    #sign-up {
      padding: 20px;
    }
}
