@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --pry-color: rgba(0,0,0,0.9);
    --sec-color: #e6842c;
}

::-moz-selection {
    background: var(--pry-color);
    color: #fff;
}

::selection {
    background: var(--pry-color);
    color: #fff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 100;
    background-color: #fff;
    color: #000;
    font-size: 18px;
}

small {
  font-size: 13px;
}

footer {
    margin-top: auto;
    background: var(--pry-color);
}

button {
  outline:none !important;
}

*:focus {
    outline: 0 !important;
}

.border-rounded {
  border-radius: 10px;
}
@media screen and (min-width:1400px) {
    .container {
        max-width: 1400px;
    }
}

.web {
    display: block;
}

.mobile {
    display: none;
}


.navbar-brand {
    display: block;
    padding: 20px 30px;
}

.navbar-brand img {
    height: 70px;
}

nav.navbar {
    padding: 0;
    background: #fff;
    position: absolute;
    z-index: 200;
    width: 100%;
}
nav .container {
  border-bottom: 1px solid #000;
}

.nav-item {
    margin-right: 45px;
}

.nav-link {
    color: #000;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    color: #000;
    border-bottom:1px solid var(--sec-color);
    transition: .5s;
}

.info {
    margin-top: 40px;
}
.top-dash {
  padding-top: 70px;
  margin-top: -40px;
  border-top: 1px dashed var(--sec-color);
}

a {
  color: var(--sec-color);
}

b, strong {
    font-weight: 600;
}

.btn {
    border-radius: 10px;
    padding: 12px 50px;
    font-size: 16px;
}

.btn-outline-sec {
    background-color: transparent;
    border: 1px solid var(--sec-color);
    color: var(--sec-color);
    transition: .5s;
}

.btn-sec,
.btn-outline-sec:hover {
    background: var(--sec-color);
    color: #fff;
    border: 1px solid var(--sec-color);
    transition: .5s;
}

