.narrow {
  /* display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px 14%;
  width: 100%; */
  background-color: #063970;
  color: white;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.navbar-logo {
  width: 150px;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.icon a {
  margin-left: 5px;
  text-decoration: none;
  color: #063970;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
}

.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .content {
  display: flex;
  flex-direction: column;
}

.image-section {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  z-index: -100;
  padding: 0;
}

.banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.banner-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-image {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-link.active {
  color: var(--secondary-color) !important ;
}

.nav-link:hover {
  color: var(--secondary-color) !important ;
  border-bottom: 3px solid var(--secondary-color);
}
.nav-link {
  border-bottom: 3px solid transparent;
}

.navbar-toggler {
  background-color: #44c067;
  border-radius: 60%;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: transparent;
  padding: 10px;
}