/*** font-family: "Plus Jakarta Sans", sans-serif; - Font Weights ***/
/*
200 - extra-light
300 - light
400 - reg
500 - med
600 - semi-bold
700 - bold
800 - extra-bold
 */

/* font-family: "helvetica-neue-lt-pro-cond", sans-serif;
font-weight: 900;
font-style: normal;
*/
/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
}
p {
    opacity: 0.8;
}
p.h1style,
p.h2style,
p.h3style,
p.h4style,
p.h5style,
p.h6style {
    opacity: 1;
}
p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
div.large > p {
    font-size: 18px;
    line-height: 28px;
}


b, strong {
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}

/*h1*/
h1,
.h1style,
div.h1style > p {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 30px;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: unset;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;  /* bold */
    margin-bottom: 15px;
    text-transform: unset;
}

/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    p,
    body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 48px;
        line-height: 48px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 62px;
        line-height: 62px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 40px;
        line-height: 40px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 32px;
        line-height: 32px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 26px;
        line-height: 26px;
    }

    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /*h5*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 10px;
    }

}
h1 span,
.h1style span,
h2 span,
.h2style span {
    position: relative;
    z-index: 1;
    color: var(--white);
}
/*h1 span:after,*/
/*.h1style span:after,*/
/*h2 span:after,*/
/*.h2style span:after {*/
/*    content: '';*/
/*    background-image: url(assets/after.svg);*/
/*    background-size: cover;*/
/*    background-position: left;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    background-repeat: no-repeat;*/
/*}*/
h1 span,
.h1style span,
h2 span,
.h2style span {
    background-image: url(assets/after.svg);
    background-size: cover;
    background-position: top;
    width: fit-content;
    height: auto;
    /*z-index: -1;*/
    background-repeat: no-repeat;
    padding: 8px 10px;
    display: inline-block;
}
p.accent-text {
    font-weight: 700;
    margin-bottom: 10px;
    background-image: url('assets/accent_on_white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: fit-content;
    padding: 8px 12px;
    color: #518590;
}
.text-center p.accent-text {
    display: block;
    margin: 0 auto 10px;
}
.horizon_background p.accent-text {
    background-image: url('assets/accent_on_horizon.svg');
    color: var(--white);
}
.overcast_background p.accent-text {
    background-image: url('assets/accent_on_overcast.svg');
    color: #C54D25;
}
.coal_background p.accent-text {
    background-image: url('assets/accent_on_coal.svg');
    color: var(--white);
}
.hot-red_background h1 span,
.hot-red_background .h1style span,
.hot-red_background h2 span,
.hot-red_background .h2style span {
    background-image: url('assets/accent-text-coal.svg');
}
.white_background p.accent-text {
    background-image: url('assets/accent_on_white.svg');
    color: #518590;
}




