body {
    font-family: Lato, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'TAN - MON CHERI REGULAR', serif;
    line-height: 1.6;
}
h1, .h1 {
    font-size: 60px;
}
h2, .h2 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 36px;
}
h4, .h4 {
    font-size: 32px;
}

.text-tertiary {
    color: #bd9c4a !important;
}

.font-tan {
    font-family: 'TAN - MON CHERI REGULAR', serif;
}

.font-tan .tan-wide {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.lead {
    font-size: 1.5rem;
    line-height: 1.6;
}

nav.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background: white;
}

nav .nav-link {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #191E07 !important;
}

nav .nav-item {
    margin-left: 2rem;
    margin-right: 2rem;
}

.hf-full-vh {
	height: 100vh;
	min-height: 600px;
}

.navbar-brand img {
    height: 80px;
    width: auto;
}
#header-deco {
    margin-left: 2rem;
}
#header-deco img {
    height: 120px;
    width: auto;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.social-icon {
    margin-right: 1rem;
    margin-left: 1rem;
}

footer h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
}
footer li {
    margin-top: 1rem;
}
footer li a, footer p {
    font-weight: 300;
    letter-spacing: 1px;
}
footer #shout-out {
    font-size: 1.2rem;
    font-weight: 300;
}
footer #shout-out a {
    font-weight: 500;
    text-decoration: underline;
}
footer hr {
    border-color: #98A390;
    margin-left: -1rem;
    margin-right: -1rem;
}

.btn {
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-xl {
    padding: 0.75rem 1.25rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

.rounded-pointed {
    border-top-left-radius: 0;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
}

#home-menu-images img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#menu-images img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

#menu-tabs {
    background-color: var(--secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}
#menu-tabs button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.1rem;
}
#menu-tabs button.active {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 2px;
}
#menu-tabs-content h3 {
    color: var(--secondary);
    margin-bottom: 1.5rem;
}
#menu-tabs-content .tab-pane {
    padding: 5rem 1.5rem 1.5rem;
}
.menu-item {
    margin-bottom: 2rem;
}
.item-name {
    font-weight: bold;
    color: #bd9c4a;
}
.item-description {
    font-weight: 300;
}
.item-subtext {
    font-weight: 300;
    font-size: 0.8rem;
    margin-top: 1rem;
}

#post-content {
    font-size: 1.25rem;
    font-weight: 300;
}
#post-content h1 {
    font-size: 3.5rem;
}
#post-content h2 {
    font-size: 1.5rem;
}
#post-content h2, #post-content h3, #post-content h4, #post-content h5 {
    font-family: Lato, sans-serif;
    color: var(--primary);
}

#faqs {
    font-size: 1.25rem;
    font-weight: 300;
}
#faqs [data-bs-toggle="collapse"] {
    background-color: var(--secondary);
    color: white;
    font-weight: 500;
}
#faqs [data-bs-toggle="collapse"] div {
    position: relative;
}
#faqs [data-bs-toggle="collapse"] div:before {
    position: absolute;
    color: white;
    content: '\f068';
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    font-size: 1.25rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#faqs [data-bs-toggle="collapse"].collapsed {
    background-color: white;
    color: var(--secondary);
}
#faqs [data-bs-toggle="collapse"].collapsed div:before {
    content: '\f067';
    color: var(--secondary);
}

#faqs .collapse:not(.show) + div {
    border-bottom: 1px solid #707070;
    opacity: 0.25;
}

.featured-post img, .blog-post img {
    object-fit: cover;
}
.featured-post img, #retail-img {
    height: 600px;
}
.blog-post img {
    height: 300px;
}
#pay-it-fwd-image {
    height: 500px;
}

#gold-banner-scroll {
    grid-column: 1 / 15;
    line-height:1;
    overflow: hidden;
}
@media only screen and (max-width: 699px) {

    #gold-banner-scroll {
        grid-column: 1 / 7;
        margin-bottom:56px;
    }

}
#gold-banner-scroll div {
    background-image: url("/wp-content/themes/basic-hunchfree/img/gold-banner.svg");
    aspect-ratio: 12.0528661;
    background-size:cover;
    background-repeat: repeat-x;
    background-position: center;
    position:relative;
    width: 150%;
}

#gold-banner-scroll svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

#gold-banner-scroll textPath {
    font-size: 24px;
    font-family: "TAN - MON CHERI REGULAR", serif;
}

.bg-light + #gold-banner-container {
    position: relative;
}
.bg-light + #gold-banner-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: var(--light);
}

footer h3 {
    font-family: Lato, sans-serif;
}

.text-gray {
    color: #747474 !important;
}

#mobile-navbar {
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}

#mobile-nav {
    height: 100vh;
    z-index: 1000;
    /*justify-content: space-around;*/
    background-color: white;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#mobile-nav .nav-link {
    font-size: 28px;
    margin-right: unset;
    color: var(--primary);
    text-align: center;
}

#store-details-banner .hours-list div {
    display: inline;
    line-height: 1.6;
}
#store-details-banner .hours-list div:not(:last-child):after {
    content: ', ';
}

#store-images-desktop img {
    width: 100%;
    object-fit: cover;
}

#store-images-mobile img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#about-title {
    font-size: 32px !important;
    line-height: 55px;
}

@media only screen and (max-width: 699px) {
    #gold-banner-scroll div {
        width: 250%;
    }
}

/* mobile-ish */
@media (max-width: 960px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    #post-content h1 {
        font-size: 1.5rem;
    }

    #about-title {
        font-size: 20px !important;
        line-height: 35px;
    }

    footer {
        text-align: center;
        font-size: 1.2rem;
    }
    footer h3 {
        display: none;
    }
    footer ul {
        margin-bottom: 0;
    }
    footer li a {
        font-weight: 400;
    }

    #menu-tabs-content .tab-pane {
        padding-top: 1.5rem;
    }

    #menu-tabs-content > .tab-pane {
        display: flex !important;
        opacity: initial !important;
    }
    .menu-subsection {
        border-bottom: 2px solid var(--primary);
    }
    .menu-subsection:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    #home-menu-images img {
        height: 200px;
    }

    #menu-images img {
        height: 200px;
    }

    .featured-post img, #retail-img {
        height: 300px;
    }

    #store-details-banner .hours-list div {
        display: block;
    }
    #store-details-banner .hours-list div:not(:last-child):after {
        content: none;
    }

    .bg-light.only-show-desktop + #gold-banner-scroll:before {
        display: none;
    }

    .bg-light + #gold-banner-container:before {
        height: 40%;
    }

    #gold-banner-container {
        width: 100vw;
        overflow-x: hidden;
    }

    #gold-banner-scroll {
        width: 200%;
    }

    #pay-it-fwd-image {
        height: 300px;
    }
}

/* smaller desktop-ish */
@media (max-width: 1300px) {
    nav .nav-link {
        font-size: 18px;
    }
    nav .nav-item {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}