/* Bootstrap Overrides */
body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  min-height: 100vh;
}
.nav-link {
  --bs-nav-link-color: #4f4f4f;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-success);
  color: #213441;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #00a885;
  border: 1px solid;
  border-color: #00a885;
}
.btn-primary:hover {
  background-color: #eee;
  border-color: #eee;
  color: #00a885;
}
.btn-default {
  color: #fff;
  background-color: transparent;
  border: 1px solid;
  border-color: #b6b6b6;
}
.btn-default:hover {
  color: #fff;
  background-color: #00a885;
  border-color: #00a885;
}
/* Custom CSS */
.text-highlight {
  background-color: 00a885;
  padding-left: 6px;
  padding-right: 6px;
}
.fs-5-5 {
  font-size: 1.125rem;
}
.fs-7 {
  font-size: 0.875rem;
}

.navbar-toggler i::before,
.navbar-toggler.collapsed i:before {
  content: '\f0c9';
}
.navbar-toggler:not(.collapsed) i::before {
  content: '\f00d';
}

.dropdown-menu ul a {
  color: var(--bs-nav-link-color);
  text-decoration: none;
  display: inline-block;
  margin: 6px 0;
}
.dropdown-menu ul a:focus,
.dropdown-menu ul a:hover {
  color: var(--bs-success);
}

@media (min-width: 992px) {
  .dropdown-menu {
    min-width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .dropdown-menu ul a {
    min-width: 200px;
  }
}
.hero .container {
  /* background-image: url('../images/hero-bg.jpg'); */
  background:  url(../images/bckground_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  color: white;
  border-radius: 4px;
}
.hero-content {
  padding: 60px 32px 90px;
}
.hero-ctas a {
  min-width: 175px;
}
@media (min-width: 992px) {
  .hero-content {
    padding: 60px 0px 90px 40px;
    max-width: 480px;
  }
}
.article-tiles {
  width: 95%;
}
@media (min-width: 992px) {
  .article-tiles {
    width: 85%;
  }
}
.article-tiles a {
  text-decoration: none;
  color: inherit;
}
.academy-title {
  width: 85%;
}
.more_text {
  display: none;
}
.sticky-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.learn-more-btn {
  display: inline-block;
  margin-bottom: 16px;
}
.learn-more-btn:hover {
  text-decoration: underline;
}
.modal-header {
  z-index: 1;
}
footer {
  background: linear-gradient(180deg, #122634 7.92%, #223542 100%);
  position: absolute;
  width: 100%;
}
