@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #430605;
}

.l-text {
    color: #fcf8c6;
}
.d-text {
    color: #5e1e13;
}
.b-text {
    color: #569B8E;
}
.o-text {
    color: #d4653c;
}

h1, h2, h3, h4 {
    font-family: "Besley", serif;
    color: #d4653c;
    font-weight: bold;
}

#Logo {
    transition: all 200ms;
}
nav {
    background: url("../img/linen-yellow.png") repeat center;
    padding: 20px 0 !important;
}
.navbar-nav, .menu-nav {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.navbar-nav li, .menu-nav li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}
.nav-link {
    font-weight: 650;
    color: #5e1e13 !important;
    transition: all 200ms;
}
.nav-link.active, .nav-link:hover {
    color: #fcf8c6 !important;
    background-color: #d4653c;
}
.navbar-toggler {
    border: none;
    border-radius: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #d4653c;
    margin-top: 0;
    border: 0;
    border-radius: 0;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown:hover .dropdown-toggle.nav-link {
    background-color: #d4653c;
    color: #fcf8c6 !important;
}
.dropdown-item {
    color: #fcf8c6;
}
.dropdown-item:hover {
    text-decoration: underline;
    background-color: #d4653c;
    color: #fcf8c6;
}

.btn-c {
    font-family: "Besley", serif;
    font-weight: 650;
    background-color: #d4653c;
    min-width: 100px;
    height: 40px;
    line-height: 34px;
    padding: 0 10px;
    border: 4px solid #d4653c !important;
    color: #fcf8c6 !important;
    border-radius: 0 !important;
    transition: all 200ms;
    text-decoration: none !important;
}
.btn-c:hover {
    background-color: #fcf8c6;
    color: #d4653c !important;
    border: 4px solid #d4653c;
}
input.btn-c {
    padding: 0 70px;
}
/*section {*/
/*    margin-right: -15px;*/
/*    margin-left: -15px;*/
/*}*/
section .btn-c {
    margin-top: 20px;
}
form p, form label {
    font-weight: bold;
}
form label {
    padding-bottom: 15px;
}

.pattern {
    background: url("../img/pattern-seamless.jpg") repeat-x;
    background-size: contain;
    height: 70px;
}
.flower-maroon {
    background: url("../img/flower-maroon.png") repeat;
}
.flower-tan {
    background: url("../img/flower-tan-50.png") repeat;
}
.flower-teal {
    background: url("../img/flower-teal.png") repeat;
    height: 240px;
    padding: 15px 0;
}
.linen-brown {
    background: url("../img/linen-brown.png") repeat;
}
.linen-yellow {
    background: url("../img/linen-yellow.png") repeat;
}
.our-menu-bg {
    background: url("../img/our-menu.png") no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 410px;
}
.catering-bg {
    background: url("../img/catering.png") no-repeat right;
    background-size: cover;
    background-position-x: center;
    height: 410px;
}
.locations-bg {
    background: url("../img/locations-collage.jpg") no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 410px;
}
.l-header {
    background: url("../img/flower-lighttan.png");
    padding-top: 40px;
}
.footer-pattern {
    background: url("../img/footer-pattern.png") repeat-x center;
}
.copyright-bg {
    background: url("../img/copyright-bg.png") #dfbd5c repeat-x top;
}
.find-us {
    background-color: #f0e7c2;
    max-width: 375px;
}
.light-bg {
    background-color: #f0e7c2;
}
.img-border {
    border: 15px solid #f7f5e7;
}
.mw-514 {
    max-width: 514px;
}
.mw-360 {
    max-width: 360px;
    width: 100%;
}
.ml-auto {
    margin: 0 auto;
}
.mr-float {
    margin-right: -100px;
    z-index: 0;
}
.float-right {
    float: right;
}
.vcenter-item{
    display: flex;
    align-items: center;
}
.m-top-140 {
    margin-top: 140px;
}

.carousel.slide {
    padding: 0;
}
.carousel-inner {
    max-height: 446px;
}
.carousel-caption {
    text-align: left;
    top: 150px;
}
.carousel-caption.dark, .dark {
    color:#5e1e13;
}
.carousel-caption.light, .light {
    color: #fcf8c6;
}

/***** LOCATIONS STYLES *****/
.locations {
    background: url("../img/locations-banner.jpg") no-repeat center;
    background-size: cover;
}
.locations-header {
    height: 410px;
    line-height: 390px;
    background: url("../img/locations-bg.png") no-repeat left center;
    padding-left: 100px;
}
.location-list p {
    font-weight: bold;
    margin-bottom: 5px;
}
.location-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
    padding-left: 0;
}
.location-list li, .location-details a {
    color: #d4653c;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 6px;
}
.location-list li.active {
    text-decoration: none;
    font-weight: bold;
    cursor: text;
}
.location-details h2 {
    margin-bottom: 0;
}
.location-details span {
    display: block;
    margin-bottom: 25px;
}
.location-details .btn-c {
    margin-top: 0;
}
.location-details i {
    padding-right: 10px;
    padding-bottom: 10px;
    color: #d4653c;
}
.location-detail i {
    padding-bottom: 5px;
}
.hours {
    margin-top: 25px;
}
#cicero, #california, #pulaski, #countryside, #calumet, #chicago {
    display: none;
}
/***** END LOCATIONS STYLES *****/

