body {
  background-color:#fefefe;
  font-family: "Noto Sans", sans-serif;
}

.clfooter2{
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.copyright{
  text-align: center;
}

.copyright_logo{
  text-align: center;
}

.clLogo {
  width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  background-color: #fff;
  text-align: center;
}

.clBlack {
  background-color: #292929 !important;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clPink {
  color: #ed0973;
}

.footericon{
  font-size: 25px;
}

.instagramImage {
  height: 400px;
  width: auto;
  text-align: center;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
}

.instagramTextDiv {
  border: solid #000 5px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
}

.instagramText {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.pinkDivider {
  border-bottom: solid #ed0973 5px;
  width: 200px;
  margin: auto;
}

.sectionHeader2 {
  padding-top: 30px;
  font-size: 36px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

.sectionHeader3 {
  padding-top: 30px;
  font-size: 28px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.header3 {
  background-image: linear-gradient(to right, rgba(255,255,255, 0.7) 0 100%), url('../images/banner2.jpg');
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 450px;
}

.headerbanner {
  background-image: url('../images/main.jpg');
  height:500px;
  background-size: cover;
  background-position: center top;
}


@media (min-width: 576px) {

  .headerbanner {
    height:700px;
  }

}

@media (min-width: 768px) {

  .header3 {
    height: 550px;
  }

  .headerbanner {
    height:900px;
  }
}


.sectionText {
  font-size: 16px;
  text-align: center;
  width: 50%;
  margin: auto;
  padding-bottom: 50px;
}

.btnCL {
  background-color: #ed0973;
  color: #fff;
}


.clBlack a{
  color: #fff;
  text-decoration: none;
}

.footerTitle {
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
}




.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ed0973' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }

 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ed0973' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }

 .carousel-indicators .active {
  background-color: #ed0973 !important;
}

.carousel-indicators [data-bs-target]{
  background-color: #000;
}

.carousel-indicators {
  bottom: -25px;
}

.whiteText {
  color: #fff;
}

.fillerText {
  font-size: 36px;
  text-align: center;
}

.fillerTextCenter {
  font-size: 36px;
  text-align: center;
}

.smallHeader {
  font-size: 18px;
}

.companytext {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

}


@media (min-width: 768px) {

  .companytext {
    text-align: left;
    padding-left: 30px;
  }

  .clfooter2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .copyright{
    text-align: right;
    padding-right: 35px;

  }

  .copyright_logo{
    text-align: left;
    padding-left: 35px;
  }

  .container {
    background-color: #fff;
  }

  .fillerText {
    font-size: 36px;
    text-align: left;
  }

}

#loadingDiv {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 95vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(255,255,255,0.7);
}

.active > .page-link {
  background-color: #ed0973;
  border-color: #000;
}

.page-link {
  color: #000;
}

.footer.accordion-body {
  background-color: #292929;
  border: solid #fff 1px;
}

.footer.accordion-item {
  border: 0;
}

.footer.accordion-button{
  background-color: #292929;
  color: #fff;
  border: solid #999 1px;
}

.footer.accordion-button:not(.collapsed) {
  background-color: #292929;
  color: #fff;
}

.footer.accordion-button:focus {
  box-shadow: none;
}

.footer.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.container-fluid {
  max-width: 1920px;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
}