@import url('//fast.fonts.net/cssapi/7c76783b-52b2-4c0a-958b-f594ac1286a1.css');

/*

font-family:'ErasedTypewriter2 W05 Regular';

font-family:'ErasedTypewriter2 W05 Regular';

font-family:'ErasedTypewriter2 W05 Regular';
font-family:'Rosewood W05 Fill';
*/

body {
  font-family:'ErasedTypewriter2 W05 Regular';
}
/* 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 .main-logo {
  margin: 20px auto;
  max-height: 85px;
  width: auto;
}
.on-cover-content .container {
  width: 100%;
}
.on-cover-content .section-wrapper p,
.on-cover-content .section-wrapper a {
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}
.on-cover-content .section-wrapper a {
  margin-top: 0;
}
#home_page_cover {
  background-color: #000;
  background-image: url(../custom/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 6px 15px 5px 15px;
  text-transform: uppercase;
  background-color: #d05c2b;
  background: #d05c2b;
  border: 2px solid #d05c2b;
  color: #fff;
  font-family:'Rosewood W05 Fill';
  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 p {
  color: #000;
}
.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: #191919;
  background: #191919;
  border: 2px solid #191919;
  color: #fff;
  opacity: 1;
}
.on-cover-content .section-wrapper p a {
  background-color: transparent;
}
.on-cover-content .section-wrapper p a:hover {
  color: #d05c2b;
}
@media (max-width: 1200px) {
  .on-cover-content .section-wrapper p,
  .on-cover-content .section-wrapper a {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .on-cover-content .section-wrapper .container .main-logo {
    max-height: 80px;
  }
  .on-cover-content .section-wrapper p, .on-cover-content .section-wrapper a {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper p, .on-cover-content .section-wrapper a {
    font-size: 1em;
}
  .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;
  }
  .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 a.custom-temp-btn {
    padding: 6px 15px 2px 15px;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .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: 15px;
  }
}
@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;
  }
}