/***** MENU STYLES *****/
.menu {
    background: url("../img/menu-banner.jpg") no-repeat center;
    background-size: cover;
}
.menu-header {
    height: 410px;
    line-height: 390px;
    background: url("../img/menu-bg.png") no-repeat left center;
    padding-left: 100px;
}
.menu-bg {
    background: #F7F0E2;
}
.menu-bg .container {
    display: none;
}
.menu-nav {
    font-family: "Besley", serif;
    padding-top: 40px;
    width: 50%;
}
#menu-nav .navbar-nav {
    width: 50%;
}
#menu-nav nav {
    font-family: "Besley", serif;
    background: none;
}
.display-cat {
    display: block !important;
}
/***** END MENU STYLES *****/

/***** CATERING STYLES *****/
.catering {
    background: url("../img/catering-banner.jpg") no-repeat center;
    background-size: cover;
}
.catering-header {
    height: 410px;
    line-height: 390px;
    background: url("../img/catering-bg.png") no-repeat left center;
    padding-left: 100px;
}
.catering-items h5 {
    color: #d4653c;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.catering-items p {
    line-height: 30px;
    margin-bottom: 30px;
}
.catering-items span {
    padding: 0 15px 0 10px;
}
/***** END CATERING STYLES *****/

/***** OUR STORY STYLES *****/
.our-story {
    background: url("../img/our-story-banner.jpg") no-repeat center;
    background-size: cover;
}
.our-story-header {
    height: 410px;
    line-height: 390px;
    background: url("../img/our-story-bg.png") no-repeat left center;
    padding-left: 100px;
}
/***** END OUR STORY STYLES *****/


/***** CONTACT US STYLES *****/
.contact-us {
    background: url("../img/cocula-restaurant-banner.png") no-repeat center;
    background-size: cover;
}
.contact-us-header {
    height: 410px;
    line-height: 390px;
    background: url("../img/contact-us-bg.png") no-repeat left center;
    padding-left: 100px;
}
.forms h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #fcf8c6;
}
#inquiries, #feedback {
    background-color: #d4653c;
    padding: 15px;
    transition: all 200ms;
}
.option {
    cursor: pointer;
}
.f-active, .option:hover {
    background-color: #f0e7c2 !important;
}
.f-active h3, .option:hover h3 {
    color: #d4653c !important;
}
input, textarea, select {
    border: 0 !important;
    border-radius: 0 !important;
    color: #ab7f40 !important;
    margin-bottom: 15px;
}
input::placeholder, textarea::placeholder {
    color: #ab7f40 !important;
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select:after {
    position: absolute;
    top: 15%;
    right: .5em;
    font-family: "FontAwesome";
    content: "\f078";
    color: #d4653c;
}
form .likert {
    list-style:none;
    width:100%;
    margin:0;
    padding:0 0 35px;
    display:block;
}
form .likert:last-of-type {border-bottom:0;}
form .likert:before {
    content: '';
    position:relative;
    top:9px;
    left:9.5%;
    display:block;
    background-color:#ab7f40;
    height:4px;
    width:79%;
}
form .likert li {
    display:inline-block;
    width:19%;
    text-align:center;
    vertical-align: top;
}
form .likert li input[type=radio] {
    display:block;
    position:relative;
    top:0;
    left:50%;
    margin-left:-6px;

}
form .likert li label {width:100%;}
.likert input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 14px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #AB7F40;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0;
    cursor: pointer;
}
.likert input[type='radio']:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    top: -7px;
    left: -6px;
    position: relative;
    background-color: #D4653C;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0;
}
.likert label {
    color: #AB7F40;
    line-height: 15px;
    font-size: .85em;
    font-weight: normal;
}
#feedback-container {
    display: none;
}
#q5o1, #q5o2 {
    accent-color: #ab7f40;
    background-color: #ab7f40;
}
/***** END CONTACT US STYLES *****/

