@charset "utf-8";
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nunito-sans-v12-latin-800.eot');
    src: local(''),
        url('../fonts/nunito-sans-v12-latin-800.eot?#iefix') format('embedded-opentype'),
        url('../fonts/nunito-sans-v12-latin-800.woff2') format('woff2'),
        url('../fonts/nunito-sans-v12-latin-800.woff') format('woff'),
        url('../fonts/nunito-sans-v12-latin-800.ttf') format('truetype'),
        url('../fonts/nunito-sans-v12-latin-800.svg#NunitoSans') format('svg');
}
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/nunito-sans-v12-latin-900.eot');
    src: local(''),
        url('../fonts/nunito-sans-v12-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/nunito-sans-v12-latin-900.woff2') format('woff2'),
        url('../fonts/nunito-sans-v12-latin-900.woff') format('woff'),
        url('../fonts/nunito-sans-v12-latin-900.ttf') format('truetype'),
        url('../fonts/nunito-sans-v12-latin-900.svg#NunitoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 800 1em/1.3em 'Nunito Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 740px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(h2, strong) {
    font-weight: 800;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 2.5rem;
    font-size: 2.7em;
    line-height: 1.1;
    font-weight: 900;
}
h1 span {
    font-size: 0.8em;
}
h2 {
    font-size: 2.7em;
    line-height: 1;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1, footer p:first-of-type {
    text-shadow: 3px 3px 4px #011926;
}
header {
    position: relative;
}
header a {
    position: absolute;
    bottom: 5%;
    right: 7%;
    width: 24%;
    height: 17%;
    z-index: 999;
}
main {
    position: absolute;
    left: 2rem;
    bottom: 0;
}
footer p:first-of-type {
    font-size: 0.938em;
    line-height: 1.4;
}
footer>p:last-of-type {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 900;
}
figure {
    margin: 0;
}
@media only screen and (max-width:739px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p a, span {
        display: inline-block;
    }
    p, h1, h2{
        text-align: center;
    }
    h1, footer p:first-of-type {
        text-shadow: none;
    }
    main {
        position: static;
        background: #13313F;
        padding: 1rem;
    }
    footer figure{
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    h1, h2{
        font-size: 2em;
        line-height: 1.2;
    }
}