@import url('//fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

/* 

Title (800)
font-family: 'Nanum Myeongjo', serif;

Sub (700)
font-family: 'Nanum Myeongjo', serif;

text (400)
font-family: 'Nanum Myeongjo', serif;
*/

body {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
}

#skip a {
  color:#000;
}

h1{
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 4.5em;
}

p {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  text-transform: capitalize;
}

.nav-v7.navbar-fixed-top .navbar-logo .header-logo img {
  padding: 7px 0;
}

.nav-v7.navbar-fixed-top a {
  text-transform: uppercase;
}

.nav-v7.navbar-fixed-top a {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  width: 180px;
}
.navbar.nav-v7 .navbar-tabs .navbar-content {
  display: block;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

#home_page_cover {
  background: linear-gradient( #591212 0%, #202020 49%, #591212 91%);
  background-image: url('https://static.spotapps.co/website_images/ab_websites/146554_website/hero_photo.jpg');
  background-color: #202020;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.about-us-v8-wrapper img {
  margin: 30px auto;
}
.about-us-v8-wrapper .custom-temp-btn {
  margin: 15px;
}

.about-us-v8-wrapper .about-us-v8-item-1 {
  background-image: url('https://static.spotapps.co/website_images/ab_websites/146554_website/cf_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #5a5f5f;
}

.custom-temp-btn {
    padding: 9px 10px;
    background-color: #9B1717;
    background: #9B1717;
    border: 2px solid #9B1717;
    color: #fff;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    font-size: 1.2em;
    box-shadow: none;
    -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;
    border-radius: 0;
    min-width:185px;
    text-align: center;
}

.custom-temp-btn:hover,
.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #7B1212;
    background: #7B1212;
    border: 2px solid #7B1212;
    color: #fff;
    opacity: 1;
}

.about-us-v8-item-1 .custom-temp-btn {
  background-color: #CEC08E;
  background: #CEC08E;
  border: 2px solid #CEC08E;
  color: #525252;
}
.about-us-v8-item-1 .custom-temp-btn:hover,
.about-us-v8-item-1 .custom-temp-btn:focus {
  background-color: #FFF0BC;
  background: #FFF0BC;
  border: 2px solid #FFF0BC;
  color: #525252;
}

@media (max-width: 1400px) {
  .custom-temp-btn {
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) {
  .about-us-v8-wrapper img {
    width: 50%;
  }
  .about-us-v8-wrapper h1 {
    font-size: 3em;
  }
  .custom-temp-btn {
    min-width:255px;
  }
  .about-us-v8-wrapper.section-wrapper .about-us-v8-item  {
    padding:0 !important;
  }
}

@media (max-width: 991px) {
  .about-us-v8-wrapper h1 {
    font-size: 2.3em;
  }
}

@media (max-width: 767px) {
  .nav-v7.navbar-fixed-top a {
    width:auto;
  }
  .custom-temp-btn {
    padding: 9px 5px;
    font-size: 1.1em;
    min-width: 240px;
  }
}