

.header-alt {
  background-color:rgba(0, 0, 0, 1.0); 
  
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: flex;
	width: auto;
	margin-top:20 !important;
	
  z-index: 3;

  
}


.header-alt ul {
  margin: 0px;
 width:100%;
  padding: 10px;
  list-style: none;
  overflow-y: hidden; /* Hide horizontal scrollbar */
  overflow-x: hidden;
 
  background-color:rgba(200, 0, 0, 0.0);
 
  
  
}


.header-alt li a {
  display: block;
  padding: 10px 30px;
  text-align:center;
  text-decoration: none;
  
  
    padding-left:5px;
  padding-right:5px;
}


.header-alt li a:hover {
  background-color: white;
  
}
.header-alt .e1:hover {
  background-color: #55FF00;
  
  
}
.header-alt .e2:hover {
  background-color: #0A58F4;
  
}
.header-alt .e3:hover {
  background-color: #808080;
  
}
.header-alt .e4:hover {
  background-color: #ffdf00;  
}
.header-alt .e5:hover {
  background-color: #FF7F00;
  
}
.header-alt .e6:hover {
  background-color: #FF0000;
  
}
.header-alt .e7:hover {
  background-color: #00B0F0;
  
}
.header-alt .e8:hover {
  background-color: #7030A0;
  
}

.header-alt .logo {
  display: block;
  float: left;

  font-size: 2em;
  padding: 5px 20px !important;
  margin-top:20px !important;
  text-decoration: none;
}

.header-alt .menu {
  clear: both;
  margin: 10px ;
  max-height: 0;
  transition: max-height .2s ease-out;
}


.header-alt .menu-icon {
  color:white;
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 35px;
  margin-left:80px;
  position: absolute;
  user-select: none;
}

.header-alt .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header-alt .menu-icon .navicon:before,
.header-alt .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header-alt .menu-icon .navicon:before {
  top: 5px;
}

.header-alt .menu-icon .navicon:after {
  top: -5px;
}

.header-alt .menu-btn {
  display: none;

}

.header-alt .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header-alt .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header-alt .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header-alt .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header-alt .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header-alt .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 48em) {
  .header-alt li {
    float: left;
  }
  .header-alt li a {
    padding: 10px 25px;
  }
  .header-alt .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header-alt .menu-icon {
    display: none;
  }
}
.subnav-content {
	padding: 0 0;
  display: none;
  position: absolute;
  left: 180px;
  
  background-color: rgba(0,0,0,0);
  
  
  width: 100%;
  z-index: 1;
}
.subnav-content a {
  float: left;
  padding: 5px 14px !important;
  margin-left: 0;
  color: white; 
  text-decoration: none;
  
 
}