@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-600.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 735px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
}
h1 {
    margin: 0 0 1.625rem;
    font-size: 2.5em;
    line-height: 1.15;
}
h1 span {
    color: #B80D0B;
}
h1 small {
    text-transform: initial;
    font-size: 1.313rem;
    display: block;
    line-height: 1.2;
}
h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    color: #A40909;
}
h4 + p {
    font-size: 1.25em;
    line-height: 1.2;
}
h2, h3 {
    font-weight: 600;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
    line-height: 1.45;
}
ul li:before {
    content: "\2022";
    font-size: 1.5em;
    float: left;
    margin: -6px 0 0 -1rem;
    color: #B80D0B;
    font-family: Arial, Helvetica, sans-serif;
}
header {
    padding: 1.25rem 2rem 1.5rem;
}
article {
    padding: 0 2.125rem;
}
footer {
    padding: 0.625rem 2.125rem 1rem;
    background: linear-gradient(#A80111, #810304);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left :is(h3, p), h2, .left > i {
    color: #fff;
}
.left {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
}
.left p {
    font-size: 0.95em;
    line-height: 1.5;
}
.left > i {
    color: #fff;
    font-size: 1.75em;
    line-height: 1.3;
}
.right {
    background-color: #fff;
    padding: 0.75rem 1.25rem;
}
@media only screen and (max-width: 734px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        background: #A80C09;
        display: flex;
        justify-content: center;
        padding: 1rem 2rem;
    }
    article {
        padding: 0.5rem 2rem 0;
    }
    article br {
        display: none;
    }
    h1 small {
        display: inline-block;
    }
    h2 {
        background-color: #A80C09;
        width: fit-content;
        margin: 0 0 0.5rem -2rem;
        padding: 0.25rem 2rem;
    }
    footer {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 630px) {
    footer {
        flex-direction: column;
        gap: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    header, footer {
        padding: 1rem;
    }
    h1 {
        font-size: 1.875em;
    }
    article {
        padding: 0.5rem 1rem;
    }
}