/*Header*/
/* Style the header links */
.header {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  padding: 10px;
  background-color: rgba(231,236,255,1);
  position: fixed;
  height: 60px;
  top: 0; /* Aligns it to the top of the viewport */
  left: 0; /* Aligns it to the left of the viewport */
  width: 100%; /* Makes the header span the full width */
  z-index: 1000; /* Ensures it stays above other content */
}
.header-box {
  flex-grow: 1; /* This will take up space and push the menu to the right */
}
.header-right {
  display: flex;
  position: relative;
  right: 20px;
}

.header-right a {
  color: rgba(80,95,152,1);
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
}
.header a.selected {
  color: #01013b;
}

.header-left {
  display: flex;
  position: fixed;
  height: 60px;
  top: 10px;
  left: 10px;
  z-index: 11;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: rgba(80,95,152,1);
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 768px) {
  .header-right {
    display: none; /* Hide links by default on mobile */
    flex-direction: column;
    position: absolute;
    text-align: center;
    background-color: rgba(231,236,255,1);
    width: 100%;
    top: 60px; /* Adjust as needed */
    left: 0;
    z-index: 10;
  }

  .header-right.active {
    display: flex; /* Show links when active */
  }

  .menu-toggle {
    display: block; /* Show the menu toggle */
    position: relative;
    right: 30px;
  }
}


/*Footer*/
footer {
  clear: both;
  position: relative;
  height: 200px;
}
.v108_1798 {
  width: 100%;
  height: 216px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.v108_1799 {
  width: 100%;
  height: 216px;
  background: rgba(231,236,255,1);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.v108_1800 {
  width: 109px;
  height: 26px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 67px;
  right: 100px;
  overflow: hidden;
}
.v108_1801 {
  width: 109px;
  height: 26px;
  background: rgba(17,27,71,1);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.footer-button {
  width: 109px;
  color: rgba(255,255,255,1);
  background: rgba(17,27,71,1);
  position: absolute;
  top: 4px;
  left: 0;
  font-family: Roboto, serif;
  text-decoration: none;
  font-size: 12px;
  opacity: 1;
  text-align: center;
}
.signature {
  width: 310px;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 68px;
  left: 165px;
  font-family: Roboto, serif;
  font-size: 14px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
}
.bottom-nav {
  width: 398px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 164px;
  left: 135px;
  overflow: hidden;
  text-decoration: none;
}
.v1015_1001 {
  width: 50px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 1px;
  left: 276px;
  font-family: Roboto, serif;

  font-size: 16px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
}
.v1015_1002 {
  width: 75px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 0px;
  left: 187px;
  font-family: Roboto, serif;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
}
.v1015_1003 {
  width: 48px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 0;
  left: 122px;
  font-family: Roboto, serif;
  text-decoration: none;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v1015_1004 {
  width: 44px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 0;
  left: 0;
  font-family: Roboto, serif;
  text-decoration: none;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v1015_1005 {
  width: 43px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 0px;
  left: 61px;
  font-family: Roboto;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
}
.v1015_1006 {
  width: 56px;
  color: rgba(80,95,152,1);
  position: absolute;
  top: 0px;
  left: 342px;
  font-family: Roboto;
  text-decoration: none;

  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.discord {
  width: 20px;
  height: 20px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 50px;
  overflow: hidden;
}
.facebook {
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 100px;
  overflow: hidden;
}
.linkedin {
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 150px;
  overflow: hidden;
}
.twitter {
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 200px;
  overflow: hidden;
}
.youtube {
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 250px;
  overflow: hidden;
}
.instagram {
  width: 20px;
  height: 30px;
  opacity: 1;
  position: absolute;
  top: 164px;
  right: 300px;
  overflow: hidden;
}
.v108_1829 {
  width: 8px;
  height: 16px;
  background: rgb(0, 0, 0);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 4px;
}
.v108_1830 {
  width: 100%;
  height: 1px;
  background: rgba(205,209,212,1);
  opacity: 1;
  position: absolute;
  top: 139px;
  left: 165px;
  overflow: hidden;
}
/**/
/*Media Queries*/
@media screen and (max-width: 600px){
  footer {
    clear: both;
    position: relative;
    height: 200px;
  }
  .v108_1798 {
    width: 100%;
    height: 216px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .v108_1799 {
    width: 100%;
    height: 216px;
    background: rgba(231,236,255,1);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .v108_1800 {
    width: 109px;
    height: 26px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 67px;
    left: 1166px;
    overflow: hidden;
  }
  .v108_1801 {
    width: 109px;
    height: 26px;
    background: rgba(17,27,71,1);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
  }
  .footer-button {
    width: 109px;
    color: rgba(255,255,255,1);
    background: rgba(17,27,71,1);
    position: absolute;
    top: 4px;
    left: 0;
    font-family: Roboto, serif;
    text-decoration: none;
    font-size: 12px;
    opacity: 1;
    text-align: center;
  }
  .signature {
    width: 310px;
    color: rgb(0, 0, 0);
    position: absolute;
    top: 68px;
    left: 45px;
    font-family: Roboto, serif;
    font-size: 14px;
    opacity: 1;
    text-align: left;
    text-decoration: none;
  }
  .bottom-nav {
    width: 340px;
    height: 25px;
    position: absolute;
    top: 164px;
    left: 35px;
    overflow: hidden;
    text-decoration: none;
  }
  .v1015_1001 {
    width: 50px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 1px;
    left: 276px;
    font-family: Roboto, serif;

    font-size: 16px;
    opacity: 1;
    text-align: left;
    text-decoration: none;
  }
  .v1015_1002 {
    width: 75px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 0px;
    left: 187px;
    font-family: Roboto, serif;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    text-decoration: none;
  }
  .v1015_1003 {
    width: 48px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 0;
    left: 122px;
    font-family: Roboto, serif;
    text-decoration: none;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .v1015_1004 {
    width: 44px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 0;
    left: 0;
    font-family: Roboto, serif;
    text-decoration: none;
    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .v1015_1005 {
    width: 43px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 0px;
    left: 61px;
    font-family: Roboto;
    font-size: 16px;
    opacity: 1;
    text-align: left;
    text-decoration: none;
  }
  .v1015_1006 {
    width: 56px;
    color: rgba(80,95,152,1);
    position: absolute;
    top: 0px;
    left: 342px;
    font-family: Roboto;
    text-decoration: none;

    font-size: 16px;
    opacity: 1;
    text-align: left;
  }
  .discord {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1259px;
    overflow: hidden;
  }
  .facebook {
    width: 20px;
    height: 30px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1213px;
    overflow: hidden;
  }
  .linkedin {
    width: 20px;
    height: 30px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1167px;
    overflow: hidden;
  }
  .twitter {
    width: 20px;
    height: 30px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1235px;
    overflow: hidden;
  }
  .youtube {
    width: 20px;
    height: 30px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1121px;
    overflow: hidden;
  }
  .instagram {
    width: 20px;
    height: 30px;
    opacity: 1;
    position: absolute;
    top: 164px;
    left: 1075px;
    overflow: hidden;
  }
  .v108_1829 {
    width: 8px;
    height: 16px;
    background: rgb(0, 0, 0);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 4px;
  }
  .v108_1830 {
    width: 100%;
    height: 1px;
    background: rgba(205,209,212,1);
    opacity: 1;
    position: absolute;
    top: 139px;
    left: 165px;
    overflow: hidden;
  }
}
