/* Tablet/mobile styles */
@media only screen and (max-width: 768px) {

    /* Front page */
    section {
        margin: 0 10px;
    }

    .elsewhere ul {
        margin-top: 34.463px;
    }

    .elsewhere ul li {
        display: inline-block;
        width: 50%;
        text-align: left;
        box-sizing: border-box;
        margin-left: 0;
    }

    .thingsmade ul {
        margin-bottom: 0;
    }

    /* Blog */
    .blognav {
        margin-top: 34.463.px;
        border-left: none;
    }

    .pagination {
        margin-bottom: 21.326px;
    }

    .blognav br, .blognav .rss {
        display: none;
    }

    .blognav ul li {
        display: inline-block;
        width: 23%;
        margin-left: 0;
    }

    /* Portfolio */
    .portfolio section {
        border-bottom: 1px solid black;
        margin: 0 0 60px;
    }

    .portfolio img {
        margin-bottom: 0;
    }

    .portfolio h1 {
        margin-bottom: 0.7em;
        text-align: center;
    }

    /* Photography */
    .photography header {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .photography nav {
        float: none;
        margin-bottom: 0;
    }

    .category_selector {
        border-right: none;
    }

    .category_selector li:nth-child(1), .category_selector li:nth-child(2) {
        padding-top: 0.5em;
    }

    .category_selector li {
        display: inline-block;
        width: 50%;
        margin-left: 0;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 19px;
    }

    .category_selector li:nth-child(odd) {
        border-right: 1px solid #e83a93;
    }

    .category_selector li.browse {
        width: 100%;
        border-right: none;
    }

    a#main_landscape img {
        height: auto;
    }

    .thumb {
    }



}

/* Mobile-only styles */
@media only screen and (max-width: 480px) {
    /* Global layout styles */

    .notphotography header h1 {
        font-size: 32px;
    }

    .notphotography nav {
        margin-bottom: 34.463px;
    }

    .notphotography nav ul {
        text-align: left;
        line-height: 0.8;
    }

    .notphotography nav ul li {
        display: inline-block;
        width: 50%;
        margin-left: 0;
        text-align: center;
        font-size: 24px;
    }

    .notphotography nav ul li:last-child {
        width: 100%;
    }

    /* Front page */
    .intro, section.intro p, .thingsmade li {
        font-size: 17px;
    }

    .thingsmade li {
        margin-left: 15px;
    }

    section {
        margin: 0 10px;
    }

    .elsewhere ul {
        margin-top: 34.463px;
    }

    .elsewhere ul li {
        display: inline-block;
        width: 50%;
        text-align: left;
        box-sizing: border-box;
        margin-left: 0;
    }

}

/* Tablet-only styles */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    nav ul li {
        display: inline-block;
    }

    nav ul {
        line-height: 1;
    }

    header small {
        white-space: nowrap;
    }

    header h1 {
        line-height: 0.5;
        margin-bottom: 18px;
    }

    .thingsmade {
        margin-top: 45px;
    }

    /* Portfolio */
    .portfolio img {
        margin-left: auto;
        margin-right: auto;
    }
}
