/*
Purepresswp Main Style
https://purepresswp.anomalous.co.za
*/

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}
body.admin-bar {
    padding-top:28px;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
    font-size-adjust: 0.5;
}
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: 'Open Sans', sans-serif;
}
.site-max-width {
    max-width: 1200px;
    margin: 0 auto;
}
article.main-content {
    margin: 60px auto;
}
p {
    font-size:1em;
    line-height: 1.25em;
}
h1 {
    font-size:2em;
    line-height: 1.25em; 
}
h2 {
    font-size:1.625em;
    line-height: 1.15384615em; 
}
h3 {
    font-size:1.375em;
    line-height: 1.13636364em; 
}
h4 {
    font-size:1.125em;
    line-height: 1.11111111em; 
}
blockquote {
    font-size:1.25em;
    line-height: 1.25em;
}

.comment-reply-link {
    margin-bottom: 30px;
}
.comment-content-section {
    padding-left:20px;
}
pre {
    
    font-size: 0.8em !important;
}
@media screen and (min-width: 35.5em) {

}    
@media screen and (min-width: 48em) {
    p {
        line-height: 1.375em;
    }
    h1 {
        font-size:2.5em;
        line-height: 1.125em; 
    }
    h2 {
        font-size:2em;
        line-height: 1.25em; 
    }
    h3 {
        font-size:1.5em;
        line-height: 1.25em; 
    }
    h4 {
        line-height: 1.22222222em; 
    }
    blockquote {
        font-size:1.5em;
        line-height: 1.45833333em;
    }
}

@media screen and (min-width: 64em) {
    h1 {
        font-size:3em;
        line-height: 1.05em; 
    }
    h2 {
        font-size:2.25em;
        line-height: 1.25em; 
    }
    h3 {
        font-size:1.75em;
        line-height: 1.25em; 
    }
}

@media screen and (min-width: 80em) {

}
/* Last Line of Code */