.btn-sec:hover {
  color: #fff;
    box-shadow: 0px 10px 15px rgb(76 97 110 / 7%), 0px 41.7776px 33.4221px rgb(76 97 110 / 3%), 0px 22.3363px 17.869px rgb(76 97 110 / 1%), 0px 12.5216px 10.0172px rgb(76 97 110 / 1%), 0px 6.6501px 5.32008px rgb(76 97 110 / 0%);
}
h4.dash{
  font-family: sans-serif !important;
}
.family {
  background-image: url('https://leadershiphealth.org/img/family-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.family {
  display: flex;
  padding: 80px;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
.plq {
  flex-basis: 20%;
  margin-right: 10px;
  background-color: #D0C78E;
  padding: 10px;
  text-align: center;
  margin-top: 60px;
}
.plq img {
  width: 100%;
}
.plq p {
  font-size: 14px !important;
  font-weight: bold;
  margin-bottom: 2px !important;
}
.initiative {
  flex-basis: 75%;
}
.initiative p {
  font-size: 17px !important;
  font-weight: lighter;
  font-family: sans-serif !important;
}
.bolder {
  font-weight: 600;
}
.flower1 {
  position: absolute;
  top:0;
  left:0;
}
.flower2 {
  position: absolute;
  top:0;
  right: 0;
}
.flower3 {
  position: absolute;
  bottom:0;
  right: 10%;
}

.text-pry {
    color: var(--pry-color);
}

.text-sec {
    border-bottom:2px solid var(--sec-color);
}

.bg-pry {
    border: 1px solid #000;
}

.bg-light-grey {
    background-color: #FBFBFB;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    width: 100%;
}

.list li {
    padding: 5px 0;
    width: 98%;
}

.times, .check {
    padding-left: 0;
}

.times li, .check li, .check-circle li{
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    list-style: none;
}

.check-circle li i {
  margin-top: 2px;
  margin-right: 10px;
  font-size: 24px;
}

.times li::before, .check li::before{
    content: '';
    background: url('/img/times.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    margin-top: 8px;
    margin-right: 10px;
}

.check li::before {
    background: url('/img/check.svg');
}


.top {
    background: #fff;
    color: rgba(0,0,0,0.9);
    padding: 70px 0;
    margin-top: 90px;
}

.top-title {
    margin-top: 30px;
    font-size: 60px;
    font-weight: 600;
}

.top-title span {
    position: relative;
}

.top-title span::after {
    position: absolute;
    content: '';
    background: url('/img/bright_words.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    right: -60px;
    height: 200px;
    width: 150px;
}

.top p {
    width: 90%;
    font-size: 20px;
    margin: 15px 0;
}

.top h6 {
    font-size: 24px;
    font-weight: 600;
}

.num {
    display: flex;
    align-items: start;
}

.num h6 {
    height: 35px;
    width: 35px;
    background: var(--pry-color);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 12px;
    border-radius: 100%;
}

.num h6.sec {
  background: var(--sec-color);
  color: #fff;
}

.num h6.bright {
    position: relative;
}

.num h6.bright::before {
    position: absolute;
    content: '';
    background: url('/img/bright_nums.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: -40px;
    height: 90px;
    width: 60px;
}

.center {
    display: grid;
    place-items: center;
}

.title {
    font-size: 50px;
    font-weight: 600;
}

.subtitle {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}

.sm-subtitle {
    width: 60%;
}

.heading, .subheading {
    font-weight: 600;
    font-size: 30px;
}

.subheading {
    font-size: 20px;
}

.sub-bright {
    position: relative;
}

.sub-bright::after {
    position: absolute;
    content: '';
    background: url('/img/bright_words.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    right: -60px;
    height: 200px;
    width: 150px;
}

.video {
    width: 100%;
    height: 350px;
}

.video[poster] {
    object-fit: cover;
}

.qst {
    font-size: 35px;
    font-family: 'libre-italic', sans-serif;
}

.form-control {
    padding: 12px;
    color: #000000;
}

.training-steps {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.training-steps img {
    height: 60px;
}

.overlay-support {
    display: flex;
    align-items: center;
    background-color: #FBFBFB;
}

.overlay-support>div {
    width: 100%;
}

.img-holder {
    overflow: hidden;
}

.img-holder img {
    object-position: center;
}

.content {
    padding: 80px;
}

.content h3 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
}

.bd-bottom-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-logo {
    height: 200px;
    width: 200px;
}

.footer-logo img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.footer-links a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
}

.footer-links a:hover {
    color: var(--sec-color);
    transition: .5s;
}
.around {
  justify-content: space-around;
}
.bd-right {
  border-right:1px solid #000;
  padding-right: 30px;
}
.about-context {
  text-align: left;
}

.board-member {
  margin-bottom: 40px;
}
.board-member img{
  width: 100%;
  margin-bottom: 20px;
}

.courses > div {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-1 {
  background-image: url('/img/courses/course_bg_1.jpg');
}
.course-2 {
  background-image: url('/img/courses/course_bg_2.jpg');
}
.course-3 {
  background-image: url('/img/courses/course_bg_3.jpg');
}
.course-4 {
  background-image: url('/img/courses/course_bg_4.jpg');
}
.course-5 {
  background-image: url('/img/courses/course_bg_5.jpg');
}


.accordion-item {
  border:none;
  border-bottom: 1px solid #000;
}

.accordion-item:first-child {
  border-top: 1px solid #000;
}

.accordion-button {
  border-radius: 0 !important;
  font-weight: 600;
  font-size: 18px;
  padding: 18px 0;
}

.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: '';
  background: url('/img/plus.svg');
  background-size: cover;
  height: 14px;
  width: 14px;
  margin-right: 20px;
  transition: .5s;
}

.accordion-button:not(.collapsed)::before {
  content: '';
  background: url('/img/minus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 5px;
  width: 14px;
  margin-right: 20px;
  margin-top: 5px;
  transition: .5s;
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
  background: #fff;
  border: none;
  box-shadow: none;
  color: #000000;
}

/* RESPONSIVENESS */
@media screen and (max-width:1399px) {
    .sm-subtitle {
      width: 70%;
    }
}

@media screen and (max-width:1199px) {
    .nav-item {
        margin-right: 25px;
    }

    .top {
        background: url('/img/training.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        padding: 0;
        text-align: center;
    }
    .training {
      background: url('/img/training.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .about {
      background: var(--pry-color);
      color: #fff;
      padding: 70px 0;
    }

    .overlay {
        padding: 70px 0;
        background: rgba(0,0,0, 0.8);
    }
    .title {
      text-align: center;
    }


    .support-experience {
        background: url('/img/start.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .overlay-support {
        background-color: rgba(251, 251, 251, 0.9);
    }
    .sm-subtitle {
      width: 90%;
    }
    .sub-bright::after {
      top: -30px;
      right: -25px;
      height: 181px;
      width: 100px;
    }
    .mobile {
        display: block;
    }

    .web {
        display: none;
    }

    .about-context {
      text-align: center;
    }

    .training-steps {
        justify-content: center;
    }

    .training-steps>div {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width:991px) {
    nav.navbar .container {
        padding: 0 !important;
        position: relative;
        border-bottom: none;
    }

    .top-dash {
      border-top:none;
    }
    .family {
      display: block;
    }
    .plq {
      width: 50%;
      margin: 20px 0;
    }
    .plq p {
      font-size: 16px !important;
    }

    .navbar-toggler {
        color: var(--pry-color);
        border: 1px solid var(--pry-color);
        background-color: #fff;
        padding: 15px 12px;
        margin-bottom: 0;
        margin-right: 15px;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transition: .7s;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        border-radius: 64% 36% 43% 57% / 19% 41% 59% 81%;
        transition: .7s;
    }

    #navBar {
        background: rgba(238, 238, 238, 0.9);
        padding: 0;
        position: absolute;
        width: 100%;
        top: 110px;
        z-index: 200;
        backdrop-filter: blur(5px);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .nav-item {
        margin-right: 0;
        padding: 3px 15px;
    }

    .nav-link {
        border-bottom: 1px solid #000;
        color: #000;
    }

    .nav-item:last-child .nav-link:last-child {
        border-bottom: 0;
    }

    .nav-link.active,
    .nav-link:hover,
    .nav-link:focus {
        border-bottom: 1px solid var(--pry-color);
        color: var(--pry-color);
    }
}
@media screen and (max-width:767px) {
  .top p {
    width: 100%;
  }
  .content {
      padding: 50px 40px;
  }
  .family {
    padding: 100px 40px;
  }
}
@media screen and (max-width:580px) {
  .top-title {
    font-size: 55px;
  }
  .btn-sec {
    width: 100%;
  }
  .flower2 {
    width: 25%;
  }
  .plq {
    width: 100%;
  }
  .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 32px;
    line-height: 42px;
  }
  .heading {
    font-size: 22px;
    line-height: 32px;
  }
  .num h6 {
    margin-top: 5px;
  }
  .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .content {
    padding: 50px 15px;
  }
  .footer-links {
    width: 50%;
    margin-bottom: 20px;
  }
  .around {
    justify-content: flex-start;
  }
  .top-title span::after {
    display: none;
  }
  .top-title span {
    color: var(--sec-color);
  }
}
@media screen and (max-width:400px) {
  .top-title {
    font-size: 45px;
  }
}
