:root {
    --narrow: 1140px !important;
    --shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    --primaryhover: #331d79 !important;
    --darkprimary: #1a0d3c !important;
}

.rounded,
.rounded img {
    border-radius: 2rem;
}

.rounded .divider-image {
    border-radius: 0;
}

.primary-gradient {
    background-image: linear-gradient(180deg, #6cce7c 40%, #21b789 100%) !important;
}

.divider {
    /*display: block;
    position: relative;
    top: 100%;
    transform: none;
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    pointer-events: none;*/
    display: none !important;
}

.divider::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 10;
    display: block;
    padding-top: 22.421875%;
    background-image: url(../images/divider-l-white.svg);
    background-repeat: no-repeat;
}

/*.btn-primary {
    background-image: linear-gradient(to right, #6cce7c 0%, #21b789 51%, #6cce7c  100%) !important;
    border-color: transparent !important;
    transition: 0.5s !important;
    background-size: 200% auto;       
    display: block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-position: right center;
    color: var(--white) !important;
}*/

/*slider styles*/
.atf-slider-elem {
    cursor: default !important;
}

.hide-arrows .atf-slider-wrapper .atf-slider-navi-prev,
.hide-arrows .atf-slider-wrapper .atf-slider-navi-next {
    display: none !important;
}

/*admin-styles*/
.admin-page-settings {
    font-size: 1rem;
}

@media (prefers-reduced-motion: no-preference) {

    .fade-elem {
        opacity: 0;
        transition: transform 2000ms ease, opacity 0.9s;
        transform: translateY(150px);
    }
    
    .fade-elem.loaded {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 0s;
    }

}

@media (min-width: 1680px) {

    body,
    p {
        font-size: 1.2rem !important;
    }

    .h1, 
    h1 {
        font-size: 3.5rem !important;
    }

    .h2, 
    h2 {
        font-size: 2.75rem !important;
    }

    .h3, 
    h3 {
        font-size: 2.25rem !important;
    }

    .h4, 
    h4 {
        font-size: 1.75rem !important;
    }

    .h5, 
    h5 {
        font-size: 1.5rem !important;
    }

}

@media (max-width: 1279px) {

    .h3, 
    h3 {
        font-size: 1.5rem !important;
    }

    .h4, 
    h4 {
        font-size: 1.4rem !important;
    }

    .h5, 
    h5 {
        font-size: 1.3rem !important;
    }

}

@media (max-width: 767px) {

    .lead {
        font-size: 1rem !important;
    }

}