body{
    color:white;
}
  .header {
      position: fixed;
      height: 120px;
      width: 100%;
      background-color: #00ff00;
      top:0;
      left:0;
      bottom:0;
      z-index:1;
  }
   .logo {
      max-width: 250px;
      max-height: 100px;
      position: absolute;
      left: 10px;
      top: 10px;
      z-index:2;
  }
  h1 {
      vertical-align: middle;
      position: relative;
      left: 120px;
      font-family: "Open Sans ExtraBold";
      font-size: 2.4em;
      font-variant: small-caps;
      color: #660000;
  }
.pageHeader {
      font-variant: small-caps;
      font-size: 2.4em;
      position: relative;
      left: 120px;
      top: 20px;
      font-family: "Open Sans ExtraBold";
      color: #000000;
      background:white;
      display: inline-block;
      padding:.1em .1em .1em .1em;
      margin:0;
      opacity: 0.75;
  }
  h4 {
      font-variant: small-caps;
      font-size: .9em;
      text-align: center;
      font-family: "Open Sans ExtraBold";
      color: #fff;
      letter-spacing: 1px;

  /* button headers */    
  }
  h6  {
    font-variant: small-caps;    
    font-size: 12px;
    position: relative; 
    font-family: "Open Sans ExtraBold";
    color: #660000;
  }
  
  .deliveries {
    top: 413px;
    left: 1620px;    
  }
  
  .distribution {
    top: 493px;
    left: 1620px; 
  }
  
  .commute {
    top: 572px;
    left: 1620px; 
  }

  p {
      font-size: .9em;
      font-style: italic;
      position: relative;
      top: -30px;
      left: 120px;
      font-family: "Open Sans SemiBold";
      color: #660000;
  }
  .responsive {
    width: 100%;
    height: auto;
  }

  /* This is the style for the main content */

  svg {
    margin: 0;
    width: 100%;
    left: 0em;
    height: auto;
    position: fixed;
    top: 120px;
  }
  
  .footer {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0px;
    background-color: darkgrey;
  }
  
  .symbols {
    fill: #FFFFFF;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10;
    font-family: 'Georgia';
    font-size: 5px;
  }
  
  .symbols:hover {
    fill: #00FF00;
  }
  
  .symbols2 {
    fill: #666666;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
  
  .symbols2:hover {
    fill: #00FF00;
  }

  /* navigation */

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #00ff00;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left: solid 1px darkgrey;
}

.sidenav a {
    cursor: pointer;
    direction: ltr;
    text-decoration: none;
    font-family: "Droid Serif";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
    visibility: visible;
    padding: 8px 8px 8px 32px;
    color: #006611;
    display: block;
    transition: 0.3s;
}

a:hover {
    color: #660000;
    text-decoration: underline;
    
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 36px;
    margin-left: 50px;
}

  /* This is the style for the burger menu top right */
  .container {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #660000;
    margin: 6px 0;
    transition: 0.4s;
  }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}