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

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

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

.container {
    max-width: var(--narrow) !important;
}

/*.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;
}*/

.btn:not(.btn-link) {
    font-family: 'proxima-nova', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    letter-spacing: .1rem;
}

/*headings*/
h1, .h1 { 
    font-weight: 700 !important;
    color: var(--primary);
    font-size: 2.5rem !important;
    margin-bottom: 4rem;
}

h2, .h2 { 
    font-weight: 500 !important;
    font-size: 2rem !important;
}

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

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

/*helper classes*/
.image-full .main-hero-item {
    min-height: 80vh !important;
}

.custom-intro .headline-text-image-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.custom-intro .headline-text-image-block .subtext {
    order: 1 !important;
    font-family: 'futura-pt', sans-serif !important;
    font-size: 1.75rem;
    margin: 0 auto;
}

.custom-intro .headline-text-image-block .image-wrapper {
    order: 2 !important;
}

.custom-intro .headline-text-image-block .button-holder {
    order: 3 !important;
}

.custom-heading .headline-text-image-block h2 {
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
}

@media screen and (min-width: 768px) {
    .custom-intro .headline-text-image-block .subtext {
        font-size: 2.5rem !important;
        max-width: 75%;
    }

    .custom-heading .headline-text-image-block h2 {
        font-size: 4rem !important;
    }

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

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

blockquote {
    border-left: 4px solid var(--secondary) !important;
    padding: 30px 60px;
    margin: 60px 0;
    font-style: italic !important;
    font-size: 3rem;
}

@media (max-width: 1199px) {
  blockquote {
    font-size: 2rem;
  }
}

@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: 3rem !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;
    }

}