body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-size: 16px;
    line-height: 22px;
}

p, ul, ol {
    margin-bottom: 16px;
    opacity: 0.7;
}
.single-post p {
    opacity: 1;
}

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: 65px;
    line-height: 78px;
    margin-bottom: 30px;
    font-family: georgia, sans-serif;
    opacity: 1;
}

/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 54px;
    line-height: 65px;
    margin-bottom: 30px;
    font-family: georgia, sans-serif;
    opacity: 1;
}


/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    font-family: georgia, sans-serif;
    opacity: 1;
}


/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
    font-family: georgia, sans-serif;
    opacity: 1;
}


/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: georgia, sans-serif;
    opacity: 1;
}


/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: georgia, sans-serif;
    opacity: 1;
}

/*** Specifically for 1920 x 1080 laptops at DPI scaling 1.25 ratio */
/*** Smaller Laptops - Large Tablet ***/

@media(max-width: 1599.98px) {

    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 54px;
        line-height: 65px;
        margin-bottom: 20px;
    }

    /*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: 20px;
        line-height: 31px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 26px;
    }


    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 23px;
    }

}




/*** Mobile ***/
@media(max-width: 575px) {
    /*h1*/
    h1,
    .h1style,
    div.h1style > p {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    /*h2*/
    h2,
    .h2style,
    div.h2style > p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }


    /*h3*/
    h3,
    .h3style,
    div.h3style > p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }


    /*h4*/
    h4,
    .h4style,
    div.h4style > p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }


    /*h5*/
    h5,
    .h5style,
    div.h5style > p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }


    /*h6*/
    h6,
    .h6style,
    div.h6style > p {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 15px;
    }

}




