@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Roboto&display=swap');

/* NAVBAR OVERRIDE */
#header-footer {
  background-color: #132900;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
}

#navbar-background {
  background-color: rgba(19, 41, 0, 0.9);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
}

.offcanvas.offcanvas-end {
  border-left: none;
}

/* FOOTER OVERRIDE */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

#footer-link {
  position: relative;
  color: white;
  text-decoration: none;
}

#footer-link:hover {
  color: white;
}

#footer-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#footer-link:hover::before {
  transform: scaleX(1);
}

#sm-icons:hover {
  background-color: transparent !important;
}

/* TEXT OVERRIDE */
h1, h2, h3, h4, p, li {
  font-family: 'Lato', sans-serif;
}

h2, h2 i, h3, h3 i {
  color: #020e43;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}

/* body { padding-top: 56px; } */
.left-aligned {
  margin-left: auto;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hero {
  background-color: #1a4127;
}

head, body {
  background-color: #f2f4f4;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-bottom: .25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-info {
  border-left-color: #5bc0de
}

.bd-callout-warning {
  border-left-color: #f0ad4e
}

.bd-callout-danger {
  border-left-color: #d9534f
}
