@charset "utf-8";
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v12-latin-700.eot');
    src: local(''),
        url('../fonts/nunito-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/nunito-sans-v12-latin-700.woff2') format('woff2'),
        url('../fonts/nunito-sans-v12-latin-700.woff') format('woff'),
        url('../fonts/nunito-sans-v12-latin-700.ttf') format('truetype'),
        url('../fonts/nunito-sans-v12-latin-700.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: #080A33;
    font: 400 1.125em/1.3em 'Nunito Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 615px;
    margin: 1rem auto;
    border: 1px solid #080A33;
    background: #A5CD3A;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
    letter-spacing: 1px;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2em;
    line-height: 1;
    color: #A5CD3A;
    font-weight: 900;
}
h1 span {
    font-size: 0.6em;
    line-height: 1.3;
    display: block;
    margin-top: 0.25rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.dot {
    display: inline-block;
    margin: 0 0.8rem;
    font-size: 0.7em;
    line-height: 1.3;
    vertical-align: middle;
}
header {
    position: relative;
}
header a:first-of-type {
    position: absolute;
    top: 13%;
    left: 13%;
    width: 47%;
    height: 43%;
    z-index: 1;
}
header a:last-of-type {
    position: absolute;
    bottom: 12%;
    right: 13%;
    width: 15%;
    height: 32%;
    z-index: 1;
}
article {
    position: absolute;
    left: 5.1rem;
    top: 8.8rem;
}
footer {
    padding: 1rem 13% 0;
}
figure {
    margin: 0;
}
@media only screen and (max-width:614px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        color: #080A33;
    }
    article {
        position: static;
        padding: 1rem 13% 0;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding-inline: 1rem;
    }
}