html {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* ==============
    MOBILE: Main
   ============== */

html, body, .main-container {
    width: 100%;
    height: 100%;
}

html, body {
    background: #000;
}

.main-container {
    background: url(../img/narkowicz-2.gif) #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    font-size: 0.88em;
}

address {
    width: 12.5em;
    height: 12.5em;
    background: rgba(255,255,255,0.5);
    color: #fff;
    display: block;
    margin: auto;
    position: absolute;
    top: -3.125em;
    bottom: 0;
    left: 0;
    right: 0;
}

address a {
    color: #fff;
}

address h1 {
    margin-top: 0.3em;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE:
   ==================== */

    .main-container {
        font-size: 0.95em;
    }

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE:
   ==================== */

   .main-container {
        font-size: 1.0em;
    }

}

@media only screen and (min-width: 1140px) {

/* ===============
    MAX:
   =============== */

   .main-container {
        font-size: 1.05em;
    }

}
