/*** font-family: "barlow", sans-serif; - Font Weights ***/
/*
Thin - 300
Regular - 400
Medium - 500
SemiBold - 600
Bold - 700
ExtraBold - 800
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "barlow", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 16px;
    line-height: 20px;
}

p.large,
div.large > p {
    font-size: 23px;
    line-height: 30px;
}


b, strong {
}

a {
    text-decoration: underline;
    color: var(--sky);
}

a.button {
    text-decoration: none;
}



/*h1*/
h1,
.h1style,
div.h1style > p {
    font-size: 65px;
    line-height: 78px;
    font-weight: 700; /* bold */
    margin-bottom: 30px;
    color: var(--text-navy);
}

/**** ============= NOT USED IN PROJECT ============= ****/
/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 90px;
    line-height: 90px;
    font-weight: 800; /* extra bold */
    margin-bottom: 30px;
    color: var(--text-navy);
}
/**** ============= NOT USED IN PROJECT ============= ****/


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;  /* bold */
    margin-bottom: 30px;
    color: var(--text-navy);
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;  /* medium */
    margin-bottom: 30px;
    color: var(--text-navy);
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;  /* medium */
    margin-bottom: 15px;
    color: var(--text-navy);
}



/**** ============= NOT USED IN PROJECT ============= ****/
/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
}
/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;  /* regular */
    margin-bottom: 15px;
}
/**** ============= NOT USED IN PROJECT ============= ****/



/* accent text */
p.subheading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: var(--sky);
    margin-bottom: 10px;
    font-family: "industry", sans-serif;
    font-weight: bold;
}
p.accent-text {
    display: flex;
    flex-direction: row;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 31px;
    color: var(--rose);
    margin-bottom: 20px;
    font-weight: 700; /* bold */
    display: flex;
    flex-wrap: nowrap;
    column-gap: 6px;
}
p.accent-text::before {
    content: '';
    position: relative;
    height: 15px;
    width: 15px;
    display: inline-block;
    background-color: var(--rose);
    margin-top: 10px;
    clip-path: polygon(51% 0, 100% 0, 56% 100%, 0% 100%);
}



/*h5*/
h5,
.h5style,
div.h5style > p,
h6,
.h6style,
div.h6style > p,
p.large {
    color: var(--red) !important;
}



/*** 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: 58px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 62px;
        line-height: 70px;
        font-weight: 800; /* xtra bold */
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    /* === NOT USED === */
    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    /* === NOT USED === */

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 15px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

}




