@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Cardenio Modern';
    src: url('../fonts/CardenioModern-Bold.eot');
    src: url('../fonts/CardenioModern-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CardenioModern-Bold.woff') format('woff'), url('../fonts/CardenioModern-Bold.ttf') format('truetype'), url('../fonts/CardenioModern-Bold.svg#CardenioModern-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cardenio Modern';
    src: url('../fonts/CardenioModern-Regular.eot');
    src: url('../fonts/CardenioModern-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CardenioModern-Regular.woff') format('woff'), url('../fonts/CardenioModern-Regular.ttf') format('truetype'), url('../fonts/CardenioModern-Regular.svg#CardenioModern-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
strong {
    font-weight: 500;
    letter-spacing: 1px;
}
#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #6FC1C9 url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
    height: 570px;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, figcaption {
    font-family: 'Cardenio Modern', cursive;
}
h1, h3 {
    font-weight: bold;
}
h1, h3, figcaption, h1 + p {
    color: #006CB7;
}
:is(h1, h3) span {
    font-weight: normal;
}
h1 {
    margin: 1.5rem 0 2rem 13.75rem;
    font-size: 2.5em;
    line-height: 1.1em;
}
h1 + p {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3;
    padding: 0;
    margin-bottom: -2rem;
}
h2 {
    font-size: 2.75em;
    line-height: 1.3em;
    font-weight: normal;
    color: #fff;
    margin: 0 0 1rem 5rem;
    text-align: center;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3em;
    text-align: center;
    margin: -0.25rem 5rem 0.25rem 0;
}

.bg {
    color: #fff;
    padding-left: 12rem;
    letter-spacing: -0.3px;
}
article > img {
    display: block;
    margin: 0 auto;
}
.logo {
    position: absolute;
    bottom: 1.875rem;
    left: 0.75rem;
}
footer figure {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

figcaption {
    font-size: 1.75em;
    text-align: center;
    padding-bottom: 0.75rem;
}
@media only screen and (max-width:899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        height: auto;
        padding: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1, h2, h3 {
        margin: 0 0 1rem;
    }
    h1, h2, h3, p {
        text-align: center;
    }
    h1 + p {
        margin: 0;
    }
    h1 {
        padding: 0.5rem 1rem;
        background: #fff;
    }
    .bg {
        padding: 0.5rem;
        background: #0C69B2;
    }
    footer {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin-top: 1rem;
    }
    .logo, footer figure {
        position: static;
    }
}
@media only screen and (max-width:480px) {
    .bg strong {
        letter-spacing: 0;
    }
}