@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v34-latin-500.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-500.woff') format('woff'), url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v34-latin-800.eot');
    src: local(''),
        url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'),
        url('../fonts/open-sans-v34-latin-800.woff') format('woff'),
        url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'),
        url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1.063em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 610px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: url('../images/bgt.jpg') no-repeat top, url('../images/bgb.jpg') no-repeat bottom, url('../images/bgc.jpg') repeat-y, #770F1D;
    overflow: hidden;
    padding: 1.5rem 2rem 0.5rem;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.4em;
    line-height: 1.3;
}
h1 span {
    background: url('../images/icon_bg.png') no-repeat 0 6px;
    padding-left: 2.25rem;
}
h1 small {
    font-size: 1.063rem;
    font-weight: 400;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: 11rem;
}
h3 {
    font-size: 2.525em;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0.25rem 0 0.5rem;
}
h3 span {
    display: block;
    font-size: 1.35rem;
    line-height: 1.3;
    font-weight: 500;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: absolute;
    right: 0;
    top: 1rem;
}
footer {
    padding: 0 4.5rem 0.5rem 2.25rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
}
footer section p:last-of-type {
    font-size: 1.55em;
    line-height: 1;
}
footer p {
    color: #690A19;
    padding-bottom: 0.5rem;
    font-weight: 500;
}
footer figure:last-of-type {
    display: none;
}
@media only screen and (max-width:609px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
        background: linear-gradient(90deg, rgba(72, 8, 11, 1) 0%, rgba(120, 20, 24, 1) 100%);
    }
    p :is(a, span) {
        white-space: nowrap;
    }
    :is(p, h1, h2, h3) {
        text-align: center;
    }
    h2 {
        margin-bottom: 1rem;
    }
    figure {
        display: flex;
        justify-content: center;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    article {
        padding: 0 1rem;
    }
    footer {
        background: #FBFBFC;
        padding: 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    footer p {
        padding: 1rem 1rem 0;
    }
    footer figure {
        margin-top: 1rem;
    }
    footer figure:last-of-type {
        display: block;
    }
}