/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */
/* DO NOT MODIFY */

.vertical-scroll-hide-header #header {
  /* display: none; */
  transition: all 400ms;
  opacity: 0;
}

.vs-default-container {
  position: relative;
}

.vs-default {
  position: relative;
  font-family: stolzl, sans-serif;
  overflow: hidden;
  z-index: 1;
}

.vs-default-menu-section {
  width: 100%;
  height: 100vh;
  /* display: flex;
    align-items: center; */
  position: absolute;
  top: 0;
}

.vs-default-menu {
  width: fit-content;
  height: 80%;
  margin-left: 10%;
}

.vs-default-menu-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 2rem;
  display: flex;
  padding-top: 12rem;
}

.vs-default-menu-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vs-default-menu-body-link {
  color: #ffffff;
  display: flex;
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 2rem;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  transition: all 400ms;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.vs-default-menu-body-link.nav-is-active {
  font-weight: 700;
}

.vs-default-menu-body-link:hover:not(.nav-is-active) {
  /* font-size: 21px; */
  letter-spacing: 1px;
}

.vs-default-menu-body-link::before,
.vs-default-menu-body-link::after {
  content: "";
  transition: all 400ms;
  height: 1px;
  background-color: white;
  width: 0;
  position: absolute;
  opacity: 0;
}

.vs-default-menu-body-link::before {
  left: 104%;
}

.vs-default-menu-body-link::after {
  right: 104%;
}

.vs-default-menu-body-link.nav-is-active::before {
  width: 180px;
  opacity: 1;
}

.vs-default-menu-body-link.nav-is-active::after {
  width: 300px;
  opacity: 1;
}

.vs-default-panels-container {
  margin-left: 30%;
  width: auto;
  margin-right: 10%;
}

.vs-default-panel {
  padding-top: 10%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .vs-default-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }

  .vs-default-menu-title {
    display: none;
  }

  .vs-default-menu-body-link span {
    width: 10px;
    height: 10px;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: inherit;
  }

  .vs-default-menu-body-link.nav-is-active span {
    background-color: #fff;
  }

  .vs-default-menu-body-link::before,
  .vs-default-menu-body-link::after {
    display: none;
  }

  .vs-default-panels-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .vs-default-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }

  .vs-default-menu-title {
    display: none;
  }

  .vs-default-menu-body-link span {
    width: 15px;
    height: 15px;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: inherit;
  }

  .vs-default-menu-body-link.nav-is-active span {
    background-color: #fff;
  }

  .vs-default-menu-body-link::before,
  .vs-default-menu-body-link::after {
    display: none;
  }

  .vs-default-panels-container {
    margin-left: 10%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .vs-default-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }

  .vs-default-menu-title {
    display: none;
  }

  .vs-default-menu-body-link span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: inherit;
  }

  .vs-default-menu-body-link.nav-is-active span {
    background-color: #fff;
  }

  .vs-default-menu-body-link::before,
  .vs-default-menu-body-link::after {
    display: none;
  }

  .vs-default-panels-container {
    /* margin-left: 10%; */
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .vs-default-menu {
    margin-left: 75px;
  }

  .vs-default-menu-body-link.nav-is-active::before {
    width: 100px;
  }

  .vs-default-menu-title {
    font-size: 40px;
  }
}
