/*
  Small screens like Old iPhones
 */
@media only screen and (max-width: 551.98px) {
    h1{
        font-size: 32px;
        margin-top: 0.64em;
        line-height: 40px;
        letter-spacing: -0.016em;

    }
    h2 {
        font-size: 22px;
        line-height:  28px;
        letter-spacing: 0;

        margin-top: 1.2em;
    }
    h2.sub-title,h3.sub-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0.79em;
    }
    h3 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;

        margin-top: 1.23em;
    }
    p{
        font-size: 18px;
        margin-top: 1.56em;
        line-height: 28px;
        letter-spacing: -0.003em;
    }
    li {
        font-size: 18px;
        margin-top: 1.56em;
        line-height: 28px;
        letter-spacing: -0.003em;
    }

    h1 +p,h2 + p, h3 + p {
        margin-top: 0.67em;
    }
    blockquote{
        line-height: 28px;
        letter-spacing: -0.003em;
        font-size: 18px;
        margin-top: 1.56em;
    }
    blockquote.large{
        margin-top: 1.42em;
        font-size: 24px;
        line-height: 38px;
    }

    figure {
        margin-top: 40px;
    }

    figure.rendered-float-left, figure.rendered-float-right{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    pre  { margin-top:40px; }
    .content-wrap{
        margin: 0 24px;
    }

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