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: 12px;
}

nav ul li a
{
    text-decoration: none;
    color: #F29F05;
    font-size: 1.2em;
    font-weight: bold;
}

nav section p{
    text-align: right;
    color: white;
    font-size: .8em;
    white-space: pre;
    margin-right: 10px;
}

.logo
{
    height: 48px;
    float: left;
    margin: 6px 12px;
    border-radius: 75%;
}

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

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

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

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

#about h2
{
    font-size: 1.8em;
}

#about p
{
    color: #fff;
}

.aboutImage1
{
    float: right;
    /**padding-left: 15px;**/
    width: 100%;
}

figure {
    padding-top: 1em;
    padding-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 10px;
}

figcaption {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

figure img {
    border-radius: 75%;
}

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

#orderingParent h1 {
    padding: 10px 0 0 0;
    text-align: center;
}

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

#ordering h2
{
    font-size: 1.8em;
    padding: 40px 0 0px 0;
}

#ordering p
{
    color: #fff;
}

#step1 {
    padding-bottom: 20px;
    padding-top: 10px;
}

#step1 h1{
    text-align: center;
}

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

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

#location h2
{
    font-size: 1.8em;
}

nav.black
{
    background: #000;
}

footer p
{
    background-color: #000;
    color: #F29F05;
    padding-left: 10px;
}

.socialMedia {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
}

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

.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;
}

/* Tablet CSS code and up */
@media only screen and (min-width: 481px) {
}

#step1 {
    padding-bottom: 20px;
    padding-top: 10px;
}

#step1 h2{
    text-align: center;
    display: block;
    margin: 0 auto;
}

#step1 figure {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

figcaption {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

#step1 figure img {
    border-radius: 75%;
    display: block;
    margin: 0 auto;
}

/*Step2*/
#step2 {
    padding-bottom: 20px;
    padding-top: 10px;
}

#step2 h2{
    text-align: center;
    margin: 0 auto;
}

#step2 figure {
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    margin-left: 50px;
}

figcaption {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

#step2 figure img {
    border-radius: 75%;
    display: inline-block;
}

/*Step3*/
#step3 {
    padding-bottom: 20px;
    padding-top: 10px;
}

#step3 h2{
    text-align: center;
    margin: 0 auto;
}

#step3 figure {
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    margin-left: 50px;
}

figcaption {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

#step3 figure img {
    border-radius: 75%;
    display: inline-block;
}

/*Step4*/
#step4 {
    padding-bottom: 20px;
    padding-top: 10px;
}

#step4 h2{
    text-align: center;
    margin: 0 auto;
}

#step4 figure {
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: top;
    margin-left: 50px;
}

figcaption {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

#step4 figure img {
    border-radius: 75%;
    display: inline-block;
}

/* Desktop CSS code and up */
@media only screen and (min-width: 1025px) {
}

