/*** Instrument Sans - Font Weights ***/
/*
Regular - 400
Medium - 500
SemiBold - 600
Bold - 700
 */

/*** Font Declarations ***/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "Instrument Sans", serif;
    font-size: 16px;
    line-height: 22px;
}

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-size: 62px;
    line-height: 74px;
    font-weight: 500; /* medium */
    margin-bottom: 30px;
}


/* h1.alt (large) */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 100px;
    line-height: 100px;
    font-weight: 500; /* medium */
    margin-bottom: 30px;
}


/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 48px;
    line-height: 62px;
    font-weight: 500;  /* medium */
    margin-bottom: 30px;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;  /* medium */
    margin-bottom: 30px;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;  /* medium */
    margin-bottom: 20px;
}


/*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;
}

/* italic span text */
h1.alt span,
.h1style.alt span,
h1 span,
.h1style span,
h2 span,
.h2style span,
h3 span,
.h3style span,
h4 span,
.h4style span,
h5 span,
.h5style span,
h6 span,
.h6style span  {
    font-family: 'ivypresto-display', serif;
    font-style: italic;
    font-weight: 300;
}





/*** 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: 62px;*/
        /*margin-bottom: 30px;*/
    /*}*/

    /*!* h1.alt (large) *!*/
    /*h1.alt,*/
    /*.h1style.alt,*/
    /*div.h1style.alt > p {*/
        /*font-size: 62px;*/
        /*line-height: 74px;*/
        /*font-weight: 500; !* medium *!*/
        /*margin-bottom: 30px;*/
    /*}*/

    /*!*h2*!*/
    /*h2,*/
    /*.h2style,*/
    /*div.h2style > p {*/
        /*font-size: 40px;*/
        /*line-height: 52px;*/
        /*margin-bottom: 20px;*/
    /*}*/

    /*!*h3*!*/
    /*h3,*/
    /*.h3style,*/
    /*div.h3style > p {*/
        /*font-size: 32px;*/
        /*line-height: 42px;*/
        /*margin-bottom: 20px;*/
    /*}*/

    /*!*h4*!*/
    /*h4,*/
    /*.h4style,*/
    /*div.h4style > p {*/
        /*font-size: 25px;*/
        /*line-height: 32px;*/
        /*margin-bottom: 20px;*/
    /*}*/

    /*!*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;*/
    /*}*/

/*}*/
@media(max-width: 1599.98px) {

    p,
    body {
        font-size: 16px;
        line-height: 22px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 44px;
        line-height: 58px;
        margin-bottom: 30px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 58px;
        line-height: 70px;
        font-weight: 500; /* medium */
        margin-bottom: 30px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    /*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;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    /* h1.alt (large) */
    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}




