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 */

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
}

#maincontent {
  position: fixed;
  width: 68%;
  float: left;
  padding-top: 130px;
  padding-left: 75px;
  padding-right: 50px;
  padding-bottom: 0px;
}

#sidebar {
  background-color: rgb(255, 255, 255);
  padding-top: 120px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 120px;
  width: 30%;
  height: 100%;
  float: right;
}

.sideHeader {
  position: relative;
  font-variant: small-caps;
  font-size: 24pt;
  font-family: "Open Sans ExtraBold";
  color: #000000;
  opacity: .60;
  top: -10px;
}

.sidetext {
  font-size: 11pt;
  font-style: normal;
  font-family: "Georgia";
  line-height: 15pt;
  color: #000000;
  top: -5px;
  left: 2px;
  opacity: .75;
}

/* Button at the bottom */

.button {
  display: inline-block;
  border-radius: 1px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11pt;
  font-family: "Georgia";
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 82%;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: ' \25B7';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#sidebar img {
  width: 100%;
}

/* SVG */

  svg {
    margin: 0;
    width: auto;
    left: 0em;
    height: 83%;
    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;
}

/* zoom svg */

  /* 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;
    }
}


