*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
[data-electronic-mail],
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img,
[data-electronic-mail] img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: #000;
    background-size: cover;
    color: #c8c8c8;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    text-shadow: -1px -1px 2px #000;
    border: 15px solid rgba(255, 255, 255, 0.05);
    min-width: 320px;
}
@media (max-width: 480px) {
    body {
        font-size: 16px;
    }
}
p {
    line-height: 1.3;
    margin-bottom: 10px;
}
small {
    font-size: 0.95em;
    opacity: 0.9;
}
a,
[data-electronic-mail] {
    color: #f90;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #f90;
}
a:hover,
[data-electronic-mail]:hover,
a:focus,
[data-electronic-mail]:focus {
    border: none;
    color: #000;
    text-shadow: none;
    background-color: #f90;
    border-radius: 2px;
}
[data-electronic-mail] [data-user]:after {
    content: "@";
}
[data-electronic-mail] [data-domain]:after {
    content: ".";
}
.wrapper {
    opacity: 0.95;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    padding: 0;
}

@media (max-height: 500px), (max-width: 320px) {
    .wrapper {
        margin-top: -50px;
    }
}
@media (max-height: 300px), (max-width: 320px) {
    .wrapper {
        position: static;
        margin-top: 40px;
        min-width: 280px;
        padding: 20px;
    }
}
.logo {
    width: 100%;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    transition: border 0.3s ease;
    margin-bottom: 5px;
}

.logo h1 {
    text-indent: -9999px;
    display: inline-block;
    max-width: 420px;
    width: 100%;
    height: 60px;
    background: #000 url(./img/logo.png) no-repeat center;
    background-size: contain;
    border-left: 20px solid #000;
    border-right: 20px solid #000;
    position: relative;
    line-height: 1;
    top: -32px;
    transition: transform 0.5s ease;
    transform: scale(0.95);
}

.logo:hover {
    border-top-color: rgba(255, 255, 255, 0.9);
    transition: border 1.5s ease;
}

.logo:hover h1 {
    transform: scale(1.05);
}

@media (max-width: 480px) {
    .logo {
        border: 0;
        margin-bottom: -5px;
    }
    .logo h1 {
        border: 0;
    }
}

img {
    max-width: 520px;
}

footer {
    padding: 15px 10px;
    font-size: 0.7em;
    opacity: 0.33;
}
