/*-- Global --*/

@import url('https://fonts.googleapis.com/css?family=Skranji&display=swap');

body {
    background: url(https://apihoard.webit.com/api/v1/Image/FE1B22677659E97B1002CC0B7C464D7B/FE1B22677659E97B1002CC0B7C464D7B.jpg?size=Original) fixed center top;
}

h1,
h2,
h3,
h4,
h5 {
    position: relative;
    line-height: 1.1;
    font-weight: normal !important;
    font-family: "Skranji", cursive !important;
    text-shadow: 4px 4px 0px #000000;
}

h1,
.h1 {
    text-transform: uppercase;
}

.page-home h1.title-heading {
    margin-bottom: 0;
    font-size: 3rem;
}

.line+.detailedlist, .title+.detailedlist { 
    background: rgba(15, 15, 15, 0.7) !important;
}

section:not(.page-home) .title-heading {
    font-size: 2.5rem;
}

@media (min-width: 768px) {

    .page-home h1.title-heading {
        font-size: 4rem;
    }
}

.cw-bottomBorder {
    height: 18px;
    background: url(https://apihoard.webit.com/api/v1/Image/0A4EDF744B57BDB9D2CAE8D246D51FB7/0A4EDF744B57BDB9D2CAE8D246D51FB7.jpg?size=Original) no-repeat center top;
    background-size: cover;
}

.underline {
    position: relative
}

.underline:after {
    display: block;
    content: "";
    background: url(https://apihoard.webit.com/api/v1/Image/17EB6F9D0207CCC19D6DE65BD926680D/17EB6F9D0207CCC19D6DE65BD926680D.png?size=720x540) no-repeat 50% 100%;
    background-size: 60%;
    left: 0;
    height: 22px
}

/* -- hero ---*/

    /* MEDIA ==== */
        @media(max-width: 812px) {
            .hero {
                padding-top: 3em;
                padding-bottom: 3em;
                min-height: 410px;
            }   
    
            .hero .display-4 {
                font-size: 1.5rem !important;
            }
    
            .hero h4 {
                font-size: 1rem !important;
                text-align: center;
            }
        }
    
        /* Hero */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("https://apihoard.webit.com/api/v1/Image/270A0D9E4BB5A40B389A671C6EC20773/270A0D9E4BB5A40B389A671C6EC20773.jpg?size=1920x1440") no-repeat 50% 78%;
            margin-top: -1px;
            display: block;
            position: relative;
            overflow: hidden;
            min-height: 700px;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    
        .hero .hero-container {
            position: relative;
            z-index: 2;
        }
    
        .hero-lines {
            position: relative;
            text-align: center;
        }
    
        .hero-lines span {
            display: inline-block;
            vertical-align: middle;
            max-width: 55%;
        }
    
        .hero-lines::before,
        .hero-lines::after {
            content: ' ';
            height: 3px;
            width: 10%;
            background: var(--color-theme-highlight);
            display: inline-block;
            vertical-align: middle;
        }
    
        .hero .display-4 {
            font-size: 3rem;
        }
    
        .hero-btm-line {
            height: 3px;
            width: 75%;
            background: var(--color-theme-highlight);
            margin: 25px auto;
        }
    
    
        /* Hero - Callout Section ========================================*/
        .contact-callout {
            background: var(--color-theme-primary);
            padding: 1.5em 1em;
            text-align: center;
        }
        .contact-callout-text {
            color: var(--color-theme-text-btn);
            margin: 0;
            font-size: 1.5em;
        }
    
        .contact-callout-text a {
            color: var(--color-theme-text-btn);
        }
        .contact-callout-text a:hover {
            color: rgba(255,255,255,0.3);
        }


/* -- For Accessibility --*/

a:focus {
    background: var(--color-theme-highlight) !important;
    color: #222 !important;
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
    border: 3px solid var(--color-theme-secondary) !important;
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
    border: 3px solid var(--color-theme-primary) !important;
}

.contact-companyinfo a {
    display: block;
}

/*-- Header --*/

body {
    background: url(https://apihoard.webit.com/api/v1/Image/FE1B22677659E97B1002CC0B7C464D7B/FE1B22677659E97B1002CC0B7C464D7B.jpg?size=Original) fixed center top;
}

/*-- Header --*/

.header .navbar-dark .navbar-nav a {
    text-transform: uppercase;
}

.header .navbar .nav-link::before {
    border-width: 1px;
}

.header .header-business + .header-business::before {
    margin-top: -5px;
    vertical-align: middle;
}

/*-- Home page --*/

.cw-hero {
    border-top: 2px solid var(--list-border);
}

.galleryslideshow-container {
    max-width: 1400px;
}

.cw-video {
    background: #0f0f0f;
}

/* -- Subpage --*/

section:not(.page-home) .title {
    background: #0f0f0f;
    text-align: center;
}

section:not(.page-home) .title .title-heading {
    margin: 0;
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1024px) {

    .cw-cateringHeader h1 {
        font-size: 8rem;
    }
}

section:not(.page-home) .textwithimage,
section:not(.page-home) .text,
section:not(.page-home) .form,
section:not(.page-home) .list,
section:not(.page-home) .gallery,
.businessinfo {
    padding-top: 3em;
    background: rgba(15, 15, 15, 0.7) !important;
}

.line + .businessinfo,
.title + .businessinfo {
    padding-top: 2em;
}

.card {
    background-color: transparent;
}

/*-- Facebook video --*/

.wb__fb-video-block {
    background-color: #0f0f0f;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    max-height: 520px;
    overflow: hidden;
    justify-content: center;
}

.wb__fb-video-block iframe {
    display: block;
    margin: auto;
}

/*=============== MENU ===============*/
.page-menu .list {
    padding-top: 1em !important;
}

.page-menu .list-text-title {
    color: var(--color-theme-secondary);
}

.page-menu .list-img-link {
    display: none;
}

/*-- Reviews --*/

.page-reviews .list {
    padding-top: 0;
}

.page-reviews .list-wrap {
    margin-bottom: 1.5em;
}

.page-reviews .list-img-wrap {
    padding: 2em 0;
}

.page-reviews .list-text-description {
    font-style: italic;
    font-size: .95rem;
}

/*-- Footer contact btns --*/

.setup {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 100;
    border-radius: 25px;
    background: var(--color-theme-border)
}

.setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #0f0f0f;
}

#contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary)
}
