body{
    background-image: url('/assets/images/wood-pattern.jpg');
    font-family: "Questrial";
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

img {
    width: 100%;
    float: left;
}

option:disabled {
    color: #989898;
}

.sr-only {
    display: none;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
}

@media (max-width: 1299px) {
    .container {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 679px) {

    .container {
        margin: 0;
    }
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}

.site-header .brand {
    display: block;
    max-width: 175px;
    height: auto;
    border-radius: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.site-header .brand:after {
    content: "";
    display: table;
    clear: both;
}

.site-header .contact {
    background-color: #333333;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.site-header .call-to-order {
    color: #FDF18D;
    font-family: "Eraser";
    font-size: 1.5rem;
    padding: 1.25rem 2rem 1.5rem;
}

.site-header .phone {
    color: white;
    margin-top: 0.7rem;
    display: block;
}

.site-header .follow-us-button {
    background-color: #FDF18D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    width: 100%;
}

.site-header .follow-us-text {
    margin-right: 1rem;
    margin-left: 1rem;
}

.site-header .social-icon {
    display: inline-block;
    max-width: 20px;
    height: auto;
}

@media (max-width: 679px) {
    .site-header {
        display: none;
    }
}

.main-content {
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 4rem;
}

@media (max-width: 679px) {
    .main-content {
        border-radius: 0;
        margin-bottom: 0;
    }

    .page-content {
        display: flex;
        flex-direction: column;
    }

    .section-location   { order: 0; }
    .section-social     { order: 2; }
    .section-app        { order: 1; }
    .section-partner    { order: 3; }
}

.section-location {
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: 50% 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 14rem 2rem;
}

.section-location .logo-small {
    display: none;
}

.location-selector {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    width: 33rem;
}

.location-selector p {
    color: #3c3c3c;
    font-family: "Questrial";
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 1rem;
    width: 85%;
}

.location-selector select {
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15) inset;
    border-radius: 5px;
    border-color: #c2c2c2;
    font-family: "Questrial";
    font-size: 1.25rem;
    margin-top: 1.5rem;
    padding: 0.5rem 0.65rem;
    width: 100%;
}

.location-selector select.is-default {
    color: #989898;
}

@media (max-width: 679px) {

    .section-location .logo-small {
        display: block;
        margin-bottom: 1.5rem;
    }

    .section-location {
        padding: 2.5rem;
    }

    .section-location .logo-small {
        display: block;
        margin-bottom: 1.5rem;
        max-width: 264px;
        width: 65%;
    }

    .location-selector {
        padding: 2rem;
        width: auto;
    }
}

.section-social {
    background-color: white;
    padding: 6rem 3rem 0;
}

.section-social h3 {
    font-size: 2.25rem;
    font-family: brandon-grotesque, Questrial;
    font-weight: 500;
    color: #454545;
    text-transform: uppercase;
    display: flex;
    justify-content: stretch;
    align-items: center;
    margin: 0 auto 1.5rem;
    width: 85%;
}

.section-social h3 span {
    flex: 0 auto;
    margin: 0 3rem;
    display: inline-block;
}

.section-social h3:before,
.section-social h3:after {
    content: "";
    border-bottom: 1px solid #adadad;
    flex: 1 auto;
}

.section-social p {
    font-family: "Questrial";
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    margin: 0 auto 3.5rem;
}

.section-social p span {
    display: inline-block;
    color: #C34813;
    margin: 0 2rem;
    width: auto;
}

.social-tiles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-tiles-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 6rem;
    max-width: 700px;
}

.social-tiles:after {
    content: "";
    border-bottom: 1px solid #adadad;
    width: 85%;
}

.social-tile {
    background-color: white;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 7.5rem;
    height: 7.5rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    transition: transform 0.2s;
    transform: translate3d(0, 0, 0);
}

.social-tile:hover {
    transform: translate3d(0, -5px, 0);
}

@media (min-width: 836px) {

    .social-tile:nth-child(5n) {
        margin-right: 0;
    }
}


@media (max-width: 599px) {

    .section-social {
        padding: 3rem 1.75rem;
    }

    .section-social h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .section-social h3 span {
        margin: 0 2rem;
    }

    .section-social p span {
        margin: 0 1rem;
    }

    .social-tile {
        flex-basis: 5.5rem;
        height: 5.5rem;
    }

    .social-tiles-inner {
        padding-bottom: 1rem;
    }

    .social-tiles:after {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 835px) {

        .social-tile {
            flex-basis: 20vw;
            height: 20vw;
            margin-right: 4vw;
            margin-bottom: 4vw;
        }

        .social-tile:nth-child(3n) {
            margin-right: 0;
        }
}

@media (min-width: 376px) and (max-width: 479px) {
    
    .social-tile:nth-child(3n) {
        margin-right: 0;
    }
    
    .social-tile:nth-child(5n) {
        margin-right: 1.25rem;
    }
}

@media (max-width: 375px) {
    
    .social-tile {
        flex-basis: 7rem;
        height: 7rem;
    }

    .social-tile:nth-child(5n) {
        margin-right: 1.25rem;
    }

    .social-tile:nth-child(3n) {
        margin-right: 1.25rem;
    }

    .social-tile:nth-child(2n) {
        margin-right: 0;
    }
}

.section-app {
    background-color: white;
    padding: 7.5rem 8rem;
}

.app-callout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-callout-details {
    flex: 1 1 auto;
    max-width: 31rem;
}

.app-callout-details h3 {
    color: #454545;
    font-family: brandon-grotesque, Questrial;
    font-size: 2.25rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.app-callout-details p {
    color: #454545;
    font-family: "Questrial";
    font-size: 1.25rem;
    line-height: 1.75;
    margin-bottom: 3rem;
}

.app-screenshot {
    flex: 2 2 auto;
    max-width: 20rem;
}

.app-store-badges {
    display: flex;
}

.app-store-badges a {
    height: 4rem;
    width: auto;
}

.app-store-badges a img {
    max-height: 100%;
    width: auto;
}

.app-store-badges a:first-child {
    margin-right: 1.5rem;
}

@media (max-width: 1059px) {

    .section-app {
        padding: 3.5rem 2rem;
    }

    .app-callout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .app-screenshot {
        order: 0;
    }

    .app-callout-details {
        order: 1;
        text-align: center;
    }

    .app-callout-details h3 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .app-store-badges {
        flex-direction: column;
        align-items: center;
    }

    .app-store-badges a:first-child {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .app-store-badges a {
        height: auto;
        width: 75%;
        max-height: none;
        max-width: 250px;
    }

    .app-store-badges a img {
        width: 100%;
        max-height: none;
    }
}

.section-partner {
    display: flex;
    position: relative;
}

.partner-vendor {
    background-size: cover;
    padding: 7rem;
    padding-left: 6rem;
    padding-right: 8rem;
}

.partner-vendor:before {
    content: "";
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.partner-vendor > * {
    color: white;
    position: relative;
    z-index: 5;
}

.partner-vendor h3 {
    font-size: 2.25rem;
    font-family: brandon-grotesque, Questrial;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.partner-vendor p {
    font-size: 1.5rem;
    font-family: "Questrial";
    line-height: 1.4;
    margin-bottom: 3.25rem;
}

.partner-vendor a {
    background-color: #FDF18D;
    border-radius: 5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.25rem;
    width: 80%;
}

@media (min-width: 600px) and (max-width: 1259px) {
    
    .section-partner {
        flex-direction: column;
    } 
}

@media (max-width: 599px) {

    .section-partner {
        flex-direction: column;
    }    

    .partner-vendor {
        padding: 3.5rem;
    }

    .partner-vendor h3 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .partner-vendor p {
        font-size: 1.25rem;
        margin-bottom: 2.25rem;
    }

    .partner-vendor a {
        font-size: 1.25rem;
        width: auto;
    }
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.footer-content {
    background-image: linear-gradient(#FFF2DC, #FFE5BB);
    color: #4E3917;
    padding: 4.75rem 6.25rem;
}

.footer-content a {
    color: #4E3917;
}

.footer-logo-text,
.footer-phone {
    font-family: brandon-grotesque, Questrial;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: uppercase;
}

.footer-phone {
    font-weight: 500;
}

.footer-logo-image {
    display: none;
}

.footer-divider {
    width: 4.25rem;
    border-bottom: 1px solid #4E3917;
    margin: 2.5rem 0;
}

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.footer-contact-row :first-child {
    flex: 0 auto;
    margin-right: 1rem;

}

.footer-contact-icon {
    width: 20px;
    height: auto;
}

.footer-socials img {
    margin-right: 1.75rem;
    width: 30px;
    height: auto;
}

.footer-hours h3 {
    font-family: brandon-grotesque, Questrial;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.footer-hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    width: 22rem;
}

.footer-hours-row > * {
    flex: 0 auto;
}

@media (max-width: 999px) {

    .footer-content {
        flex-direction: column;
        align-items: center;
        padding-left: 2.25rem;        
        padding-right: 2.25rem;        
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5rem;
    }

    .footer-logo-text {
        display: none;
    }

    .footer-logo-image {
        display: block;
        float: none;
        max-width: 200px;
        margin-bottom: 1rem;
    }

    .footer-phone {
        display: block;
        text-align: center;
    }

    .footer-contact-row {
        width: 225px;
    }

    .footer-socials a:last-child img {
        margin-right: 0;
    }

    .footer-hours {
        width: 100%;
    }

    .footer-hours-row {
        width: 100%;
    }
}

.site-footer .copyright {
    background-color: #2D210D;
    border-radius: 0 0 5px 5px;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: brandon-grotesque, questrial;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 1.15rem;
    text-align: center;
    text-transform: uppercase;
}

.site-footer .copyright span:first-child {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid white;
}

@media (max-width: 599px) {
    .site-footer .copyright span {
        width: 100%;
    }

    .site-footer .copyright span:first-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 0.5rem;
    }
}