@import url('//fonts.googleapis.com/css2?family=Fauna+One&family=Marck+Script&display=swap');

/* 
Headings (400)
font-family: 'Marck Script', cursive;

Subheadings, text, buttons (400)
font-family: 'Fauna One', serif;
*/

body {
    font-family: 'Fauna One', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marck Script', cursive;
}

.home-page .header {
    height: auto;
    overflow-y: auto;
}

#home_page_cover {
    min-height: 100vh;
}

.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%;
    min-height: 100vh;
}

.on-cover-content .section-wrapper .container img.logo-img {
    max-width: 285px;
    margin-bottom: 20px;
}

.on-cover-content .section-wrapper .container img.locations-photo {
    margin: 20px auto;
    max-width: 100%;
}

.on-cover-content .section-wrapper a {
    background-color: transparent;
    margin: 10px auto;
}

.on-cover-content .section-wrapper a:hover {
    opacity: 1;
}

.on-cover-content .section-wrapper h2 a {
    margin: 10px auto;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    font-family: 'Fauna One', serif;
    color: #000;
}

#home_page_cover {
    background-color: #f5e1c8;
    background-image: url(../custom/cover_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 6px 40px;
    text-transform: uppercase;
    background-color: #794c37;
    background: #794c37;
    border: 2px solid #794c37;
    border-radius: 7px;
    color: #fff6ed;
    font-family: 'Fauna One', serif;
    font-size: 18px;
    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;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #000;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    opacity: 1;
}

/*Contact section*/
.contact-v3 {
  background-color: #000;
  color: #fff;
}

.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
  text-transform: none;
  color: #9f844d;
  font-size: 1.4em;
}

.contact-v3 .contact-us p {
  margin: 0;
}

.contact-v3 .contact-v3-subtitle {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-v3 .days {
  padding: 0;
  text-transform: capitalize;
}

.contact-v3 .from-to {
  text-transform: lowercase;
}

.contact-v3 a {
  text-decoration: none;
  color: #fff;
}

.contact-us a:hover,
.contact-us a:active,
.contact-us a:focus {
    text-decoration: none;
    color: #9f844d !important;
}

.contact-v3 .social-square .contact-icon:hover {
    background-color: #9f844d !important;
    color: #000 !important;
}

.contact-v3 .contact-us p {
    margin: 0;
}
/*Contact section end*/

@media (max-width: 1200px) {
    .home-page .header {
        height: auto;
        overflow-y: auto;
    }
    #home_page_cover {
            min-height: 100vh;
    }
}

@media (max-width: 1023px) {
    .custom-temp-btn,
    .on-cover-content .locations-holder a.custom-temp-btn {
        font-size: 16px;
    }
    .on-cover-content .section-wrapper .container img.logo-img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .on-cover-content .section-wrapper .container img.locations-photo {
        display: none;
    }
    .on-cover-content .section-wrapper .container img.logo-img {
        margin-bottom: 5px;
    }
    .on-cover-content .section-wrapper h2 a {
        margin-bottom: 0;
    }
    .on-cover-content .section-wrapper {
        padding: 2em 0;
        padding-bottom: 120px;
    }
    .custom-temp-btn,
    .on-cover-content .section-wrapper a.custom-temp-btn {
        font-size: 14px;
    }
    .on-cover-content .section-wrapper .container img.logo-img {
        max-width: 240px;
    }
    .on-cover-content .section-wrapper h2 {
        font-size: 1.1em;
    }
    .on-cover-content .section-wrapper a.custom-temp-btn {
        margin: 10px auto 25px;
    }
    .on-cover-content .section-wrapper .container .image-right {
        margin-top: 20px;
    }
    .contact-v3.contact-v3-center {
        display: none;
    }
}