@import url('//fast.fonts.net/cssapi/8bf6c959-1406-4a93-9f2d-7f7459a4f45b.css');

/*

font-family:'Gill Sans Nova W01 Book';

font-family:'Gill Sans Nova W01 Book';
*/

body {
  font-family:'Gill Sans Nova W01 Book';
}
/* 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: 500px;
}

#home_page_cover {
  background-color: #000;
  background-image: url(../custom/landing_back_new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 4px 15px 6px 15px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family:'Gill Sans Nova W01 Book';
  font-size: 22px;
  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: 240px;
  max-width: 100%;
  margin: 0 5px;
}
.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: #f97721;
  background: #f97721;
  border: 2px solid #f97721;
  color: #000;
  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: 20px;
  }
  .on-cover-content .section-wrapper .container img {
    display: block;
    width: 200px;
    max-width: 100%;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    display: block;
    width: 180px;
    max-width: 100%;
    border: none;
    text-decoration: underline;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn:hover,
  .on-cover-content .section-wrapper a.custom-temp-btn:focus {
    border: none;
    background: transparent;
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    margin-top: 100px;
    margin-bottom: 25px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    margin: 10px auto 25px;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn:last-child {
    margin-top: 60px;
  }
}
@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;
  }
}
