:root {
    --primary: #EC6608;
    --yellow: #FFCC00;
    --green: #2F5840;

    --paragraph-text: rgb(139, 139, 139);
    --light-primary: #FFE1D0;
    --dark-text: black;
    font-size: 16px;
}

.mobile-collapse {
    display: none !important;
}


@media (max-width: 1199px) {

    .mobile-collapse {
        display: none !important;
    }

    .mobile-collapse-show {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .mobile-collapse {
        display: block !important;
    }

    .mobile-collapse-show {
        display: none !important;
    }
}

img {
    max-width: 100%;
}

header img {
    max-width: unset;
}

* {
    text-decoration: none !important;
}

body {
    font-size: 16px;
}

.text-right {
    text-align: right;
}

h2 {
    color: white;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

p {
    line-height: 2;
    font-size: 1rem;
    font-weight: 400;
}

header {
    min-height: 100vh;
    overflow: hidden;
}

.highlight {
    color: var(--yellow);
}

.standard-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.overflow-hidden {
    overflow: hidden;
}

.max-width-300 {
    max-width: 700px;
    margin: 0 auto;
}

.padding-50 {
    padding: 50px;
}

.height-700 {
    height: 700px;
}

.flex {
    display: flex;
    height: 100%;
}

.split-20 {
    width: 20%;
    overflow: hidden;
}

.split-35 {
    height: 100vh;
    width: 35%;
}

.split-45 {
    width: 45%;
}

.split-80 {
    width: 80%;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.margin-top-neg-200 {
    margin-top: -200px;
}

.relative {
    position: relative;
}

a {
    font-size: 1rem;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.btn {
    padding: 15px 40px;
    color: white;
    background-color: gray;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: .3s;
    font-weight: 400;
}

.btn:hover,
.btn:active,
.btn:focus {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: white;
    opacity: .9;
}

.yellow-btn {
    background-color: var(--yellow);
    color: var(--dark-text) !important;
}

.green-btn {
    background-color: var(--green);
}

.orange-btn {
    background-color: var(--primary);
}

.bg-green {
    background-color: var(--green);
}

.bg-primary {
    background-color: var(--primary);
}

.bg-light-primary {
    background-color: var(--light-primary);
}

.opacity-15 {
    opacity: .5;
}

.message-block {
    z-index: 100;
    padding: 50px 40px;
    max-width: 480px;
    position: absolute;
}

.message-block h1 {
    color: white;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.message-block h2 {
    color: white;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.message-block p {
    color: white;
    margin-bottom: 30px;
}

.absolute-bottom {
    bottom: 0;
    position: absolute;
}

/* Header */

.logo img {
    width: 200px;
}

header .message-block {
    bottom: 0;
    left: 0;
    margin-left: -350px;
    margin-bottom: 30vh;
    background-color: var(--primary);
}

header .progress-bar-wrapper {
    padding: 20px;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
}

header .progress-bar-wrapper span {
    color: white;
    font-weight: 400;
}

header .progress-bar {
    margin: 20px;
    width: 80%;
    height: 8px;
    border-bottom: none !important;
    outline: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.51);
}

header .progress-fill {
    transition: .1s;
    height: 100%;
    background-color: white;
}

header .day-right {
    width: 100%;
}

header .day-right img {
    width: 100%;
    margin-bottom: 138px;
}

header .absolute-bottom {
    width: 100%;
}

header .absolute-bottom .flex {
    justify-content: center;
    margin-bottom: 20px;
}

header .split-20 img {
    margin-bottom: -250px;
}

header .split-20 .top {
    width: 100%;
}

.nav-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-right: 20px;
}

header .nav-items ul li {
    text-align: right;
    padding: 15px;
}

header .nav-items ul li.active a {
    padding-bottom: 5px;
    color: var(--primary);
    border-bottom: 2px solid var(--yellow);
}

header .nav-items ul li a {
    color: #262626;
    font-weight: 400;
    font-size: 1.1rem;
}

/* Food Spread */

.food-spread {
    width: 100%;
    min-height: 90vh;
    background: url("../img/food-spread.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

.food-spread .message-block {
    right: 0;
    bottom: 0;
    margin-bottom: -100px;
    margin-right: 10%;
}

/* Rotating */

.rotating {
    right: 0;
    bottom: 0;
    margin-right: -200px;
    z-index: 100;
}

.rotating img {
    width: 600px;
    /* transform: rotate(90deg); */
}

.rotating-wrapper {
    position: relative;
}

.rotating-wrapper {
    height: 700px;
}

/* Footer Spread */

.footer-spread {
    background: url('../img/footer-spread.jpg') no-repeat center center;
    background-size: cover;
    height: 90vh;
}

/* Cta Bar */

.cta-bar {
    padding: 20px;
}

.cta-bar p {
    margin-right: 20px;
    margin-bottom: 0;
}

/* Footer */

footer {
    padding-top: 50px;
}

footer img {
    width: 250px;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.footer-nav li {
    display: inline;
    padding: 20px;
}

.footer-nav li a {
    color: black;
}

footer a .social-block {
    width: 50px;
    height: 50px;
    border: 2px solid var(--green);
    padding: 5px;
    margin: 5px;
    margin-top: 10px;
    font-size: 1.25rem;
    color: var(--green);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .3s;
}


footer a .social-block:hover {
    background-color: var(--green);
    color: white;
}

footer .copyright {
    background-color: whitesmoke;
    padding: 10px;
    margin-top: 50px;
}

.copyright a {
    color: var(--primary)
}

/* Secondary Header */

header.secondary {
    min-height: 300px;
}

header.secondary .split-35 {
    height: unset;
    min-height: 400px;
}

header.secondary .day-right img {
    margin-bottom: 15%;
}

header.secondary .message-block {
    margin-left: unset;
    margin-bottom: unset;
    bottom: 28%;
    max-width: unset;
    padding: 50px 240px 50px 50px;
    margin-left: -200px;
    border-top-right-radius: 10px;
}

header.secondary .message-block h1 {
    margin-bottom: 0;
}

nav.secondary {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Franchising */

.franchising h2 {
    color: var(--dark-text);
}

.franchising p {
    color: var(--paragraph-text);
    margin-bottom: 30px;
}

/* Faq */

.faq h2 {
    color: var(--dark-text);
}

.faq p {
    color: var(--paragraph-text);
    max-width: 800px;
    margin: 0 auto;
}

/* Contact */

.contact form {
    margin-left: 20%;
    margin-right: 60px;
}

.contact form label {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--dark-text)
}

.contact form input {
    display: block;
    width: 100%;
    padding: 20px;
    padding-left: 0;
    padding-bottom: 10px;
    border: none;
    border-bottom: 2px solid darkgray;
    border-radius: unset;
    outline: none;
}

.contact form textarea {
    width: 100%;
    display: block;
    resize: none;
    height: 200px;
    padding: 20px;
    padding-left: 0;
    border: none;
    border-bottom: 2px solid darkgray;
    outline: none;
    border-radius: unset;
}

.contact p {
    color: white;
}

.contact .text-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.contact .text-wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.contact .text-wrapper ul li a {
    font-size: 1.25rem;
    color: white;
}

.rotating-wrapper img {
    max-width: unset;
}

.mobile-collapse-show {
    display: none;
}

.site-content {
    transition: .5s;
    overflow: hidden;
}

/* Sidenav */

.sidenav {
    transition: .5s;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    margin-right: -250px;
    padding: 20px;
    width: 250px;

}

.sidenav ul li {
    padding: 10px;
    display: block;
    text-align: left;
}

.sidenav ul li a {
    color: white;
    font-size: 1.15rem;
}

.sidenav .close-button button {
    background-color: transparent;
    outline: none;
    border-radius: unset;
    box-shadow: unset;
    border: none;
    color: white;
}

@media (max-width: 1490px) {


    .rotating-wrapper h2 {
        max-width: 600px;
    }
}

@media (max-width: 1490px) {
    .rotating img {
        width: 550px;
    }
}

@media (max-width: 1050px) {
    header .message-block {
        margin-left: -200px;
    }
}

@media (max-width: 1199px) {

    .cta-bar p {
        text-align: center;
    }

    header .message-block {
        margin-bottom: 250px;
    }

    header {
        min-height: 700px;
    }

    .split-35 {
        height: 700px;
    }

    .logo img {
        width: 150px;
        margin-top: -5px;
    }

    .home-nav-wrapper {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .mobile-collapse-show {
        display: unset;
    }

    .mobile-collapse-show button {
        outline: none;
        box-shadow: none;
        border: none;
        border-radius: unset;
        background-color: transparent;
        padding: unset;
        color: var(--primary);
    }

    .mobile-collapse-show button i {
        font-size: 1.5rem;
        margin-top: 5px;
    }

    header .split-45 {
        width: 65%;
    }

    footer footer {
        text-align: center;
    }

    footer .footer-nav li {
        display: block;
        padding: 10px;
    }

    footer .footer-nav li a {
        font-size: 1.25rem;
    }

    footer .flex {
        margin-top: 30px;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }

    .copyright .text-right {
        text-align: center;
    }

    .cta-bar {
        padding-bottom: 30px;
    }

    .cta-bar .flex {
        flex-direction: column;
    }

    .cta-bar p {
        margin-bottom: 20px;
        margin-right: unset;
    }

    .mobile-collapse {
        display: none;
    }

    .rotating-wrapper {
        height: unset;
    }

    .rotating-wrapper .rotating {
        margin-right: 0px;
        width: 100%;
        height: unset;
        display: block;
    }

    .rotating-wrapper .rotating img {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    .rotating-wrapper .absolute-bottom {
        bottom: unset;
        margin-top: 500px;
    }

    .rotating-wrapper .flex {
        flex-direction: column;
    }

    .rotating-wrapper .split-80 {
        width: 100%;
        padding-top: 150px;
        padding-bottom: 200px;
    }

    .rotating-wrapper .split-20 {
        height: 100px;
        width: 100%;
        background-color: var(--primary)
    }
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }
}

@media (max-width: 920px) {
    header .message-block {
        margin-left: -150px;
    }
}

@media (max-width: 490px) {
    .message-block h1 {
        font-size: 2.25rem;
    }

    .message-block h2 {
        font-size: 2.25rem;
    }

    .message-block {
        max-width: 300px;
        padding: 30px 40px;
    }

    header .message-block {
        margin-left: -100px;
    }
}

@media (max-width: 700px) {
    header.secondary .message-block {
        padding: 40px 100px 40px 40px;
        margin-left: -80px;
        border-top-right-radius: 10px;
    }
    header.secondary {
        min-height: 150px;
    }

    header.secondary .split-35 {
            min-height: 250px;
    }
}