.adminbuton {
  transition-duration: 0.4s;
  background-color: #eb8312; /* Bigsoft */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

}

.adminbuton:hover {
  background-color: #f00; /* Green */
  color: white;
}
.altbigsoft {
    position: relative;

}

.bignavbar {
  overflow: hidden;
  background-color: #333;
}
.bignavbarright {
  float: right;
}
.bignavbarleft {
  float: left;
}

.bignavbar a {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}
/* Add an active class to highlight the current page */
.bignavbar a.bigactive {
  background-color: #eb8312;
  color: white;
}

.bigsubnav {
  overflow: hidden;
}
.bigsubnavright {
  float: right;
}

.bigsubnav .bigsubnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 5px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.bignavbar a:hover, .bigsubnav:hover .bigsubnavbtn {
  background-color: #eb8312;
}

.bigsubnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #333;
  width: 100%;
  z-index: 1;
}

.bigsubnav-content a {
  float: right;
  color: white;
  text-decoration: none;
}

.bigsubnav-content a:hover {
  background-color: #eb8312;
  color: #fff;
}

.bigsubnav:hover .bigsubnav-content {
  display: block;
}
