@import url('//fast.fonts.net/cssapi/2275e375-61d4-4879-9ce8-0b16a975d0a9.css');

/*
font-family:'Nexa Rust Sans W05 Black_2';
*/

body {
  font-family:'Nexa Rust Sans W05 Black_2';
}
/* put under the comment if it's NOT sinle page website */
.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
  display: none !important;
}
.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}
.on-cover-content .section-wrapper .container img {
  margin: auto;
  max-width: 90%;
}
.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 50px;
  max-width: 150px;
}

#home_page_cover {
  background-color: #f58821;
  background-image: url(../custom/landing_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 8px 25px;
  text-transform: uppercase;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #be2021;
  font-family:'Nexa Rust Sans W05 Black_2';
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.on-cover-content .section-wrapper a.custom-temp-btn {
  width: 320px;
  max-width: 100%;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
  text-decoration: none;
  background-color: #f58821;
  background: #f58821;
  border: 2px solid #fff;
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
  }
  .on-cover-content .section-wrapper {
    padding: 2em 0;
  }
  .custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 14px;
  }
  .on-cover-content .section-wrapper .container img,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    width: 310px;
    max-width: 100%;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 120px;
    margin-bottom: 25px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    margin: 10px auto 25px;
  }
}
@media (max-width: 360px) {
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 100px;
    margin-bottom: 15px;
  }
  .on-cover-content .section-wrapper .container img,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    width: 260px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    padding: 8px 10px;
  }
}
