/*** Miller Display - Font Weights ***/
/*

font-family: "miller-display", serif;

Miller Display Roman
font-weight: 400;

Miller Display Semi Bold
font-weight: 600;

Miller Display Bold
font-weight: 700;
*/

/*** Indivisible - Font Weights ***/
/*

font-family: "indivisible", sans-serif;

Indivisible Regular
font-weight: 400;

Indivisible SemiBold
font-weight: 600;

Indivisible Bold
font-weight: 700;
*/

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body,
.p {
    font-family: "indivisible", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

p, ul, ol {
    margin-bottom: 16px;
}

p.small,
div.small > p {
    font-size: 14px;
    line-height: 21px;
}

p.large,
.p.large,
div.large > p {
    font-size: 18px;
    line-height: 26px;
}


b, strong {
    font-weight: 600;
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}

h1, h2, h3, h4, h5 ,h6 {
    font-family: "miller-display", serif;
}


/*h1*/
h1,
.h1style,
div.h1style > p {
    font-size: 62px;
    line-height: 74px;
    font-weight: 400; /* Roman */
    margin-bottom: 20px;
    font-family: "miller-display", serif;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 15px;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 58px;
    font-weight: 400; /* Roman */
    margin-bottom: 20px;
    font-family: "miller-display", serif;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400; /* Roman */
    margin-bottom: 20px;
    font-family: "miller-display", serif;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 26px;
    line-height: 31px;
    font-weight: 400; /* Roman */
    margin-bottom: 20px;
    font-family: "miller-display", serif;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400; /* Roman */
    margin-bottom: 15px;
    font-family: "miller-display", serif;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; /* Roman */
    margin-bottom: 15px;
    font-family: "miller-display", serif;
}

/* accent text */
p.accent-text {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}


/* accent text */
p.subheading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}

@media(max-width: 1299.98px) {
    p.accent-text,
    p.subheading {
        margin-bottom: 15px;
    }
}
@media(max-width: 575.98px) {
    p.accent-text,
    p.subheading {
        margin-bottom: 10px;
    }
}




/*** 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: 24px;
    }

    /* h1 (was h2) */
    h1,
    .h1style,
    div.h1style > p {
        font-size: 48px;
        line-height: 58px;
        font-weight: 400; /* Roman */
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 52px;
        line-height: 57px;
    }

    /* h2 (was h3) */
    h2,
    .h2style,
    div.h2style > p {
        font-size: 36px;
        line-height: 44px;
        font-weight: 400; /* Roman */
        margin-bottom: 20px;
    }

    /* h3 (was h4) */
    h3,
    .h3style,
    div.h3style > p {
        font-size: 26px;
        line-height: 31px;
        font-weight: 400; /* Roman */
        margin-bottom: 20px;
    }
    
    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    /* h5 same as desktop */
}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 15px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 50px;
        line-height: 55px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 13px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }


}




