body {
  background-color: #fff9ef;
}

.topnav-mobile {
  border-radius: 8px;
  border-bottom: 4px solid var(--tint-230, #107a54);
  background: #128d61;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: fixed;
  bottom: 1.5vw;
  left: 4.5%;
  display: flex;
  flex-direction: row;
  align-content: center;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 1.5vh;
  width: 86%;
  border-right: none;
}

a.light {
  color: #ffffff;
  font-weight: 400;
  background-color: #107a54;
  padding: 1.5vh;
  border-radius: 8px;
  text-decoration: none;
  width: auto;
  text-align: center;
  font-family: Golos Text;
  align-content: center;
}

.dropbtn {
  background-color: #107a54;
  color: white;
  font-weight: 400;
  font-size: 18px;
  height: auto;
  width: 100%;
  padding: 1vh;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #52e584;
  color: #010201;
}

.dropdown {
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  background-color: #128d61;
  width: 14vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  overflow: visible;
  bottom: 92%;
  right: 0;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
}

.dropdown-content a {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  background-color: #107a54;
  text-decoration: none;
  width: 45.5%;
  justify-content: center;
  padding: 1.5vw 1vw 1.5vw 1vw;
}

.dropdown a:hover {
  background-color: #00000055;
  text-decoration: underline;
}

.show {
  display: flex;
  flex-direction: row;
  gap: 1.5vw;
  justify-content: center;
  width: 100%;
  position: absolute;
}
