@import url('//fonts.googleapis.com/css2?family=Buenard&display=swap');

@font-face {
    font-family: 'Aldivaro Demo';
    src: url('../custom/fonts/AldivaroDemo.eot');
    src: url('../custom/fonts/AldivaroDemo.eot?#iefix') format('embedded-opentype'),
        url('../custom/fonts/AldivaroDemo.woff2') format('woff2'),
        url('../custom/fonts/AldivaroDemo.woff') format('woff'),
        url('../custom/fonts/AldivaroDemo.ttf') format('truetype'),
        url('../custom/fonts/AldivaroDemo.svg#AldivaroDemo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*
font-family: 'Buenard', serif;
font-family: 'Aldivaro Demo';
*/

body {
  font-family: 'Buenard', serif;
}
/* put under the comment if it's NOT sinle page website */
.navbar.nav-v7 .container {
  width: 350px;
}
.navbar-regular.nav-v7 .navbar-nav>li>a {
  text-transform: uppercase;
  font-family: 'Buenard', serif;
  font-size: 1.3em;
}
.navbar.nav-v7 .header-logo {
  max-width: 170px;
}
.navbar.nav-v7 .navbar-tabs .socialnav {
  display: none;
}
.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}
.on-cover-content .section-wrapper .container {
  width: 100%;
}
.on-cover-content .section-wrapper .container h2 {
  text-transform: uppercase;
  font-family: 'Aldivaro Demo';
  font-size: 1.8em;
  color: #f0f0e6;
  margin: 30px 0;
}
.on-cover-content .section-wrapper .container img {
  margin: 0 auto 20px;
  max-width: 90%;
}

#home_page_cover {
  background-color: #bd212f;
  background-image: url(../custom/landing_page_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: #f0f0e6;
  background: #f0f0e6;
  border: 2px solid #f0f0e6;
  color: #bd212f;
  font-family: 'Buenard', serif;
  font-size: 18px;
  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;
}
.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: transparent;
  background: transparent;
  border: 2px solid #f0f0e6;
  color: #f0f0e6;
  opacity: 1;
}

@media (max-width: 1023px) {
  .navbar-regular.nav-v7 .navbar-nav>li>a {
    font-size: 1.2em;
  }
  .on-cover-content .section-wrapper .container h2 {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .navbar.nav-v7 .container {
    width: 100%;
  }
  .navbar.nav-v7 .header-logo {
    max-width: 100px;
  }
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
  }
  .custom-temp-btn,
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 16px;
  }
  .on-cover-content .section-wrapper .container img {
    width: 300px;
    max-width: 100%;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    margin: 10px auto 25px;
  }
}
