@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #575756;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.3em;
}
#wrapper {
    position: relative;
    max-width: 810px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0rem;
}
a {
    color: #575756;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1,h1+p,h2,h3{
   color: #A02330;
}
h1 {
      margin: 0.25rem 0rem 1rem;
    font-size: 2.8em;
    line-height: 0.9em;
}
h1 span {
   font-size: 0.7em;
}
h2 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3em;
     margin-left: 1.5rem;
}
h2:last-of-type{
    margin: 0;
}
h4 {
    font-size: 1.525em;
    line-height: 1.3;
    padding:  1rem;
    text-align: center;
}
h4 span,h4 span a {
    color: #A02330;
}
ul {
    padding: 0rem 0rem 0.625rem;
    list-style-image: url();
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "\2022";
    color: #A02330;
    font-size: 1.35em;
    font-family: Helvetica, sans-serif;
    float: left;
    margin-left: -1.5rem;
}
header {
    position: relative;
    padding: 0rem;
}
header>div {
    position: relative;
}
header>div a {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 36%;
    height: 35%;
}
header>div img {
    width: 100%;
}
header>div img:last-of-type {
    display: none;
}
header section div:first-of-type {
       position: absolute;
    top: 46%;
    left: 23%;
    width: 75.5%;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1+p{
   position: absolute;
   top: 3.1rem;
   font-size: 1.2em;
   right: 1rem;
}
header section div:last-of-type {
    display: none;
}
article {
    padding: 0.75rem 2.5rem 0rem;
}
footer {
    padding: 0rem;
}
footer img{
       border-radius: 10px;
    position: absolute;
    bottom: 2.8rem;
    right: 5rem;
}
footer img{
   border-bottom-right-radius:  0;
}
footer div {
    padding: 0.25rem 2.5rem;
    background: #9F1525;
}
footer div p{
    padding-bottom: 0;
    padding-left: 3rem;
}
footer div a ,footer div p{
    color: #FFF;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
a:hover {
    text-decoration: underline;
}
i {
    font-style: normal;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
/* Responsive */
@media only screen and (max-width:810px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h2{
        margin: 0;
    }
    header>div img:first-of-type {
        display: none;
    }
    header section {
        padding: 1rem 1rem 0;
    }
    header section div:first-of-type,h1+p,footer img {
        position: static;
        width: auto;
    }
    footer figure{
      display: flex;
      justify-content: center;
      margin: 1rem 0;
    }
    header section div:last-of-type,    header>div img:last-of-type  {
        display: block;
    }
    header section div:last-of-type span {
        color: #A02330;
    }
    article {
        padding: 1rem 1rem 0;
    }
    footer div {
        padding: 0.35rem 1rem;
    }
    p {
        text-align: left;
    }
    footer br, article br, h1 br {
        display: none;
    }
    footer div p {
      padding-left: 0;
    }
    p :is(a,span){
      display: inline-block;
    }
}
@media only screen and (max-width:550px) {
   h1{
      font-size: 1.5em;
   }
}
 