article p {
  margin: 1em auto;
  max-width: 100ch;
  padding: 1em 2em;
  text-align: left;
}

.contact-margin {
  margin: 0 0.5em;
}

.bg-beige {
  background: beige;
  margin: 0 auto;
}

.bg-1 {
    background-image: url("../img/painting-slider-imgs/image10.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.bg-2 {
  background-image: url("../img/painting-slider-imgs/image10.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.bg-3 {
  background-image: url("../img/painting-slider-imgs/image28.jpeg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroImg {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
  min-height: calc(100vh - 122px);
}

.zigzag:nth-child(odd) {
  flex-direction: row-reverse;
}

.bg-blue-opacity {
  background-color: rgba(41, 137, 216, 0.85);
}

.top-logo {
  height: 35px;
  width: 100px;
  visibility: visible;
  object-fit: contain;
}

.head-type-1 {
  /* background: #2989d8; */
}

.head-1-book {
  color: #fff !important;
  border-color: #fff !important;
}

/* body > header > div > div > div.col-12 > div > div > a > span {
  background: #fff !important;
} */

.text-shadow {
  color: #fff;
  text-shadow: 0 0 5px black;
}

.carousel-item {
  padding: 4em;
}

.testimonial-quote {
  min-height: 400px;
}

#year + a:hover {
  color: #fff;
}

.cartoon {
  background: #005eff;
  border-top: 7px solid #bb202e;
  display: block;
  margin: 0;
  margin-top: -7px;
  padding: 0;
  position: relative;
}

.cta-body {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.cta-body > img {
  display: block;
  margin: 0 auto;
}

.cta-body-header h4,
.cta-body-header h5 {
  color: #fff;
  font-weight: bolder;
  margin: 1em auto;
}

.cta-body-header h4 {
  font-size: 2em;
}

.cta-body > h5 {
  color: #fff !important;
  font-size: 1.75em;
}

.cta-body > h5 > a {
  color: #e6e6e6 !important;
}

.cta-body > h5 > a:hover {
  color: #fff;
}

.aux-height-50 {
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
  min-height: 55vh;
  padding-top: 2em;
}

#footer-tag {
  background-color: #001c4c;
  color: #fff;
  min-height: 60px;
  margin: 0 auto;
  min-width: 100%;
}

#footer-tag .container {
  margin: 1em auto;
}

.triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-top-right-radius: 5px;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: 15px;
  border-top: 50px solid rgba(0, 94, 255, 0.7);
  border-right: 50px solid rgba(0, 94, 255, 0.7);
  z-index: 1;
}

.triangle::after {
  content: "Good Choice";
  font-size: 0.75em;
  position: absolute;
  color: #fff;
  margin-top: 0.75em;
  margin-right: 2.5em;
  top: 0;
  right: 0px;
  transform: rotate(45deg);
  right: 0px;
  z-index: 95;
  width: 25px;
}

@media screen and (min-width: 768px) {
  .bg-1 {
    background-image: url("../img/painting-slider-imgs/image0.jpeg");
    background-size: cover;
    width:100%;
  }

  .bg-2 {
   background-image: url("../img/painting-slider-imgs/image10.jpeg");
   background-size: cover;
   width:100%;
  }

  .bg-3 {
    background-image: url("../img/painting-slider-imgs/image28.jpeg");
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  .top-logo {
    height: 120px;
    visibility: visible;
  }

  .head-type-1 {
    background: #fff !important;
    box-shadow: 0 4px 10px rgb(40 47 65 / 6%);
  }

  .head-1-book {
    color: #2989d8 !important;
    border-color: #2989d8 !important;
  }
  .header-logo-color {
    /* background: #2989d8; */
  }

  .contact-margin {
    margin: 1em 0.25em;
  }

  .cta-body {
    padding-bottom: 1em;
  }

  .cta-body > img {
    position: absolute;
    display: block;
    left: -5%;
    top: -65px;
  }

  span.text-left > a:nth-child(1) {
    margin-right: 0px;
  }

  #the-footer > .container {
    max-width: 90%;
  }

  address.pr-40 {
    color: #fff;
  }
}
@media screen and (min-width: 1546px) {
  .top-logo {
    height: 85px;
  }
}
@media screen and (min-width: 1920px) {
  .contact-margin {
    margin: 1em 2em;
  }
}

/*# sourceMappingURL=overrides.css.map */
