:root {
    --narrow: 1140px !important;
    --shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    --primaryhover: #21b789 !important;
}

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

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

.btn-primary {
    color: #ffffff;
    background-color: #E52226;
    border-color: #E52226;
    background-size: 200% auto;       
    display: block;
    padding: 0.7rem 1.3rem 0.5rem 1.3rem !important;
    border-radius: 0 !important;
    font-family: 'Teko', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
}

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

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

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

.overlay-primary {
    background: rgba(25, 34, 51, 0.1) !important;
    background: linear-gradient(45deg, rgba(8, 13, 23, 1) 0%, rgba(8, 13, 23, 0.2) 100%) !important;
}

@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;
    }

}