@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-sans-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-500.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-sans-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #57585A;
    font: 600 1.25em/1.3 'Nunito Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 690px;
    margin: 1rem auto;
    border: solid 2px #000;
    background: #fff url('../images/bg.jpg') no-repeat bottom center;
    overflow: hidden;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    margin: 1.75rem 0 3rem 2rem;
    font-size: 1.15em;
    line-height: 1.2;
    font-weight: 700;
}
h1 span {
    font-weight: 500;
}
h1::before {
    content: "\2022";
    float: left;
    margin: 0 0 0 -2rem;
}
h2 {
    font-size: 1.3em;
    line-height: 1.3;
}
h3 {
    font-size: 1.17em;
    line-height: 1.3;
    text-align: right;
    margin: 0 -1.25rem 1.375rem;
}
h2, h3 {
    color: #4194D0;
}
h2, h3, strong {
    font-weight: 800;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
article {
    padding: 3rem 3.5rem 0;
}
footer {
    padding: 2rem 3.75rem 2.5rem 5.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer div {
    width: 66%;
}
footer p {
    color: #fff;
    line-height: 1.05;
}
footer p:last-of-type {
    font-size: 1.063em;
}
@media only screen and (max-width: 689px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    h3 {
        text-align: center;
        margin: 0;
    }
    article, footer {
        padding: 2rem;
    }
    footer div {
        width: auto;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        background-color: #4194D0;
    }
}
@media only screen and (max-width: 480px) {
    article, footer {
        padding: 1rem;
    }
    h1 {
        margin: 1rem 0 1rem 1.25rem;
    }
    h1::before {
        margin-left: -1.25rem;
    }
}