@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v30-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-condensed-v30-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v30-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-condensed-v30-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-condensed-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-condensed-v30-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-condensed-v30-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.4em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 650px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat bottom left;
    overflow: hidden;
    padding: 5rem 0.5rem 5rem 2.5rem;
}
p {
    padding-bottom: 0.25rem;
}
h1 {
    margin: 1rem 0rem;
    font-size: 1em;
    line-height: 1.3em;
}
h2 {
    font-size: 0.938em;
    line-height: 1.3em;
}
:is(h2, h3, h4) span, h2, h3, h4 {
    position: relative;
}
h2::before {
    content: "";
    width: 248px;
    height: 0.875rem;
    background-color: #F6C360;
    position: absolute;
    top: 8px;
    left: 0;
}
h3 {
    font-size: 2.25em;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 1rem;
}
h3 strong {
    font-weight: 700;
}
h3::before {
    content: "";
    width: 310px;
    height: 1.75rem;
    background-color: #9CCF88;
    position: absolute;
    top: 22px;
    left: 8px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-right: 0.375rem;
}
h4::before {
    content: "";
    width: 140px;
    height: 1.25rem;
    background-color: #D5579F;
    position: absolute;
    top: 10px;
    right: 0;
}
: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: 0rem 0rem 1rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
}
ul li:before {
    content: "\25A0";
    font-size: 0.7em;
    float: left;
    margin: -1px 0 0 -1.5rem;
}
h2, h3, h4 {
    text-transform: uppercase;
}
h1, h4, footer :is(h2, p) {
    text-align: right;
}
footer h2::before {
    width: 130px;
    left: unset;
    right: 0;
    background-color: #B6E0D7;
}
.right {
    position: absolute;
    right: 0.5rem;
    top: 6rem;
}
footer {
    position: absolute;
    bottom: 5rem;
    right: 0.5rem;
}
.logo {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 649px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 2rem;
        background: #fff;
    }
    .right, footer {
        position: static;
    }
    h3 br {
        display: none;
    }
    h3 {
        font-size: 1.75em;
    }
    h3::before {
        top: 15px;
        height: 1.5rem;
    }
    h1, h3, h4, footer :is(h2, p) {
        text-align: center;
    }
    h3::before, h4::before, footer h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .logo {
        justify-content: center;
    }
}
@media only screen and (max-width: 649px) {
    #wrapper {
        padding: 1rem;
    }
}