@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/league-spartan-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/league-spartan-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/league-spartan-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/league-spartan-v15-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/league-spartan-v15-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/league-spartan-v15-latin-regular.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/league-spartan-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/league-spartan-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/league-spartan-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/league-spartan-v15-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/league-spartan-v15-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/league-spartan-v15-latin-700.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #005358;
    font: 400 1em/1.2 'League Spartan', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 855px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.png') no-repeat bottom center;
    background-size: contain;
    overflow: hidden;
    padding: 5rem 6rem 0.5rem;
}
p {
    padding-bottom: 1rem;
}
h1, h4 {
    margin: 0 0 0.125rem;
    padding: 0.375rem 2rem 0.25rem 1rem;
    font-size: 1.48em;
    line-height: 1.1;
    background-color: #E9426D;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    padding: 0.5rem 1.375rem 0.25rem 1rem;
    background-color: #F8AC2A;
    font-size: 2.625em;
    line-height: 1.2;
    margin-bottom: 0.125rem;
}
h4 {
    padding-right: 4.125rem;
    margin-bottom: 1.25rem;
}
h1, h3, h4 {
    color: #fff;
    width: fit-content;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.underline {
    text-decoration: underline;
    color: #0000ff;
}
a.red {
    color: #E9426D;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.25rem 1.3rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1.3rem;
}
header {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
}
footer p {
    font-size: 0.72em;
    line-height: 1.3;
    padding-top: 5rem;
}
@media only screen and (max-width: 854px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    span {
        display: inline-block;
    }
    br {
        display: none;
    }
    h1, h3, h4 {
        padding-right: 1rem;
    }
    footer p {
        font-size: 0.875em;
        line-height: 1.3;
        text-align: center;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 2rem 2rem 0.25rem;
    }
    h3 {
        font-size: 2.375em;
    }
    footer p {
        padding-top: 2rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem 1rem 0.25rem;
    }
    h3 {
        font-size: 2em;
    }
    h1, h4 {
        font-size: 1.375em;
    }
}
@media only screen and (max-width: 480px) {
    h3 {
        font-size: 1.625em;
    }
    h1, h4 {
        font-size: 1.25em;
    }
}