.menuDesktopParent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 990;
  width: 100%;
  position: fixed;
  top: 0px;
  font-family: "Roboto";
  font-size: 1.3vw;
  color: rgb(80, 80, 80);
  background-color: white;
}

.menuLogo {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 10px;
}

.menuLogo img {
  width: 100%;
  height: auto;
}

.supClass {
  font-size: 0.8vw;
  padding: 0px 0px 5px 3px;
  color: rgb(200, 200, 200);
}

.menuItems {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px;
  color: black;
  font-size: 0.8vw;
}

.menuItemsBorder {
  border-bottom: 4px solid rgba(5, 20, 240, 0.9);
  padding-top: 15px;
  padding-bottom: 18px;
  margin-left: 15px;
  margin-right: 15px;
  color: rgb(80, 80, 80);
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto";
}

.menuItemsBorder2 {
  border-bottom: 4px solid rgba(5, 20, 240, 0.9);
  padding-top: 15px;
  padding-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  color: rgb(80, 80, 80);
  height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
}

.menuDesktopItem {
  padding: 15px;
  font-style: normal;
  cursor: pointer;
}

.navBarMenuContainer {
  display: none;
  z-index: 1000;
  width: 100%;
}

.menuMobileTop {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  z-index: 998;
  border-bottom: 1px solid grey;
}

.menuMobileCaptions {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mobileLogo {
  width: 50%;
  height: 60%;
  margin-top: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.mobileLogo img {
  max-width: 50%;
  height: auto;
}

.mobileMenuTitle {
  color: black;
  font-size: 5vw;
  font-family: Arial;
  height: 60%;
  width: 75%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mobileMenuTitle img {
  width: 70%;
  height: auto;
  margin-left: 15%;
}

.navBarMenuIcon {
  width: 15%;
  text-align: right;
  padding-right: 10px;
  font-size: 10vw;
  cursor: pointer;
}

.navBarMenuCloseIcon {
  display: none;
  width: 15%;
  text-align: right;
  padding-right: 10px;
  font-size: 10vw;
  font-family: Arial;
  cursor: pointer;
}

.menuMobileParent {
  display: none;
  z-index: 999;
}

.navBarTitle {
  border-bottom: 1px solid black;
  font-family: "Arsenal", sans-serif;
  text-align: center;
  font-size: 6vw;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.navBarMenu {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: rgb(100, 100, 100);
  padding: 3px;
}

a.menuLink {
  text-decoration: none;
  color: rgb(100, 100, 100);
}

.navBarMenuItemsBorder {
  border-bottom: 0.5px solid grey;
  font-size: 4vw;
  color: rgb(100, 100, 100);
  margin: 2vw;
  padding-bottom: 2.5vw;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 400;
}

.navBarSubMenuItemsBorder {
  border-bottom: 0.1px solid grey;
  font-size: 3.5vw;
  color: rgb(100, 100, 100);
  margin: 2vw;
  padding-bottom: 2vw;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Arial";
}

.currentPageClass {
  font-family: "Roboto";
  font-size: 3vw;
  font-weight: 300;
  color: rgba(5, 20, 240, 0.9);
}

@media (max-width: 500px) {
  .menuLogo {
    width: 8%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 10px;
  }

  .menuDesktopParent {
    display: none;
  }

  .supClass {
    font-size: 2.2vw;
  }

  .menuMobileTop {
    display: block;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: black;
  }

  .menuMobileParent {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    color: rgb(20, 30, 150);
    display: none;
    position: fixed;
    background: rgb(30, 30, 30);
    color: white;
  }
}
