#header {
    padding: 15px 0;
    background-color: #B19C8B;
    color: #2C2E43;
    min-height: 90px;
    font-family: 'Bona Nova', serif;
    display: flex;
    align-items: center;
}

#header a {
    text-decoration: none;
    color: #2C2E43;
}

.head-title,
.head-subtitle {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}

.head-title:hover,
.head-subtitle:hover {
    color: #2C2E43;
}

.head-title {
    font-size: 26px;
}

.head-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.flex-head {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.banner {
    background-image: url(img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 430px, 0 100%);
}

.banner .container {
    min-height: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-div {
    min-width: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 50px 70px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #B19C8B;
    text-align: center;
    font-family: 'Bona Nova', serif;
    text-transform: uppercase;
}

.site-title>h2 {
    color: #B19C8B;
    font-family: 'Bona Nova', serif;
    font-size: 42px;
    font-weight: 700;
    opacity: 1;
}

.business-timer{
    text-align: center;
    background-color: #2C2E43;
}

.business-timer .row{
    padding: 50px 50px;
    background-color: #B19C8B;
    color: #2C2E43;
    width: 520px;
    margin: 0 auto;
}
.loc-icon{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loc-icon .fa{
    font-size: 105px;
    color: #ffffff;
}
.time-text {
    list-style: none;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.time-text li {
    width: 100%;
    text-align: right;
}

.time-text li span {
    min-width: 45px;
    float: left;
    text-align: left;
    font-family: 'Bona Nova', serif;
}

.gallery-section{
    background-color: #B19C8B;
}


.gallery-imgs {
    text-align-last: justify;
    padding: 15px;
    background-color: #2C2E43;
}

.gallery-img {
    width: calc(33.33% - 10px);
    height: 350px;
    object-fit: cover;
    vertical-align: top;
    border: 2px solid #B19C8B;
}

.open-para {
    color: #B19C8B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-btn,
.contact-foot-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    background-color: #B19C8B;
    color: #2C2E43;
    font-family: 'Bona Nova', serif;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-btn:hover,
.contact-foot-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2C2E43;
}

.content-section {
    padding: 120px 0;
    clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    margin-top: -50px;
}

.map-section {
    background-color: #2C2E43;
}

.map-col {
    display: flex;
    align-items: center;
}

.map-img {
    width: 100%;
    margin: 10px 0;
}

footer {
    padding: 30px 0;
}

.footer-heading {
    color: #393e46;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bona Nova', serif;
}

.foot-text {
    color: #334443;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot-text>li>span {
    min-width: 45px;
    float: left;
    font-family: 'Bona Nova', serif;
}

@media only screen and (max-width: 991px) {
    .site-title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .head-title,
    .head-subtitle {
        text-align: center;
    }
    .header-link {
        width: 50%;
        display: inline-block;
    }
    .flex-head {
        margin-top: 10px;
    }
    .fh1 {
        justify-content: flex-start;
    }
    .business-timer .row{
        width: calc(100% - 20px);
        padding: 50px 10px;
        margin: 0 10px;
    }
    .time-text {
        padding: 0 40px;
        width: 100%;
        margin: 20px 0 0 0 !important;
    }
    .gallery-imgs {
        padding-bottom: 0;
    }
    .gallery-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .add-div {
        text-align: center;
        padding: 30px 10px 40px;
        margin-bottom: 80px;
    }
    .add-div div {
        margin: 10px 0px;
        text-align: center;
    }
    .site-title h2 {
        font-size: 32px;
    }
    footer .row .col-md-4:first-child,
    footer .row .col-md-4:nth-child(2) {
        width: 50%;
    }
    footer .row .col-md-4:last-child {
        margin-top: 30px;
        text-align: center;
    }
    .foot-text>li>span {
        float: none;
        margin-right: 10px;
    }
    .contact-foot-btn {
        padding: 20px 15px;
    }
    .footer-heading+br {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .contact-foot-btn {
        padding: 20px 7px;
    }
    .time-text {
        padding: 0 30px;
    }
}
