#geocoder {
    padding: 0;
}

.go-to-order-form {
    padding: 12px 24px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background-color: #FFD500;
}

.main-logo {
    height: 114px;
    /*background: url(../img/logo1.png) no-repeat;*/
    background-size: contain;
}

.fa-shipping-fast {
    margin-right: 2px;
}

.fa-tint {
    margin-right: 20px;
}

.fa-clock {
    margin-right: 11px;
}

.hero-section-small-text p span {
    font-weight: 500;
    font-size: 14pt;
}

.payment-types-div{
    padding: 0 1rem!important;
}
.app-links{
    padding: 0 1rem!important;
}

@media all and (min-width: 1024px) {
    .hero-section-small-text p span {
        color: black;
    }

    .main-logo {
        margin: 20px 0px;
    }

    .yellow-background {
        height: 500px;
        width: 100%;
        position: absolute;
        background: linear-gradient(90deg, #FDD564 0%, #FCD761 50%, rgba(247, 230, 80, 0) 70%, rgba(247, 230, 80, 0) 100%);
    }

    .order-time-class {
        padding-right: 0.4em !important;
        padding-left: 0 !important;
    }
    .tagline{
        text-align: right!important;
    }

}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .main-logo {
        margin: 20px 0px;
    }

    .hero-section-small-text p span {
        color: black;
    }

    .yellow-background {
        height: 500px;
        width: 100%;
        position: absolute;
        background: linear-gradient(90deg, #FDD564 0%, #FCD761 50%, rgba(247, 230, 80, 0) 70%, rgba(247, 230, 80, 0) 100%);
    }

    .order-time-class {
        padding-right: 0.4em !important;
        padding-left: 0 !important;
    }
    .tagline{
        text-align: right!important;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .main-logo {
        margin: 20px 0px;
    }

    .hero-section-small-text p span {
        color: white;
    }

    .fa-shipping-fast, .fa-tint, .fa-clock, h3.caption {
        color: white;
    }

    .yellow-background {
        height: 500px;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, .3);
    }

    .map-div {
        display: none;
    }

    .order-time-class {
        padding-right: 0.4em !important;
        padding-left: 0 !important;
    }
    .tagline{
        text-align: left!important;
    }

}

@media all and (max-width: 480px) {
    .main-logo {
        margin: 20px 0px;
    }

    .tagline{
        text-align: left!important;
    }
    .fa-shipping-fast, .fa-tint, .fa-clock, h3.caption {
        color: white;
    }

    .hero-section-small-text p span {
        color: white;
    }

    .yellow-background {
        height: 500px;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, .3);

    }

    .map-div {
        display: none;
    }

    .order-time-class {
        padding: 0 !important;
    }

    .create-order-button {
        padding: 0 !important;
    }

}


