@font-face {
    font-family: 'Morpheus';
    src: url('../fonts/morpheus.eot?') format('eot'), url('../fonts/morpheus.woff') format('woff'), url('../fonts/morpheus.ttf') format('truetype'), url('../fonts/morpheus.svg#Morpheus') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fritz-Quad';
    src: url('../fonts/frizquad.eot?') format('eot'),url('../fonts/frizquad.woff') format('woff'),url('../fonts/frizquad.ttf') format('truetype'),url('../fonts/frizquad.svg#Fritz-Quad') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    background: linear-gradient(to bottom, #333 0%, #666 100%) repeat scroll 0% 0% transparent;
    color: #eee;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.melon {
    background: url("../images/logo_white.png") no-repeat scroll 0% 0% transparent;
    background-size: cover;
    text-align: center;
    width: 250px;
    height: 250px;
    margin: 7em auto 1em auto;
}

main {
    margin: auto;
    flex: 1;
    font-family: 'Morpheus', 'Roboto', sans-serif;
}

main p {
    font-family: 'Fritz-Quad', 'Roboto', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em 0 2em 0;
    padding: .25em 1em;
    background: url('../images/quest.png') no-repeat;
    background-position: -16px -16px;
    background-size: 110% 170%;
    color: #333;
    border: 24px solid;
    border-image: url(../images/corners.png) 24 round;
    user-select: none;
}

h2, form {
    text-align: center;
}

a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    transition: .25s all;
}

a:hover {
    color: #fff;
}

h2 {
    color: #333;
    text-shadow: 0 0 .5em #eee;;
    font-size: 5em;
    margin: 0;
}

footer {
    vertical-align: bottom;
    margin-bottom: 1em;
}

footer a {
    display: block;
    margin: 1em 0 0 0;
}

.cookie-consent {
    visibility: hidden;
    opacity: 0;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all .5s;
}

.cookie-consent > div {
    flex: 1;
    margin: 1em;
}

.cookie-consent > div h3 {
    margin: 0;
    text-transform: uppercase;
}

.cookie-consent > div p {
    flex: 1;
    margin: .5em 0 0 0;
    padding: 0;
}

.cookie-consent button {
    border: none;
    margin: 1em;
    padding: 1em;
    border-radius: .5em;
    font-size: 100%;
    background: #444;
    color: #eee;
    outline: none;
    cursor: pointer;
    transition: all .25s;
}

.cookie-consent button:hover {
    background: #777;
}
