body, html {
  background-color: #dd9337;
}

.headerbg, .footerbg {
  background-color: #0a1c1e;
  background-image: none;
  box-shadow: inset 0px 0px 0px 1px #173744;
}

.nav-link:hover, .navbar-brand:hover, .nav-active, .footer-links a:hover, .btn-al:hover, .socicon-header:hover {
  color: #df9122;
}

a {
  color: white;
}

a:hover {
  color: black;
}

.btn-al {
  color: white;
  background-color: #0a1c1e;
}

.videowrapper iframe {
  margin: 0;
  position: relative;
}

.container-main {
  color: #0a1c1e;
  font-size: 1.5rem;
  font-weight: 600;
}

.container-faq {
  color: #0a1c1e;
}

.container-faq p {
  font-weight: 600;
}

main {
  color: #0a1c1e;
}

.factsheet a {
  color: #0a1c1e;
  font-size: 0.8rem;
}

.factsheet a:hover {
  color: white;
  font-size: 0.8rem;
}

.row-logos {
  max-height: 250px;
  overflow: hidden;
}

.row-logos img {
  object-fit: contain;
  max-height: 250px;
  padding: 8px;
}

hr {
  border-color: #173744;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.img-thumbnail {
  border: none;
  background-color: none;
  padding: 0;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal-content {
  background-color: #0a1c1e;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

.header-img {
  width: 540px;
  height: auto;
  text-align: center;
}

.socicon {
  font-size: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #0a1c1e;
}

.socicon:hover {
  color: white;
}

.modal-lg {
  width: 1280px;
  height: 720px;
}

@media (max-width: 576px) {
  .socicon {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .container-main {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .container-main {
    max-width: 900px;
  }
}
