/* START: Header CSS */
#header{
    padding: 25px;
}

#logo img{
    width: 25%;
}

#logo, #navigation{
    display: inline-block;
    width: 40%;
}

.contact-li a{
    background: #c0392b!important;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration-line: none;
}

#navigation{
    float: right;
    margin-top: 10px;
}

#navigation ul li{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin-left: 30px;
    font-size: 18px;
    color: #757575;
}

.nav-text{
    color: #757575;
    text-decoration-line: none;
}
/* END: Header CSS */

/* START: Featured CSS */
#hero img{
    width: 100%;
}

#featured-menu{
    /* padding-top: 40px; */
    padding-bottom: 40px;
}

#featured-menu h2{
    /* background-image: url("img/featured-bg.jpg"); */
    /* background-position: right; */
    /* background-color: #c0392b; */
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 28px;
    margin: -5px;
    padding: 50px;
}
/* END: Featured CSS */


/* START: Partners CSS */
.container{
    width: 100%;
    display: inline-flex;
}

.menu-col{
    width: 33.33%;
    
}

.menu-col img{
    width: 100%;
    margin-bottom: -5px;
}

#partners{
    padding: 100px 150px;
}

.partners-col-left{
    width: 30%;
    margin-right: 50px;
}

.partners-col-left h4{
    font-family: 'Montserrat', sans-serif;
    color: #c0392b;
    font-size: 14px;
    border-left: 3px solid #c0392b;
    padding-left: 10px;
}

.partners-col-left h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.partners-col-right{
    width: 70%;
}

.partners-img{
    width: 100%;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.2);
}

.partners-img-col{
    width: 23%;
    display: inline-flex;
    padding-left: 7px;
    padding-bottom: 7px;
}
/* END: Partners CSS */

/* START: Payment CSS */
#payment{
    padding: 50px 150px;
    padding-bottom: 100px;
}

.payment-col{
    width: 33.33%;
    padding-right: 20px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
}

.payment-col h3{
    font-family: 'Montserrat', sans-serif;
    color: #c0392b;
    font-size: 16px;
}

.payment-title{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
}

.payment-icon{
    font-size: 30px!important;
    color: #c0392b;
}
/* END: Payment CSS */

/* START: Newsletter CSS */
#newsletter{
    background-image: url("../img/newsletter-bg.jpg");
    padding: 100px 300px;
    background-size: cover;
}

.newsletter-content{
    padding: 50px 100px;
    background-color: #fff;
}

.newsletter-content h3{
    font-family: 'Montserrat', sans-serif;
    color: #c0392b;
    font-size: 22px;
}

.newsletter-content input{
    background: #f5f5f5;
    border: 0px solid black;
    padding: 8px 30px;
}

.newsletter-content a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300!important;
    background: #c0392b;
    color: #fff;
    padding: 8px 10px;
    margin-left: 16px;
    border-radius: 5px;
}
/* END: Newsletter CSS */

/* START: Footer CSS */
#footer{
    padding: 50px 50px;
}

.footer-col{
    font-family: 'Montserrat', sans-serif;
    width: 33.33%;
    margin-right: 20px;
}

.footer-logo{
    width: 30%;
}

.footer-credit{
    font-family: 'Montserrat', sans-serif;
    background: #c0392b;
    color: #fff;
    text-align: center;
    padding: 18px 0px;
}

.footer-pad{
    padding-right: 60px;
    font-size: 14px;
}

.footer-icon{
    color: #c0392b;
    margin-right: 10px;
}
/* END: Footer CSS */

/* START: Contact CSS */
#contact{
    padding: 50px 100px;
}

.contact-title{
    text-align: center;
    font-size: 26px;
    color: #fff;
    background: #c0392b;
    padding: 20px 0px;
}

.contact-col{
    width: 50%;
    margin-right: 100px;
}

.contact-col input, textarea{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}
/* END: Contact CSS */

/* START: Menu CSS */
.menu-col-left img{
    width: 100%;
}

.menu-col-left{
    width: 30%;
}

.menu-col-right{
    font-family: 'Montserrat', sans-serif;
    width: 70%;
}

.menu-col{
    width: 100%;
    text-align: center;
    padding: 20px;
    
}

.menu-col h3{
    color: #c0392b;
    font-size: 18px;
}

.border-menu{
    border-bottom: 2px solid #c0392b;
    margin-left: 10px;
}
/* END: Menu CSS */

/* mobile */
@media only screen and (max-width : 399px) {

    #partners {
        padding: 20px 20px;
    }

    .container {
        display: inline;
    }
    
    .menu-col {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .menu-col img {
        width: 100%;
        margin-bottom: -5px;
        margin-bottom: 50px;
    }

    .partners-col-left {
        width: 100%;
        margin-right: 50px;
    }

    #payment {
        padding: 20px 20px;
        padding-bottom: 100px;
    }

    #newsletter {
        background-image: url(../img/newsletter-bg.jpg);
        padding: 20px 20px;
        background-size: cover;
    }

    .footer-col {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        margin-right: 20px;
    }

    .payment-col {
        width: 100%;
        /* padding-right: 20px; */
        background: #f9f9f9;
        padding: 0px;
        border-radius: 10px;
        margin-right: 20px;
        margin-top: 10px;
    }

    #logo, #navigation {
        display: inline-block;
        width: 80%;
    }

    #navigation {
        display: none;
    }

    .menu-col-left {
        width: 100%;
    }

    .menu-col-right {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
    }

    #contact {
        padding: 20px 20px;
    }

    .contact-col {
        width: 100%;
        margin-right: 100px;
    }

}


/* iphone 7 and up */
@media only screen and (max-width : 550px) {

    #partners {
        padding: 20px 20px;
    }

    .container {
        display: inline;
    }
    
    .menu-col {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .menu-col img {
        width: 100%;
        margin-bottom: -5px;
        margin-bottom: 50px;
    }

    .partners-col-left {
        width: 100%;
        margin-right: 50px;
    }

    #payment {
        padding: 20px 20px;
        padding-bottom: 100px;
    }

    #newsletter {
        background-image: url(../img/newsletter-bg.jpg);
        padding: 20px 20px;
        background-size: cover;
    }

    .footer-col {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        margin-right: 20px;
    }

    .payment-col {
        width: 100%;
        /* padding-right: 20px; */
        background: #f9f9f9;
        padding: 0px;
        border-radius: 10px;
        margin-right: 20px;
        margin-top: 10px;
    }

    #logo, #navigation {
        display: inline-block;
        width: 80%;
    }

    #navigation {
        display: none;
    }

    .menu-col-left {
        width: 100%;
    }

    .menu-col-right {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
    }

    #contact {
        padding: 20px 20px;
    }

    .contact-col {
        width: 100%;
        margin-right: 100px;
    }
}

