body {
    background: #222222;
    font-family: "Raleway";
}
header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
}

#address h3 {
    margin-top: 0px;
}

#hours {
    max-width: 215px;
}

.hoursDayRow {
    clear: both;
    overflow: auto;
}

#headerOrderButton {
    margin-top: 10px;
}

#brandWrap {
    position: absolute;
    top: 0px;
    left: 30px;
    border: 20px solid #ffffff;
    background: #ffffff;
}

#brandImage {
    min-height: 120px;
    max-height: 150px;
    max-width: 100%;
    height: auto;
    width: auto;
}

header nav {
    padding: 0px 30px;
    background: rgba(255,255,255,1);
    text-align: right;
}

header nav ul {
    padding: 0px;
}

header nav ul li {
    display: inline-block;
    font-size: 15px;
}

header nav ul li a {
    display: block;
    line-height: 50px;
    /*     height: 50px; */
    margin-left: 20px;
    color: #444444;
}

header nav ul li:first-child a {
    margin-left: 0px;
}

#about {
    background: #ffffff;
    overflow: auto;
    padding: 5%;
    font-size: 16px;
}

#about h2 {
    font-family: "Nothing You Could Do";
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.1em;
}

footer {
    background: #222;
    color: #ffffff;
    padding: 30px;
    text-align: center;
}

#pizzaBadge {
    width: 80%;
}

#aboutTextWrap {
    padding-right: 10%;
}

#aboutText {
    /*     float: left;
        width: 80% */
}

#aboutImage {
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner1 {
    height: 300px;
    /*background: url(../img/AdobeStock_100961700_WM.jpeg) center top;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#titleTagWrap {
    font-family: "Raleway";
    font-size: 20px;
    position: absolute;
    color: #ffffff;
    top: 200px;
    color: #E5CA9D;
    text-align: center;
    width: 100%;}

#titleTagWrap h1 {
    font-family: "Nothing You Could Do";
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 5px;
}



#location {
    padding: 5%;
    color: #E5CA9D;
    font-size: 16px;
}

#locationInfo {
    padding-left: 5%;
}

#location h3 {
    color: #ffffff;
    font-size: 26px;
    font-family: "Nothing You Could Do";
}

#map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.hoursLabel {
    text-transform: capitalize;
    display: inline-block;
    width: 55px;
    text-align: right;
    padding-right: 15px;
}

#menu {
    background: #ffffff;
    padding: 5%;
    font-size: 16px;
}

#menu h2 {
    font-family: "Nothing You Could Do";
    font-size: 38px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

#menu .price {
    float: right;
    margin-left: 15px;
}

#menu .menuItem {
    border-left: 8px solid #333;
    padding-right: 60px;
    margin-bottom: 40px;
}

#menu .menuItem:nth-child(2n+2) {
    clear: left;
}

#menu .menuItem h3,
#menu .menuItem p {
    margin: 0px
}

#menu .menuItem h3 {
    /*     margin-top: 8px */
}


#order {
    background: hsla(0,0%,92%,1);
    padding: 5%;
    font-size: 22px;
    text-align: center;
}

#order #orderButton {
    margin-top: 15px;
    background: hsl(117, 58%, 60%);
    color: #ffffff;
    border-color: hsl(117, 58%, 60%);
}

#order #orderButton:hover {

}

.hoursTimesWrap span:nth-of-type(2) {
    margin-left: 55px;
}


/* Small screens */
@media screen and (max-width: 767px) {

    #map iframe {
        height: 300px;
    }

    #menu .menuItem {
        padding-right: 0px;
    }

    #menuOrderButton {
        margin-bottom: 15px;
    }
    
    #aboutTextWrap h2 {
        text-align: center;
    }

    #brandWrap {
        position: static;
        background: #ffffff;
        text-align: center;
    }

    #address h3 {
        margin-top: 30px;
    }

    #menu h2 {
        font-size: 30px;
        padding: 10px 15px 0px;
        text-align: center;
    }


    header nav {
        display: none;
        text-align: center;
        padding: 0px 5px;
    }

    #titleTagWrap {
        position: static;
        padding: 15px;
        text-align: center;
        font-size: 17px;
    }

    #titleTagWrap h1 {
        font-size: 30px;
    }

    #brandImage {
        min-height: 60px;
        max-height: 60px;
    }

    header {
        height: 280px
    }

}