body {
  font-family: "Source Sans 3", sans-serif;
  color: #333;
}

#body-subpage h1 {
    color: #ffffff!important;
}

.testimonials-sections iframe[src*='youtube.com'] {
    width: 100%;
}

.mammogramContainer {
    padding-left: calc(var(--bs-gutter-x) * 2.5);
    padding-right: calc(var(--bs-gutter-x) * 2.5);
}
    
a {
  color: #0099cc;
}

.btn {
  border-radius: 0;
  border: 0;
}

.btn-primary {
  color: #336666;
  background-color: #b5cb75;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 54px;
    color: #ffffff!important;
  }
}
/*
.top-nav {
  background-color: #f9f7f3;
}
@media (max-width: 991px) {
  .top-nav .scroll {
    white-space: nowrap;
    overflow-x: auto;
    width: 98%;
    margin: 0;
  }
}
.top-nav li {
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .top-nav li {
    margin-right: 0.5rem;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .top-nav li {
    font-size: 12px;
  }
}
.top-nav a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.top-nav a:hover {
  text-decoration: underline;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.search {
  max-width: 10rem;
}
@media (max-width: 768px) {
  .search {
    padding-left: 10px;
  }
}
.search .input-group-text {
  background-color: #666;
  border: 0;
}
.search .input-group-text img {
  filter: invert(1);
}
.search input {
  background-color: #666;
  border: 0;
}
.search .form-control:focus {
  background-color: #666;
  color: #fff;
}
.search .form-control::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.search .form-control::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.header-section .form-select {
  width: 13rem;
  background-color: #ff9933;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
}
@media (max-width: 991px) {
  .header-section .form-select {
    width: 11rem;
    font-size: 12px;
    margin-left: auto;
  }
}

.social-icons li {
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .social-icons li {
    margin-right: 0.3rem;
  }
}
.social-icons img {
  filter: invert(1);
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #cccc66;
}
@media (max-width: 991px) {
  .social-icons a {
    width: 25px;
    height: 25px;
  }
}

.navbar {
  background-color: #3c8eb6;
}

.navbar-nav li {
  margin-right: 1.5rem;
}
@media (max-width: 1199px) {
  .navbar-nav li {
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav li {
    margin-right: 0.5rem;
    font-size: 12px;
  }
}
.navbar-nav a {
  letter-spacing: 1px;
}
.navbar-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
}

.navbar-dark .navbar-toggler {
  border-color: #fff;
  color: #fff;
}
*/
.caption {
  background-color: #0083a3;
}
@media (min-width: 1200px) {
  .caption p {
    font-size: 27px;
  }
}
.caption .btn {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .info-section p {
    font-size: 22px;
  }
}

.list-group-numbered > li::before {
  color: #fff;
  background-color: #0083a3;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  content: counters(section, ".");
  position: absolute;
  top: 6px;
  left: 0;
}
.list-group-numbered .list-group-item {
  border: 0;
  padding-left: 50px;
  position: relative;
}

.testimonials-sections {
  background-color: #edf6f9;
}

.book-appointments {
  background-color: #0083a3;
}

.our-locations li {
  margin-bottom: 1rem;
}

.schedule-mammogram {
  background-color: #edf6f9;
}

.learn-more-details {
  background-color: #f1ede4;
}
/*
.footer-main {
  background-color: #fbfaf7;
}
.footer-main a {
  text-decoration: none;
}
.footer-main a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-main .col {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}

.footer-links {
  background-color: #fefefe;
  font-size: 12px;
}
@media (max-width: 992px) {
  .footer-links {
    font-size: 11px;
  }
}
.footer-links li::after {
  content: "|";
  margin: 0 5px;
}
.footer-links li:last-child:after {
  content: " ";
}
.footer-links a {
  font-weight: 600;
  color: #333;
}
*/
/* From SCSS */
// generic main sections style

// info sections styles
.info-section {
    p {
        @media(min-width: 1200px) {
            font-size: 22px;
        }
    }
}

// listing sections styles

.list-group-numbered {
    >li::before {
        color: $white;
        background-color: #0083a3;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        content: counters(section, ".");
        position: absolute;
        top: 6px;
        left: 0;
    }

    .list-group-item {
        border: 0;
        padding-left: 50px;
        position: relative;
    }
}

// testimonials sections
.testimonials-sections {
    background-color: #edf6f9;
}

// appointment sections styles
.book-appointments {
    background-color: #0083a3;
}

// locations sections styles 
.our-locations {
    li {
        margin-bottom: 1rem;
    }
}

// schedule-mammogram styles
.schedule-mammogram {
    background-color: #edf6f9;
}

.learn-more-details {
    background-color: #f1ede4;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
