@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Caveat');

.footer-section{background-color : var(--theme-color);}
.custom-home .product-heading {font-size: 31px;}
@media (max-width:760px){.custom-home .product-heading{margin-bottom: 50px; position:relative; top:20px;}}
.tw-booking-progress .tw-booking-flow .row{color : var(--theme-color-invert);}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text .tw-selected-value{color : var(--theme-color-invert);}
.bar.bar-stable .button-icon{color : var(--theme-color-invert);}
.fixed-thought-section .thought-heading{color : var(--theme-color-invert);}

.custom-home .feature-boxes .box-link{color: var(--theme-color-invert);    border-color: var(--theme-color-invert);}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text{opacity:1;}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-icon{opacity:1;}
.top-page-background-image .about-page .about-box .banner-button button{border: 1px solid var(--theme-color-invert);color : var(--theme-color-invert);}

.contact-us-section .heading{text-align: center; font-size:37px;}

@media(min-width:769px){
.tw-top-header-position{
top:117px;
}
}


.fixed-thought-section .thought-heading {
font-family: 'Caveat', cursive;
    font-size: 40px;
}

.custom-products .tw-content-container .product-container .tw-menu-header {
font-family: 'Caveat', cursive;
    background-color: var(--theme-color);
        color: var(--theme-color-invert);
    font-size: 2em;
    padding: 0.6em;
}
.footer-section .footer-links {
    color: #f4cd85;
    font-size: 14px;
}
.footer-section .copy-right-text a {
    text-decoration: none;
    color: #f4cd85;
}
.tw-powered-by-section .tw-powered-by-text a {
    color: #ffffff;
}
.tw-powered-by-section .tw-powered-by-text {
    padding: 25px 0 25px;
}:root{--theme-color:#490505; --theme-color-invert:#f4cd85; --theme-color-light:black; --theme-footer-color:#490505; --theme-font-family:'Cantarell', sans-serif; } .custom-home .about-biz .biz-name{font-size:55px; color:#ffb630;} .footer-section .footer-section-header{color:#ffb630; font-size:18px;} .custom-home .about-biz .browse-button{color:#ffb630; background-color:#000000; border-color:#ffb630; border-width:1px; border-style:solid;} 