@font-face {
    font-family: NothingYouCouldDoFont;
    src: url(../fonts/NothingYouCouldDo-Regular.ttf);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

header .container-fluid, footer .container-fluid, section .container-fluid {
    width: 1000px;
}

@media (max-width: 1064px) {
    header .container-fluid, footer .container-fluid, section .container-fluid {
        width: 100%;
    }
}

.navbar .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-collapse.show .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
    background-color: #c68a16;
    --bs-dropdown-link-active-bg: transparent;
}

@media (max-width: 991px) {
    .navbar .navbar-collapse.show .navbar-nav .nav-item .dropdown-menu.show {
        margin-left: 20px;
        margin-right: 20px;
        border-color: transparent;
    }
}


.social {
    font-size: 30px;
}

.showcase {
    background-color: #fff;
}

.showcase-bg {
    background: linear-gradient(-45deg, #F806CC, #A91079, #570A57, #2E0249);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.showcase-mobile {
    display: none;
}

@media (max-width: 576px) {
    .showcase-desktop {
        display: none;
    }
    .showcase-mobile {
        display: block;
    }
}

.highlight-text {
    font-family: NothingYouCouldDoFont, cursive;
    color: #e3a327;
}

.image-empower, .image-cultivate, .image-champion {
    opacity: 0;
}

.showcase-text {
    font-family: NothingYouCouldDoFont, cursive;
    font-size: 30px;
}

.hide {
    display: none;
}

.services-section {
    background-color: #693699;
}

.section-title {
    font-family: NothingYouCouldDoFont, cursive;
    font-size: 30px;
}

.content-title {
    font-family: NothingYouCouldDoFont, cursive;
    font-size: 20px;
}

.leadership-team .card img {
    width: 80%;
}

.profile .card img {
    width: 20%;
}

.profile .card .blockquote, .profile .card .blockquote-footer {
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .leadership-team .card img, .profile .card img {
        width: 60%;
    }
}


.image-dark {
    object-fit: cover;
    filter: brightness(.5);
}


.header-bg {
    background-image: url("../images/bg/bg-purple.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(.7);
}

@media (max-width: 1920px) {
    .header-bg {
        background-image: url("../images/bg/bg-purple-lg.png");
    }
}

@media (max-width: 768px) {
    .header-bg {
        background-image: url("../images/bg/bg-purple-md.png");
    }
}

@media (max-width: 576px) {
    .header-bg {
        background-image: url("../images/bg/bg-purple-sm.png");
    }
}

.header-title {
    font-family: NothingYouCouldDoFont, cursive;
    font-size: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.field-validation-error {
    color: red;
    font-size: smaller;
}