@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/alegreya-sans-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/alegreya-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v28-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/alegreya-sans-v28-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/alegreya-sans-v28-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/alegreya-sans-v28-latin-300.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/alegreya-sans-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/alegreya-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/alegreya-sans-v28-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/alegreya-sans-v28-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/alegreya-sans-v28-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/alegreya-sans-v28-latin-700.svg#AlegreyaSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #114883;
    font: 300 1.25em/1.3 'Alegreya Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top right;
    overflow: hidden;
    height: 431px;
    padding: 4.625rem 2rem 1.875rem;
}
h1 {
    margin: 5rem 0rem;
    font-size: 1.25em;
    line-height: 1.1em;
    font-weight: 300;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header > img {
    position: absolute;
    top: 0;
    right: 0;
}
footer strong {
    font-size: 1.25em;
}
footer p {
    position: relative;
}
@media only screen and (max-width: 849px) {
    body {
        text-align: center;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #fff;
        padding-top: 1rem;
    }
    header > img {
        position: static;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    h1 {
        margin: 2rem 0;
    }
    br {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        padding: 1rem;
    }
}