/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital@1&display=swap');

:root {
    --color-text: #424848;
	--color-gray: #7C7C7C;
    --color-alternative: #A175AA;
    --color-soft: #EBDEF0;
    --color-link:#778598;
}

.color-alternative {
    color: var(--color-alternative) !important;
}

.color-danger {
    color: #C0392B;
}

.color-warning {
    color: #EB984E;
}

.color-success {
    color: #229954;
}

.bg-grey {
    background: #f3f4f6;
}

.contact-form {
    position: relative;
}

.contact-form label {
    color: var(--color-alternative);
    font-weight: bold;
}

.contact-form form {
    background: #f7f7f7;
    padding: 20px 20px;
    border: 1px solid #eeeeee;
}

.simple-input select {
    background-color: var(--color-alternative);
}

.pull-bottom {
    padding-top: 28px;
}

.bottom-slider {
    font-family: 'Gentium Basic', serif;
    color: var(--color-alternative) !important;
    text-align: center;
    font-size: 20px !important;
}

.gentium {
    font-family: 'Gentium Basic', serif !important;
}

.text-gray {
    color: var(--color-gray) !important;

