@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"),
       local(".HelveticaNeueDeskInterface-Light"),
       local(".LucidaGrandeUI"),
       local("Ubuntu Light"),
       local("Segoe UI Light"),
       local("Roboto-Light"),
       local("DroidSans"),
       local("Tahoma");
}

*
{
    box-sizing: border-box;
    font-family: "system",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    cursor: context-menu;
}

*:focus,
*:active
{
    outline: none;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    user-select: none;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    color: #fff9;
    font-size: 3vh;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
    font-size: 3vh;
    margin: 0 0 1rem 0;
    line-height: 1;
}

a:link,
a:visited
{
    text-decoration: none;
    display: inline-block;
    color: #fff;
}

a:hover,
a:active,
a:focus
{
    color: #000;
}

a:hover svg,
a:active svg,
a:focus svg
{
    fill: #000;
}

a svg
{
    display: inline-block;
    height: 2vh;
    fill: #fff;
}

html,
body
{
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100%;
    width: 100%;
}

.🆗🆒
{
    height: 100%;
    overflow-y: scroll;
}

/*
 * ============================================================================
 * POST
 * ============================================================================
 */

.posts
{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.posts::after
{
    content: '';
    display: block;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    pointer-events: none;
    background: url("https://static.tumblr.com/skfkqxf/5nGp4fgx5/halftone.svg");
    background-size: 55px;
    opacity: 0.25;
    mix-blend-mode: overlay;
}

.post-photo
{
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: 50% 50%;
    line-height: 0;
}



.post-permalink
{
    display: block;
    margin: 0; padding: 0;
}

.post-meta
{
    position: absolute;
    bottom: 1vh; right: 1vh;
    padding: 0.1em;
    opacity: 0;
}

.post:hover .post-meta
{
    opacity: 1
}

.post-photo .post-meta  a
{
    margin-left: 1vh;
}

.post img
{
    display: block;
    clear: both;
    width: auto;
    height: 33.334vh;
    margin: 0; padding: 0;
    line-height: 0;
    border: 0;
    width: 100vw;
    opacity: 0;
    box-sizing: border-box;
}

/*
 * ============================================================================
 * LAYOUT
 * ============================================================================
 */
.errthng-header
{
    position: fixed;
    bottom: 2vh; left: 0; right: 0;
    text-align: center;
    margin: 3px 0 0 3px;
    z-index: 69;
}

.errthng-header h1
{
    letter-spacing: -0.123666em;
}

#tumblr_controls
{
    position: fixed !important;
}

.nav
{
    display: block;
    list-style: none;
    margin: 3px 0 0; padding: 0;
    z-index: 11201;
}

.nav > a
{
    display: block;
}

.errthng-footer
{
    position: relative;
    display: none;
    clear: both;
    right: 0;
    text-align: right;
}

.errthng-footer .post-button
{
    float: left;
    margin: 1em 0 0 1em;
    padding: 0 1em;
    color: #222;
    background: #ddd;
}

.errthng-footer .post-button:hover
{
    color: #eee;
    background: #222;
}

.credit
{
    display: none;
}

img[src^="http://www.tumblr.com/impixu"]
{
    display: none !important;
}