.topnav1 {
    overflow: hidden;
    background-color: #050912;
    margin-bottom: 22px;
    border-radius: 4px;
    padding: 10px;
    border-top: 1px solid #0a111f;
}

.topnav1 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active1 {
  background-color: #4CAF50;
  color: white;
}

.topnav1 .icon1 {
  display: none;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn1 {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #101927;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 333333;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    margin-left: -25px;
}

.dropdown-content1 a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav1 a:hover, .dropdown1:hover .dropbtn1 {
}

.dropdown-content1 a:hover {
    
    border-radius: 13px;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}


@media screen and (max-width: 960px) {
  .topnav1 a:not(:first-child), .dropdown1 .dropbtn1 {
    display: none;
  }
  .topnav1 a.icon1 {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .topnav1.responsive1 {position: relative;}
  .topnav1.responsive1 .icon1 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav1.responsive1 a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav1.responsive1 .dropdown1 {float: none;}
  .topnav1.responsive1 .dropdown-content1 {position: relative;}
  .topnav1.responsive1 .dropdown1 .dropbtn1 {
    display: block;
    width: 100%;
    text-align: left;
  }
}
		