@charset "utf-8";
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/orbitron-v35-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/orbitron-v35-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/orbitron-v35-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/orbitron-v35-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/orbitron-v35-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/orbitron-v35-latin-regular.svg#Orbitron') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/orbitron-v35-latin-500.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/orbitron-v35-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/orbitron-v35-latin-500.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/orbitron-v35-latin-500.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/orbitron-v35-latin-500.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/orbitron-v35-latin-500.svg#Orbitron') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Momo Signature';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/momo-signature-v2-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/momo-signature-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/momo-signature-v2-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/momo-signature-v2-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/momo-signature-v2-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/momo-signature-v2-latin-regular.svg#MomoSignature') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.4em 'Orbitron', Arial, sans-serif;
    text-align: center;
    letter-spacing: 1px;
}
#wrapper {
    position: relative;
    max-width: 550px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #1E2428 url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 5rem 2rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p, h1, h2 {
    transform: skew(-3deg);
    letter-spacing: 2px;
}
h1, h2, p {
    text-transform: uppercase;
}
p {
    padding-bottom: 2.5rem;
}
h1, h2 {
    font-weight: 500;
}
h1 {
    margin: 10rem 0 2rem;
    font-size: 1em;
    line-height: 1.4;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
}
h3 {
    font: 400 2.4em/1em 'Momo Signature', Arail, sans-serif;
    color: #00A2E0;
    margin-bottom: 0.5rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
article>h3:first-of-type {
    text-align: right;
}
figcaption {
    font: 700 1.063em/1em'Roboto Condensed', Arial, sans-serif;
    margin-left: 6rem;
}
footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:549px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-size: cover;
        padding: 2rem;
    }
    article>h3:first-of-type {
        text-align: center;
    }
    footer {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width:400px) {
    #wrapper {
        padding: 1rem;
    }
    h3{
        font-size: 2em;
    }
}