@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oxygen-v15-latin-regular.eot');
    src: url('../fonts/oxygen-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2'), url('../fonts/oxygen-v15-latin-regular.woff') format('woff'), url('../fonts/oxygen-v15-latin-regular.ttf') format('truetype'), url('../fonts/oxygen-v15-latin-regular.svg#Oxygen') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oxygen-v15-latin-700.eot');
    src: url('../fonts/oxygen-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/oxygen-v15-latin-700.woff2') format('woff2'), url('../fonts/oxygen-v15-latin-700.woff') format('woff'), url('../fonts/oxygen-v15-latin-700.ttf') format('truetype'), url('../fonts/oxygen-v15-latin-700.svg#Oxygen') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v25-latin-regular.eot');
    src: url('../fonts/anton-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v25-latin-regular.woff2') format('woff2'), url('../fonts/anton-v25-latin-regular.woff') format('woff'), url('../fonts/anton-v25-latin-regular.ttf') format('truetype'), url('../fonts/anton-v25-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Oxygen', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #231F20 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
    height: 422px;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3;
}
h2 {
    font: 400 1.85em/1.3 'Anton', Arial, sans-serif;
    text-transform: uppercase;
    color: #FEFEFD;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 700;
    -webkit-text-stroke: 1px #E86C26;
}
article {
    position: absolute;
    bottom: 0;
    right: 0.25rem;
}
figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1.5rem;
    margin: 0.25rem 0.5rem 0;
}
footer {
    padding: 0.25rem;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width:599px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
    }
    article {
        position: static;
        padding: 1rem;
    }
    figure {
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
    }
    footer {
        padding: 1rem;
        background: #E86C26;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}