/*utility classes*/

.p-t-20 {
  padding-top: 20px;
}

/*content classes begin here*/

.blue-fade-bg {
  background: linear-gradient(to top, #c7eafb, #007dc5);
}

.rb-logo {
  width: 100px;
}

.social-white {
  color: #fff;
  text-align: right;
  font-size: 30px;
  padding-top: 30px;
}

.social-white a:hover {
  color: #A41F27;
  transition: 0.2s ease;
}

.social-white a {
  color: #fff;
}

.welcome-title  {
  color: #fff;
  font-family: 'Passion One', sans-serif;
  text-transform: uppercase;
  font-size: 6em;
  text-align: center;
  line-height: 7.8rem;
  padding: 10px 0 20px 0;
}

.subtitle {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 3.2rem;
  padding-bottom: 20px;
}

/* .form-control {
  width: 400px !important;
} */

.email {
  width: 320px;
  height: 35px;
  border: solid 1px #979797;
  border-radius: 5px;
  padding-left: 8px;
}

.button {
  height: 35px;
  border-radius: 5px;
  background-color: #0e5c7f;
  color: #fff;
  border: none;
  width: 100px;
  transition: 0.3s ease;
}

.button:hover {
  background-color: #A41F27;
}

#mc_embed_signup {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.cityscape-wrap {
  background-image: url("../images/clipped-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 1120px;
  max-width: 100%;
}

.mountain-footer {
  background-color: white;
  width: 100%;
}

.blue-footer {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #3c9ed5;
  text-align: center;
}

.blue-socials {
  color: #3c9ed5;
  text-align: center;
  font-size: 30px;
  padding-bottom: 50px;
}

.blue-socials a{
  color: #3c9ed5;
}

.blue-socials a:hover {
  color: #A41F27;
  transition: 0.2s ease;
}

footer {
  background-color: #6ab7e2;
  position: relative;
  color: #fff;
  height: 50px;
}

footer p {
  padding-top: 10px;
}

.bear {
  width: 100px;
  position: absolute;
  bottom: -30px;
  right: 10px;
}

.right {
  text-align: right;
}

.wave-footer {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
}

/*Large desktop size*/
@media (max-width: 1400px) {
  .mountain-footer {
    padding-top: 40px;
  }
}

/*Small desktop size*/
@media (max-width: 991px) {
  .bear {
    bottom: 5px;
  }

  .mountain-footer {
    padding-top: 0;
  }
}

/*iPad mini size*/
@media (max-width: 700px) {
  .cityscape-wrap {
    background-position: right;
  }
}

/*iPad size*/
@media (max-width: 768px) {
  .cityscape-wrap {
    height: 980px;
  }
}

/*iPhone size*/
@media (max-width: 455px) {
  .email {
    width: 210px;
  }

  h3 {
    font-size: 21px;
  }

  .welcome-title {
    font-size: 3.5em;
    line-height: 5rem;
    padding-top: 30px;
  }

  p {
    font-size: 12px;
  }

  .bear {
    bottom: 5px;
    width: 75px;
  }

  .blue-socials {
    padding-bottom: 70px;
  }
}

/*iPhone size*/
@media (max-width: 320px) {
  .social-white {
    font-size: 25px;
  }

  .cityscape-wrap {
    height: 1160px;
  }

  .button {
    margin-top: 15px;
  }

  p {
    font-size: 10px;
  }
}
