
/* Augie CSS File
Header and Footer
Navigation
Hero Image */



/* Header  */

.page-header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #03ADC4;
}

.page-headerLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 125px;
}

.page-headerAccountLink {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50px;
    padding-top: 10px;
}

.page-headerCartLink {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 10px;
    width: 50px;
    text-decoration: none;

}

.page-headerCartLink:hover {
    color: white;
}

.page-headerAccountLink:hover {
    color: white;
}


.page-headerIconText {
    color: white;
    font: "Roboto";
    padding-top: 5px;
    text-align: justify;
    font-size: 1em;
}


/* Search and Location Forms */

.form-inline {
    padding-bottom: 20px;
}

.headerButton {
    background-color: #DC2A27;
    border-color:#FA0603;

}

.headerButton:hover {
    background-color: #FA0603;
    border-color:#FA0603;
}

.searchForm {
    margin-right: auto;
    margin-top: 30px;
}

.locationForm {
    margin-left: auto;
    margin-top: 30px;
}  

.pickupText {
    color: white;
    font: "Roboto";
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}


/* Navigation */

.a {
    color: #000000;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: underline #DC2A27;
}

.navbar {
    font-family: roboto;
}


.a:hover {
    color: #FA0603!important;
    text-decoration: none;
    border-color:#FA0603;

}

.nav-link:focus {
    color: #FA0603;
    text-decoration: none;
    border-color:#FA0603;

}


/* Hero Image  */

.bgimage {
    width:100%;
    height: 500px;
    background: url("../images/heroImage.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 768px){
    .bgimage {
        width: auto;
        height: 500px;
    }
}
.heroText {
    color: black;
    font: "Roboto";
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.heroTextTop {
    padding-top: 50px;
}

.heroTextBottom {
    padding-top: -20px;
}


/* Items Lists */

.homeCategory {
    margin-left: auto;
    margin-right: auto;
    /* margin: 0;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 20px; */
}

.CategoryTitle {
    font-size: 26px;
}

.foodItemRow {
    margin-left: 50px;
    /* margin-top: -20px;   */
}

.foodCard {
    margin-right: auto;
    margin-left: auto;
    /* margin-right: 15px;
    margin-bottom: 20px;
    max-width: 230px; */

}


/* Footer */

.page-footer {
    background-color: #3E4551;
}

.footerHead {
    color: white;
}

.footerLinks {
    font-size: 1em;
    color: white;
}

.footerLinks:hover {
    color: #FA0603!important;
    text-decoration: none;
}

.socialIcon {
    color: white;
}

.footer-copyright {
    color: white;
}