

.dropbtn {
  color: white;
  border: none;
  background: transparent;
  font-weight: bolder;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*background: linear-gradient(-90deg,#1251ae 0,#0074ff 50%,#1251ae 100%);*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: scroll;
  max-height: 700px;
  background-image: linear-gradient(blue, red, orange, yellow, green, blue, indigo, violet);

}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bolder;
}


.dropdown-content a:hover {background: #0074ff;}

.dropdown:hover .dropdown-content {display: block;}


.dropdown-content-dow {
  display: none;
  position: fixed;
  /*background: linear-gradient(-90deg,#1251ae 0,#0074ff 50%,#1251ae 100%);*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: scroll;
  max-height: 700px;
  background-image: linear-gradient(blue, red, orange, yellow, green, blue, indigo, violet);
  bottom: 0;
  width: 5px;
}


.dropdown-content-dow a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bolder;
  z-index: 100000000;
}


.dropdown-content-dow a:hover {background: #0074ff;}

.dropdown:hover .dropdown-content-dow {display: block;}

.navbar-bottom a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: .8rem 0.5rem;
    text-decoration: none;
    font-weight: bold;
}
