body {
  background-color: white;
  font-size: 100%;
  min-width: 100%;
}

.navbar-light {
  width: 100%;
  height: auto;
  background-color: #224c67;
  color: white;
  font-size: 1.75rem;
  padding: 1.13rem;
}

.nav-container {
  z-index: 90;
}

.dropdown {
  z-index: 100;
}

.dropdown-menu {
  background-color: rgb(206, 222, 237);
}
.sub-link {
  background-color: white;
  width: 99.5%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 2px;
  top: 1em;
}

.dropdown-submenu .dropdown-menu {
  top: 50%;
  right: auto;
  left: 15%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.nav-link {
  font-size: 1.5rem;
  font-family: Arial;
  margin: 0.35rem 0.625rem;
  color: white !important;
}

.nav-link:hover {
  color: rgb(159, 203, 237) !important;
}

#logo {
  margin-right: 2.5rem;
  height: 50px;
}

.navbar-light .navbar-toggler {
  border-color: rgb(255, 255, 255);
  background-color: #2c6588;
}

.dropdown-item {
  color: #0f275c;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1px;
}

.main-directionsText {
  font-size: 2.19rem;
  color: white;
  padding: 2% 5%;
  text-align: right;
  margin-top: 3%;
  font-weight: 500;
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.carousel-caption {
  width: auto;
  background-color: #1f2439;
  opacity: 0.8;
  margin: 5px -20%;
}

.carousel-caption-test {
  background-color: #2c6588;
}

.main-directions-title {
  font-size: 2.5rem;
  font-family: Arial Black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.carousel-item {
  overflow: hidden;
}

#carousel-img {
  width: 100%;
  height: auto;
}

.carousel-indicators li {
  background-color: #020266;
  margin-bottom: 2%;
}

.container-mission {
  width: 65%;
  padding: 1.25rem;
  margin: auto;
  text-align: justify;
  font-size: 1.1rem;
}

#home-subheading {
  color: #1a3368;
  margin: 2%;
  font-weight: 600;
  text-align: center;
}

video {
  margin: 1.5rem auto;
}

@media only screen and (max-width: 700px) {
  .main-directions-title {
    font-size: 1.1rem;
    margin: 0.3rem;
    padding: 0rem 1rem;
  }

  #logo {
    height: 30px;
  }

  #home-subheading {
    font-size: 1.2rem;
  }

  .nav-link,
  .dropdown-item {
    font-size: 1.1rem;
  }

  .carousel-indicators {
    display: none;
  }

  .container-mission {
    width: 90%;
  }

  p {
    font-size: 0.9rem;
  }
}

h1 {
  margin: 3%;
  font-size: 2rem;
  color: #1a3368;
}

h6 {
  margin: 1.3rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #2b4885;
}

#subsection {
  margin-left: 2rem;
  color: #0f1e3e;
  font-size: 1.3rem;
}

#results-heading {
  padding-top: 3rem;
}

#spl-heading {
  display: none;
  margin: 3rem;
}

footer {
  height: 60px;
  background-color: #224c67;
  color: white;
  padding: 1.25rem;
  text-align: center;
  font-size: 1rem;
}
