body{
    background-color: #040000 ;
}
.container{
    width: 80%;
    margin:auto;
    overflow:hidden;
}
header{
    background: #C20B14;   
    color: #ffffff; 
    padding: top 30px;
    padding: bottom 30px;
    min-height: 70px;
    border-bottom: #000000 3px solid;

}
header a{
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
header ul{
    margin:0;
    padding:0;
}
header li{
    display:inline;
    padding: 0 20px 0 20px;
}
header #branding{
    float: left;
}
header #branding h1{
    margin:0;
}
header nav{
    float:right;
    margin-top:10px;
}
#Leaflet{
    margin-left: auto;
    margin-right: auto;
    padding: top 50px;
    min-height: 700px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
#About{
    color:#ffffff;
    text-align: center;
}
.button{
    background-color: #C20B14;
    border:0;
}
#boxes{
    color: #ffffff;
}
#boxes .box{
float:left;
text-align:center;
width: 30%;
padding:10px
}
#boxes .box img{
    width:200px;
}
form{
    color: #ffff;
}
#Message h1{
   text-align: center; 
    color: #ffffff;
}
#FrontOfStore{
    padding: 10px;
}
#FrontOfStore p{
color: #ffffff;
}
#Cereal{
    padding: 10px;
}
#Cereal p{
    color: #ffffff;
    margin:0;
}
#Maps{
    margin: 30px;
    padding: 30px;
    float: right;
}
#SidebarL img{
    width:20%;
    float: left;
}
.sideBar{
    width: 20%;
    margin:auto;
    overflow:hidden  
}
#form h1{
    color: #ffff;

}
footer{
    padding:30px;
    margin-top:30px;
    color:#ffffff;
    background-color: #C20B14;
    text-align: center;
}
 footer #Footer p{
    margin:0;
    float:left;
}
footer img{
    float:right;
    padding: 2px
}
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  /* Style the label to display next to the inputs */
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  /* Style the submit button */
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  
  /* Style the container */
  .Container {
    width: 80%;
    margin: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
  }
  
  /* Floating column for labels: 25% width */
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  /* Floating column for inputs: 75% width */
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .float{
      float:left;
      width: 30%;
      padding: 10px;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }