:root {
    --pf-v5-global--primary-color--100: #E30289;
    --pf-global--primary-color--100: #E30289;
    --pf-global--primary-color--200: #000;
    --pf-global--primary-color--light-100: #ff99d6;
    --pf-global--primary-color--dark-100: #590035;
    --pf-c-button--m-link--Color: #000 !important;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.pf-c-button.pf-m-link {
    color: #000;
}

.pf-c-page {
    font-family: 'Quicksand';
    background: linear-gradient(180deg, #f6f6f6, #fff 1500px, #fff);
}

.pf-c-page__main-section {
    background: linear-gradient(180deg, #f6f6f6, #fff 1500px, #fff);
}

@media screen and (min-width: 800px) {
    .pf-c-page__main {
        position: relative;
    }
    /* .pf-c-page__main:after {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 0;
        width: 384px;
        height: 300px;
        background-image: url('../img/body-right-shape.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
    } */

}

div.kc-logo-text {
    background-image: url(../img/logo-waco-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 300px;
    max-width: 44vw;
    margin: 0 auto;
}


.card-pf {
    border-radius: 30px;
    border: solid 1px #D7D7D7;
    box-shadow: none;
}

.btn-lg {
    border-radius: 30px;
    font-size: 16px;
    padding: 10px;
    transform: all .1s ease;
}

.main-footer {
    background-color: #000;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.pf-c-page__header {
    background: #fff;
    border-bottom: 1px solid #D7D7D7;
}

.pf-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) {
    color: #E30289;
}

.pf-c-dropdown__toggle-icon {
    color: #000;
}

.pf-c-button.pf-m-plain {
    color: #000;
}

.pf-c-button.pf-m-plain:hover {
    color: #616161;
}