@import url('//fonts.googleapis.com/css2?family=Fredoka&display=swap');

/* 
BUTTONS (400)
font-family: 'Fredoka', sans-serif;
*/

body {
    font-family: 'Fredoka', sans-serif;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content .section-wrapper .container {
    width: 100%;
}

.on-cover-content .section-wrapper .container img {
    margin: 0 auto 30px;
}

#home_page_cover {
    background-color: #e6cece;
    background-image:  url("../custom/background_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2000px rgba(230, 206, 206, 0.5);
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 8px 30px;
    text-transform: uppercase;
    background-color: #9b2324;
    background: #9b2324;
    border: 2px solid #9b2324;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    box-shadow: none;
    border-radius: 5px;
    -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;
    white-space: nowrap;
    min-width: 204px;
}
.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: #060503;
    background: #060503;
    border: 2px solid #060503;
    color: #fff;
    opacity: 1;
}

@media (max-width: 1023px) {
    .home-page .header {
        height: auto;
        overflow-y: auto;
    }
    #home_page_cover {
            min-height: 100vh;
    }
    .on-cover-content .section-wrapper .container .main-logo {
        max-width: 500px;
    }
    .custom-temp-btn,
    .on-cover-content .locations-holder a.custom-temp-btn {
        font-size: 16px;
        min-width: 188px;
    }
}

@media (max-width: 767px) {
    .on-cover-content .section-wrapper .container .main-logo {
        max-width: 220px;
    }
    .on-cover-content .locations-holder a.custom-temp-btn {
        margin: 15px auto;
        width: auto;
    }
} 