#wcp-nav-header {
  clear: left;
  position:fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 138px;
  background: white;
  transition: 0.25s;
}

#wcp-nav-header:hover {
  background-image: linear-gradient(rgba(200, 240, 255, 1), rgba(200, 240, 255, 0));
}

.wcp-border-bottom-lg {
  border-bottom: 10px solid #2596be;
}

.wcp-border-bottom-sm {
  border-bottom: 5px solid #2596be;
}

.wcp-navbar {
  position: relative;
  max-width: 1100px;
  height: 100%;
  margin: auto;
}

#wcp-hamburger-menu {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin:0;
  color: #454545;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

#wcp-hamburger-menu:hover {
  color: #2596be !important;
}

.wcp-fluid-height {
  height:100%;
}

#wcp-dropdown-menu {
  display: none;
  width: 100%;
  background-color:#fff
}

.wcp-dropdown-item {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #454545;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  transition: transform .2s;
}

.wcp-dropdown-item:hover {
  color: #2596be;
  background-color:#eee
}

.logo {
  width:auto;
  max-height:100%;
}

.wcp-menu {
  float: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 166px;
}

.wcp-menu-item {
  display: block;
  color: #454545;
  text-align: center;
  height: 48px;
  padding: 8px 16px;
  text-decoration: none;
  font-family: 'Lato';
  font-size: 18px;
  font-weight: bold;
  transition: 0.1s;
}

.wcp-menu-item:hover {
  color: #2596be;
  border-bottom: 5px solid #2596be !important;
}

.wcp-menu-item.active {
  color: #2596be;
  border-bottom: 5px solid #2596be !important;
}

button {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-146px, -50%);
  margin:0;
  width:126px;
  height:40px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #2596be;
  border-radius: 8px;
  border-style: none;
}

button:hover {
  color: #ddd;
}

.donate {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  transition: 0.2s ease;
}

.donate:hover {
  filter: brightness(85%);
}

button .donate_icon {
  float: left;
  height: 50%;
  margin: 9px 0 8px 8px;
}

@media screen and (max-width: 1000px) {
  #header-navbar {
    height: 96px;
  }
  #wcp-hamburger-menu {
    display: block;
  }
  .wcp-menu a {
    display: none;
  }
}