@import url('//fonts.googleapis.com/css2?family=Kaushan+Script&family=Readex+Pro&family=Roboto:wght@700&display=swap');

/*
font-family:'Nexa Rust Sans W05 Black_2';

Headings: font-family: 'Roboto', sans-serif, Bold 700;
Buttons, text: font-family: 'Readex Pro', sans-serif, Regular 400;

font-family: 'Readex Pro', sans-serif;
font-family: 'Roboto', sans-serif;
*/

body {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 400;
}
/* 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 h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4em;
}
.on-cover-content .section-wrapper p {
  font-size: 1.3em;
  color: #000;
}
.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: 280px;
}

#home_page_cover {
  background-color: #e6e1dd;
  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: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-family: 'Readex Pro', sans-serif;
  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: 150px;
  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: #fcef00;
  background: #fcef00;
  border: 2px solid #000;
  color: #000;
  opacity: 1;
}

@media (max-width: 991px) {
  .on-cover-content .section-wrapper h1 {
    font-size: 1.3em;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1.2em;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .on-cover-content .section-wrapper h1 {
    font-size: 1.2em;
  }
}

@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 a.mobile-link {
    background-color: transparent;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
    text-decoration: underline;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 70px;
    margin-bottom: 10px;
  }
  .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;
  }
}
