html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
} /* browser reset */

body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

header
{
    background: linear-gradient(rgba(0,0,100,0.5),rgba(0,0,100,0.5)),url(images/foodcarts.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

nav
{
    position: fixed;
    width: 100%;
    line-height: 60px;
}

nav ul
{
    float: right;
    margin: 0;
    padding-right: 42px;
}

nav ul li
{
    display: inline-block;
    padding: 16px 32px;
}

nav ul li a
{
    text-decoration: none;
    color: #F29F05;
    font-size: 24px;
}

.logo
{
    height: 48px;
    float: left;
    margin: 16px 48px;
}

h1
{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    padding-top: 350px;
    color: #fff;
}

p
{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

#aboutUsParent
{
    background-color: #467302;
    display: inline-block;
}

#aboutUs
{
    width: 80%;
    margin: 50px auto;
    background-color: #467302;
    color: #fff;
}

#aboutUs h2
{
    font-size: 24px;
}

#aboutUs p
{
    color: #fff;
}

.aboutUsImage1
{
    float: right;
    padding-left: 15px;
}

#howToOrderParent
{
    background-color: #F27405;
    display: inline-block;
    width: 100%;
}

#howToOrder
{
    width: 80%;
    margin: 50px auto;
    background-color: #F27405;
    color: #fff;
}

#howToOrder h2
{
    font-size: 24px;
}

#howToOrder p
{
    color: #fff;
}

#locationParent
{
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

#location
{
    width: 80%;
    margin: 50px auto;
    background-color: #fff;
    color: #000;
}

#location h2
{
    font-size: 24px;
}

nav.black
{
    background: #000;
}

footer p
{
    background-color: #000;
    color: #F29F05;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  float: right;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #bb0000;
  color: white;
}

.fa-twitter {
  background: #bb0000;
  color: white;
}

.fa-pinterest {
  background: #bb0000;
  color: white;
}
.fa-yelp {
  background: #bb0000;
  color: white;
}