@font-face {
    font-family: 'Kollektif';
    src: url('Kollektif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

html, body {
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

html {
    font-size: 62.5%;
}

body {
    background: url('background.jpg') center no-repeat;
    background-size: cover;
    color: #ffffff;
    font-family: 'Kollektif';
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.splash {
    width: 100%;
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-bottom: 1.5em;
}

.logo img {
    max-width: 24.2rem;
}

p {
    margin: 0;
}

p + p {
    margin-top: 1.5em;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

::-moz-selection {
    background: #ffffff;
    color: #333333;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    color: #333333;
    text-shadow: none;
}
