@import url("../assets/css/responsive.css");
/* Minified CSS    }
}

/* PATCH: Mobile Footer Overlap Fix */
@media screen and (max-width: 840px) {
    body {
        padding-bottom: 0px !important;
        /* Reset body padding, let footer flow */
    }

    #footer,
    footer,
    #legal-notice-js {
        position: relative !important;
        bottom: auto !important;
        padding: 40px 20px !important;
        background: #111 !important;
        color: #888 !important;
        z-index: 9999 !important;
        width: 100% !important;
        margin-top: 50px !important;
    }
}

html,
body {
    margin: 0 !important;
    height: 100% !important;
    padding: 0 !important
}

* {
    box-sizing: border-box
}

ul,
ol {
    margin: 0;
    padding: 0
}

h1,
h2,
p {
    margin: 0;
    padding: 0
}

body {
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important
}

.overlay-container {
    position: relative
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 256px;
    height: 256px;
    opacity: .5
}

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
}