/*
  large mobile screens like iPhone Max and tablets
 */
@media only screen and (max-width: 903.98px) and (min-width: 728px) {
    h1{
        font-size: 46px;
        margin-top: 0.6em;
        line-height: 56px;
        letter-spacing: -0.011em;

    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0;

        margin-top: 1.95em;
    }
    h2.sub-title,h3.sub-title {
        font-size: 22px;
        line-height: 28px;
        margin-top: 0.92em;
    }

    h3 {
        line-height: 28px;
        margin-top: 1.72em;
        font-size: 22px;
        letter-spacing: 0;
    }
    p{
        font-size: 21px;
        margin-top: 2em;
        line-height: 32px;
        letter-spacing: -0.003em;
    }
    li {
        font-size: 21px;
        margin-top: 2em;
        line-height: 32px;
        letter-spacing: -0.003em;
    }
    h1 +p,h2 + p, h3 + p {
        margin-top: 0.86em;
    }
    blockquote{
        line-height: 32px;
        letter-spacing: -0.003em;
        font-size: 21px;
        margin-top: 2em;
    }
    blockquote.large{
        margin-top: 2.75em;
    }
    figure {
        margin-top: 56px;
    }
    figure.rendered-float-left, figure.rendered-float-right{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    pre  { margin-top:56px; }

    .content-wrap{
        margin: 0 48px;
    }

    /* adjust font sizes since sans and serif show slightly different. This makes them even when switching the default */
    h2.serif { font-size:31px;}
    h3.serif {  font-size:24px;}
    p.sans { font-size: 20px;}
}
