@import url('//fast.fonts.net/cssapi/3b6cba35-79a2-43c8-8972-d12f0f94915c.css');

/*
font-family:'ITCPortagoW01-RegularSC';
*/

body {
  font-family:'ITCPortagoW01-RegularSC';
}
/* 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 .container img {
  margin: 0 auto 20px;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  width: 200px;
  font-family:'ITCPortagoW01-RegularSC';
  padding: 3px 30px;
  text-transform: uppercase;
  background-color: #c7aa72;
  background: #c7aa72;
  color: #0f1525;
  border: 3px solid #0f1525;
  font-size: 24px;
}
.on-cover-content .section-wrapper a.custom-temp-btn {
  margin: 10px;
}
.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover {
  background-color: #0f1525;
  background: #0f1525;
  color: #c7aa72;
  border: 3px solid #0f1525;
}
.on-cover-content.content-center.animate-content .custom-temp-btn:focus,
.on-cover-content.content-left.animate-content .custom-temp-btn:focus,
.on-cover-content.content-right.animate-content .custom-temp-btn:focus {
  text-decoration: none;
}

#home_page_cover {
  background-image: url(../custom/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container img {
    max-width: 140px;
  }
  .custom-temp-btn,
  .uk-overlay-panel a.custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 18px;
  }
}
