
body {
  width: 100%;
  height: 100%;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 3%;
  margin-right: 3%;
}

.jg_logo {
  width: 4vw;
  min-width: 50px;
  min-height: 50px;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("../images/navbar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-collapse {
  flex-grow: 0.5;
}

.nav-link {
  font-size: 1.25rem;
  text-decoration: none;
  font-family: Inter;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #000000;
  margin-right: 2em;
  transition: color;
}

.nav-link:hover {
  color: #9747ff;
}

.nav-link:click {
  color: #9747ff;
}

.active {
  font-size: 1.28rem;
  text-decoration: none;
  font-family: Inter;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #9747ff !important;
}

@media (max-width: 991px) {
  .jg_logo {
    margin-left: 46%;
    margin-bottom: 2vh;
  }

  .navbar-nav {
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: medium;
    margin-left: 1rem;
  }

  header {
    height: auto;
  }
}

@media (max-width: 900px) {
  .nav-link {
    font-size: medium;
    margin-left: 1.3rem;
  }

  header {
    height: auto;
  }
}

@media (max-width: 810px) {
  .nav-link {
    font-size: medium;
    margin-left: 1.5rem;
  }

  header {
    height: auto;
  }
}

@media (max-width: 767px) {
  .jg_logo {
    margin-left: 44%;
    margin-bottom: 8px;
  }

  header {
    height: auto;
  }

  .hiring_division {
    display: flex;
    gap: 5vh;
    flex-direction: column-reverse;
  }

  .nav-link {
    margin-left: 0.7rem;
  }
}

@media (max-width: 670px) {
  .nav-link {
    margin-left: 1rem;
  }

  header {
    height: auto;
  }
}

@media (max-width: 470px) {
  .jg_logo {
    margin-left: 43%;
  }
  .nav-link {
    margin-left: 2.2rem;
  }

  header {
    height: auto;
  }
}
