@import url(https://fonts.googleapis.com/css?family=Oswald);

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    position: absolute;
    padding: 10px;
    width: 100%;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background: #333 url('/img/danu.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Oswald", sans-serif;
}

body {
    color: #fff;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: underline;
}

    a:hover {
        color: #eee;
    }

h1 {
    color: #028fcc;
    letter-spacing: 8px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    font-size: 15pt;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
    bottom: 15%;
    position: absolute;
    width: 100%;
}

.inner {
    background-color: rgba(0,0,0,.3);
    padding: 5px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 100px;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
