


a{
  text-decoration: none;
}
.header {
  /* margin-top: 20px; */
  /* margin-left: 10vw;
  margin-right: 10vw; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;

          position: fixed;
    height: 110px;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
    

}
.Hactive {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}

.header .logo {
  height: 109.2px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .menubar {
  /* Neutral / Grey 7 */
  color: #2D2F30;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 5vw;
  display: flex;
}
.header .menubar a {
  color: #2D2F30;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  /* identical to box height, or 153% */
  letter-spacing: 1.5px;
  margin-left: 23px;
  white-space: nowrap;
  /* padding: 10px; */
}
.header .menubar button {
  border: none;
  background: none;
  margin-left: 32px;
  color: #2D2F30;
  margin-left: 32px;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  white-space: nowrap;
  /* identical to box height, or 153% */
  letter-spacing: 1.5px;
}

.header .menubar .dropdown-content {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  margin-left: -80px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
/* .header .menubar .dropdown-content {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}  .header .menubar .dropdown-content a {
  color: #2D2F30;
  margin-left: 32px;
  white-space: nowrap;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1.5px;
} */
.header .menubar .dropdown-content a {
  color: #2D2F30;
  margin-left: 32px;
  white-space: nowrap;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  margin-right: 23px;
  letter-spacing: 1.5px;
  text-transform: uppercase;

}

.header .menubar a:hover {
  text-decoration: underline;
    /* text-decoration-thickness: auto; */
  text-decoration-thickness: 3px;
}
.header .menubar button:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.header .menubar .dropdown-content:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .topnav {
  background-color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
  display: none;
}
.header .topnav a.icon {
  background: black;
  display: none;
  right: 0;
  top: 0;
}
a.iconClose {
  background: black;
  display: none;
  right: 0;
  top: 0;
}
#myLinks {
  background-color: #e4c70e;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding-top: 80px;
          position: fixed;
          width: -webkit-fill-available;
          z-index: 5;
}
#myLinks a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 37px;
  text-align: center;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
#myLinks a:hover {
  background-color: #e4c70e;
  color: black;
}
#myLinks .dropdown {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 37px;
  text-align: center;
  display: block;
  background: none;
  line-height: 28px;
  font-weight: 500;
}
#myLinks button {
  border: none;
  margin-left: auto;
    margin-right: auto;
  background: none;
  
}
#myLinks .dropdown-content {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #7c0202;
  /* margin-left: -36px; */
}
#myLinks .dropdown-content a {
  color: #ffffff;
  white-space: nowrap;
}
#myLinks button:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-36.2%, -0%);
      -ms-transform: translate(-36.2%, -0%);
          transform: translate(-36.2%, -0%);
}
#myLinks .dropdown-content:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#show{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown_menu-6 {
  -webkit-animation: growDown 300ms ease-in-out forwards;
          animation: growDown 300ms ease-in-out forwards;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
            transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen and (max-width: 1050px) {
  .header {
    width: -webkit-fill-available;
  padding-left: 5vw;
      padding-right: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 30px;
            height: 80px;

  }
  .header .logo {
    margin-left: 0px;
    height: 70px;
  }
  .header .menubar {
    display: none;
    margin-left: 50px;
  }
  .header .topnav {
    margin-left: 50px;
  }
  .header .topnav a.icon {
    display: block;
    padding: 5px 10px;

  }

  #myLinks a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    text-align: center;
    display: block;
    line-height: 5px;
    text-transform: uppercase;
}
#myLinks .dropdown {
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 5px;
}
}
.expand{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}