html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.025rem;
}

body:after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    background-image: linear-gradient(45deg, rgba(3, 28, 25, 0.2) 0%, rgba(8, 28, 59, 0.2) 100%), url('/images/rob-fjord.jpg');
    background-position: center, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 0.5em;
    letter-spacing: 6px;
}
p {
    line-height: 1.75;
    color: #eee;
}
p + p {
    margin-top: 1em;
}
section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    resize: both;
    overflow: auto;
    padding: 3em 2em;
}
div {
    background: rgba(0,0,0,.4);
    width: 400px;
    margin: 1em;
    padding: 1.3em;
    border-top: 1px solid #888;
}
li {
    display: inline;
    padding: 0.3em;
}
li a {
    color: #fff;
}

@media (max-width: 428px) {
    div {
        width: 100%;
    }
}
