@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700;800;900&display=swap');
html {
  scroll-behavior: smooth;
}

#title {
  color: #12435E !important;
  font-weight: 400 !important;
  font-size: 1rem;
}

.accordion-button:not(.collapsed) {
  color: #12435E !important;
  background-color: #a6deee !important; /* darker: #70ceeb */
}

#hamburger-menu {
  background-color: white !important;
  border: none;
  color: #12435E !important;
}

body {
  font-family: 'Poppins', sans-serif;
}

#tagline {
  font-weight: 700 !important;
}

#logo {
  margin-left: 16% !important;
}

#driving-health-home {
  margin-left: 7%;
  text-align: center !important;
  font-weight: 400 !important;
}


iframe {
  max-width: 100%;
  position: inherit;
  display: block;
  margin: 0;
  padding: 0;
}

/* adapted from https://css-tricks.com/fluid-width-video/ */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video iframe {
  max-width: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
/*********************************************************/

h1, h2, h3, h4, h5, h6 {
  color: #124360 !important;
  font-weight: 600 !important;
}

.border-bottom {
  border-bottom: 1px solid #0c957d !important;
}

.border-top {
  border-top: 1px solid rgba(12, 149, 125, 0.2) !important;
  width: 90%;
  margin-left: 5%;
}

.card-header {
  background-color: white !important;
}

#clients, #clients .card, #clients .card-header {
  border: none !important;
}

/* Remove border lines around locations */
.accordion, .accordion-item, .accordion-button {
  border-left: none;
  border-right: none;
  border-top: none;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
} 

i {
  color: #124360 !important
}

blockquote p {
  font-size: 1rem;
}

.disabled {
  border: none;
}

.card a {
  text-decoration: none;
}

#why-choose-us {
  font-weight: 600;
}

.text-dark, .nav-link, p {
  color: #124360 !important;
}

.nav-link:hover {
  color: #0C957D !important;
}

.nav-link.active{
  background-color: #0C957D !important;
  border-color: #0C957D !important;
  color: white !important;
}

.btn-primary {
  background-color: #0C957D !important;
  border-color: #0C957D;
  color: white !important;
  transition: 0.5s;
}

.btn-outline-primary {
  background-color: white;
  border-color: #0C957D;
  color: #0C957D !important;
}

.btn-outline-primary:hover {
  background-color: #0C957D;
  border-color: #0C957D;
  color: white !important;
}

.btn-check:checked + .btn {
  background-color: #0C957D !important;
  border-color: #0C957D;
  color: white !important;
}

label:checked::after {
  background-color: #0C957D !important;
  border-color: #0C957D;
  color: white !important;
}

.btn-primary:focus {
  background-color: #0C957D !important;
  border-color: #0C957D ;
  color: white !important;
  transition: 0.5s;
}

.btn-primary:hover {
  color: #0C957D !important;
  background-color: white !important;
  border-color: #0C957D;
}

.btn-secondary {
  background-color: #003f61 !important;
  border-color: #003f61 !important;
  color: white !important;
  transition: 0.5s;
}

.btn-secondary:focus {
  background-color: #003f61 !important;
  border-color: #003f61 !important;
  color: white !important;
  transition: 0.5s;
}

.btn-secondary:hover {
  color: #003f61 !important;
  background-color: white !important;
  border-color: #003f61 !important;
}

.nav a {
  color: #124360 !important;
}

ul li .fa {
  font-size: 1.5rem;
}

#hamburger-menu {
  display: none;
}

@media (max-width: 1000px) {
  #hamburger-menu {
    display: inline-block;
  }

  .nav-pills {
    display: none;
  }

  ul li .fa {
    font-size: 1.25rem;
  }
}

@media (max-width: 500px) {
  ul li .fa {
    font-size: 1rem;
  }
}