body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.site-menu .nav-group:nth-of-type(4) a:hover,
.site-menu .nav-group:nth-of-type(4) strong,
#masthead .list-inline li:nth-child(4) strong,
#masthead .list-inline li:nth-child(4) .active,
#masthead .list-inline-item:nth-child(4) .dropdown a:hover {
  color: #ff9614;
}
#main-menu {
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 100px;
}

#masthead > a.donate-button,
.site-menu a.donate-button {
  display: none;
  font-size: 14px;
  color: white;
  background-color: #ff642d;
  font-weight: 500;
  text-decoration: none;
  height: 30px;
  width: 80px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-menu a.donate-button {
  display: flex;
  font-size: 18px;
  color: white;
  background-color: #ff642d;
  font-weight: 500;
  text-decoration: none;
  height: 35px;
  width: 95px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 0;
  font-size: 16px;
  transform: translateY(-8px);
}
.site-menu h5 ~ a.donate-button {
  margin-top: 2rem;
  transform: translateY(0);
  font-size: 16px;
}
.site-menu a.donate-button:hover {
  color: white !important;
}

#masthead.smaller .list-inline {
  font-size: 14px;
}

@media (min-width: 768px) {
  .site-menu a.donate-button {
    margin-top: 3.9em;
    font-size: 18px;
    height: 40px;
    width: 105px;
  }
  .site-menu h5 ~ a.donate-button {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #masthead.smaller .list-inline,
  #masthead:not(.smaller) > a.donate-button {
    display: none;
  }
}

@media (min-width: 1100px) {
  #masthead.smaller .list-inline,
  #masthead > a.donate-button {
    display: flex;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #masthead > a.donate-button {
    height: 35px;
    width: 95px;
  }
}
@media (min-width: 1300px) {
  #masthead.smaller .list-inline,
  #masthead > a.donate-button {
    font-size: 16px;
  }
  #masthead > a.donate-button {
    margin-right: 44px;
  }
}
