:root {
    --narrow: 1140px !important;
    --shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.15);
    --primaryhover: #0d2b36 !important;
    --orange: #EC440D;
    --orangehover: #d53f0e;
    --darkblue: #0D2B36;
    --warmgrey: #F1F0EA;
    --coolgrey: #D6D5D2;
    --neonyellow: #E6FF02;
}

.h1, 
h1,
.h2, 
h2,
.h3, 
h3,
.h4, 
h4,
.h5, 
h5,
.h6, 
h6 {
    font-weight: 400 !important;
}

.btn {
    font-weight: 600 !important;
}
/*
.theme-default .text-dark {
    color: var(--white) !important;
}

.theme-default .text-dark:hover,
.theme-default .text-dark:focus,
.theme-default .text-dark:active {
    color: var(--light) !important;
}*/

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

.primary-gradient {
    background-image: linear-gradient(180deg, #ea1d22 40%, #7a0000 100%) !important;
}

/*slider styles*/
.atf-slider-elem {
    cursor: default !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 screen and (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1440px) {

    .container {
        max-width: 1340px !important;
    }

}

@media (min-width: 1680px) {

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

    .btn {
        font-size: 1.1rem !important;
    }

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

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

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

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

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

    .container {
        max-width: 1600px !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: 1199px) {

    .fade-elem {
        opacity: 1;
        transition: none;
        transform:none;
    }
    
    .fade-elem.loaded {
        opacity: 1;
        transform: none;
    }

}