/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 2.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
  padding: 15px;
  background: #132147;
}
@keyframes wobbleArrow {
  from {
    bottom: 40px;
  }
  to {
    bottom: 50px;
  }
}
@-webkit-keyframes wobbleArrow {
  from {
    bottom: 40px;
  }
  to {
    bottom: 50px;
  }
}

/* ============================= */
/* :::::::::: 3. Main :::::::::: */
/* ============================= */

.main {
  padding: 50px 15px 50px;
  background-color: #072620;
  text-align: center;
  color: #b5925d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: 50px;
  line-height: 1.5;
}
.main h2 {
  font-size: 45px;
  margin-top: 0;
}
.main .container {
  padding: 0;
}

/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
  background-color: #006199;
  padding: 60px 15px 20px;
  color: #ffffff;
  text-align: center;
}
footer a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #ffffff;
}
footer a:hover {
  color: rgba(236, 240, 241, 1);
  text-decoration: none;
}
.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(22, 182, 234, 0.5);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.up-btn:hover {
  color: #fff;
  background: rgba(22, 182, 234, 1);
}
.up-btn i {
  color: #fff;
}
/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media (min-width: 490px) and (min-height: 630px) {
  .main {
    height: 100vh;
  }
}
@media (min-height: 400px) {
  .main h3 {
    font-size: 18px;
  }
}
@media (max-width: 481px) and (min-height: 620px) {
  .main {
    height: 100vh;
  }
}
@media (max-width: 426px) and (min-height: 584px) {
  .main {
    height: 100vh;
  }
}
@media (max-width: 391px) and (min-height: 558px) {
  .main {
    height: 100vh;
  }
}
@media (max-width: 376px) and (min-height: 547px) {
  .main {
    height: 100vh;
  }
}
@media (max-width: 361px) and (min-height: 534px) {
  .main {
    height: 100vh;
  }
}
