
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#logo {
    margin-top: 0px;
    height: 28px;
    background: white;
}

.post { }

.post h1 {
    margin-bottom: 16px;
}

.post .meta, .posts .meta {
    font-size: 0.7em;
}

.post-short .blurp img {
    max-width: 80px;
    max-height: 80px;
    margin: 0 16px 16px 0;
}

.post img {
    max-width: 100%;
}

.exposures { padding-top: 56px; }
.fixed-exposure {
    padding-bottom: 10px;
}
.fixed-exposure span {
    font-size: 18px;
    display: inline-block;
    width: 170px;
}
.exposure-note p {
    margin: 4px 0 0;
}
    
div#ice-container {
    position: absolute;
    /*
    left: 40px;
    right: 40px;
    */
    width: 100%;
    /* height: auto; */
    height: 600px;
    top: 40px;
    bottom: 10px;
}

div#ice-print {
    top: 40px;
}



body.exposer svg { display: none; }
body.exposer.full {
    background-color: black;
    padding: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
}

body.exposer.full .container {
    width: 100vw;
    height: 100vh;
}

body.exposer.full img {
    max-width: 100vw;
    max-height: 100vh;
    margin: auto;
    /*display: block;*/
    position: absolute; /* to center vertically! */
    top: 0;
    bottom: 0;
}

body.exposer.full .navbar,
body.exposer.full h1,
body.exposer.full footer,
body.exposer.full hr,
body.exposer.full button {
    display: none;
}