/***** FOOTER STYLES *****/
.follow a {
    margin-right: 15px;
    color: #d4653c;
    transition: color 200ms;
}
.follow a:hover {
    color: #430605;
}
.follow a:last-child {
    margin-right: 0;
}
.fc-1 {
    max-width: 245px;
}
.social {
    font-family: "Besley", serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
}
.footer-nav {
    font-family: "Besley", serif;
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    columns: 2;
}
.footer-nav li {
    margin-bottom: 10px;
}
.footer-nav a {
    text-decoration: none;
    font-weight: bold;
    color: #5e1e13;
    transition: all 200ms;
}
.footer-nav a:hover {
    text-decoration: none;
    color: #d4653c;
}
.copyright {
    font-size: 12px;
    list-style-type: none;
    padding: 30px 0;
    color: #ab7f40;
    margin-bottom: 0;
    height: 80px;
}
.copyright li {
    display: inline;
    padding-right: 25px;
}
.copyright a {
    color: #d4653c;
    transition: all 200ms;
    text-decoration: none;
}
.copyright a:hover {
    color: #5e1e13;
    text-decoration: underline;
}
.col-cr {
    text-align: left;
}
.col-links {
    text-align: right;
}
#bttBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 4px solid #d4653c; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #d4653c; /* Set a background color */
    color: #fcf8c6; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 20px; /* Increase font size */
    transition: all 200ms;
    width: 50px;
    height: 50px;
    text-align: center;
}

#bttBtn:hover {
    background-color: #fcf8c6; /* Add a dark-grey background on hover */
    color: #d4653c;
}
/***** END FOOTER STYLES *****/

@media screen and (max-width: 575px) {
    .carousel-item img {
        height: 500px;
        width: auto !important;
    }
    .carousel-caption {
        top: 60px;
    }
    .carousel-caption h2 {
        font-size: 1.8em;
        margin-bottom: 0;
    }
    .carousel-caption h4 {
        font-size: 1.5em;
        margin-bottom: 0;
    }
    .navbar-nav {
        width: 56%;
        margin-top: 25px;
    }
    .nav-item {
        text-align: center;
        margin: 10px 0;
    }
    .dropdown-menu {
        background: none !important;
    }
    .dropdown-menu a {
        color: #5e1e13;
    }
    .dropdown-item {
        text-align: center;
    }
    .show {
        height: 100vh;
    }
    .btn-order {
        display: none;
    }
    .mr-float {
        margin: 0 auto;
    }
    .locations-header, .menu-header, .catering-header, .our-story-header, .contact-us-header {
        height: 150px;
        line-height: 143px;
        padding-left: 50px;
    }
    .mw-360 {
        width: 100%;
    }
    .row.p-5 div {
        padding: 0;
    }
    .our-menu-bg, .catering-bg {
        height: 234px;
    }
    .locations-bg {
        height: 220px;
    }
    .find-us {
        margin-top: 20px;
        margin-bottom: -20px;
    }
    #map {
        height: 500px !important;
    }
    .footer-nav {
        text-align: center;
        padding-left: 0;
        margin-top: 15px;
    }
    .fc-1 {
        margin: 0 auto;
        text-align: center;
        padding: 15px 0;
    }
    .fc-1 .btn.btn-c {
        display: none;
    }
}