html {
  scroll-behavior: smooth;
}
body {
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  color: #472c4c;
}
a {
  text-decoration: none;
  color: #15adab;
}
a:hover {
  color: #15adab;
}
.btn-empowered {
  color: #fff;
  background-color: #15adab;
  border-color: #15adab;
}

.bg-custom {
  background-color: #17bebb;
}

.navbar-light .navbar-brand {
  color: #472c4c !important;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
.main-navigation {
  background-color: #17bebb;
  padding: 15px;
  display: flex;
  justify-content: center;
  /* Centers the menu */
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; /* 
  display: flex;
  justify-content: center; */
  /* Ensures items are centered */
}

.main-navigation ul li {
  margin-right: 20px;
  float: left;
}

.main-navigation ul li:last-child {
  margin-right: 0;
  /* Remove margin for the last item */
}

.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.main-navigation ul li a:hover {
  color: #472c4c;
}

/* Style for active menu item */
.main-navigation ul li.current-menu-item a {
  color: #472c4c !important;
  /* Sets the active menu item color to black */
}

.background {
  background: rgba(219, 233, 244, 0.4);
}
.topLine {
  width: 100%;
  height: 3px;
  background: #17bebb;
}
.logo {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.logoImage {
  width: auto;
  height: 24px;
  margin: 24px auto 37px auto;
  display: block;
}
h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  color: #472c4c;
  line-height: 45px;
  margin-bottom: 31px;
}
h2 span {
  color: #17bebb;
}
.appBtn {
  background: #17bebb;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 23px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: 0.5s all;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  min-width: 260px;
}
.appBtn:hover {
  background: #15adab;
}
.appSecondBtn {
  background: #17bebb;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 23px;
  font-size: 17px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: block;
  transition: 0.5s all;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
.appSecondBtn:hover {
  background: #15adab;
  color: #fff;
}
/* .img-fluid {
  width: 60% !important;
  margin: 0px auto !important;
  display: block;
} */
.img-fluid1 {
  width: 50% !important;
  margin: 0px auto !important;
  display: block;
}
.img-fluid2 {
  width: 100%;
  margin: 0px auto !important;
  display: block;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  background: #17bebb;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 30px;
}
.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;
}
.accordion-body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
  font-size: 17px;
  color: #472c4c;
  text-align: left;
}
.resourcesDiv {
  width: 100%;
  padding: 24px;
  color: #fff;
  background: #17bebb;
  text-align: left;
  font-family: "Barlow", sans-serif;
  border-radius: 8px;
  margin-top: 30px;
}
.resourcesDiv h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.resourcesDiv ul {
  margin: 0;
  padding: 0;
}
.resourcesDiv ul li {
  margin-bottom: 13px;
  list-style: none;
}
.resourcesDiv ul li:last-child {
  margin-bottom: 0;
}
.resourcesDiv ul li a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
}
.resourcesDiv ul li a:hover {
  color: #fff;
}
.noMargin {
  margin: 0;
}
.jotform-form {
  padding: 0 0 !important;
}
.marginTopBottom-60 {
  margin-bottom: 40px !important;
}
.marginTop60 {
  margin-top: 60px;
}
.aboutImg {
  height: auto;
  width: 260px;
  border-radius: 10px;
}
#app span {
  font-weight: 400;
  font-size: 32px;
}
.blackWhiteText p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 26px;
  font-size: 17px;
  color: #472c4c;
  /* text-align: left; */
  text-align: justify;
}
.accordion-body strong {
  color: #17bebb;
}

.card-text {
  text-align: justify;
}

/*Footer*/
.footer_links {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_links li {
  padding: 0 10px;
}
.resourcesDivFees span {
  font-size: 1.75rem;
  /* text-transform: uppercase; */
}

.card {
  margin-bottom: 20px;
}

.card-title {
  min-height: 60px !important;
}
.card-text-height {
  min-height: 220px;
}
.card-body h2 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
.card-body h2 a:hover {
  color: #17bebb;
}
.text-custom {
  color: #17bebb !important;
}
.text-justify p {
  text-align: justify;
}

/*Media query*/

@media screen and (max-width: 700px) {
  .aboutImg {
    width: 310px;
  }
  .main-navigation {
    justify-content: left !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .main-navigation ul li {
    float: none !important;
  }

  .appBtn {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 20px;
    min-width: 380px;
  }
}

@media screen and (min-width: 800px) {
  .appBtn {
    text-transform: capitalize;
  }
}
