@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Saira';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/saira-v20-latin-600.eot');
    src: url('../fonts/saira-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-v20-latin-600.woff2') format('woff2'), url('../fonts/saira-v20-latin-600.woff') format('woff'), url('../fonts/saira-v20-latin-600.ttf') format('truetype'), url('../fonts/saira-v20-latin-600.svg#Saira') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v27-latin-300.eot');
    src: url('../fonts/roboto-condensed-v27-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-300.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-300.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-300.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 300 0.8125em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 600;
}
.fw400 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0.4rem 0 1.5rem;
    font-size: 1.5em;
    line-height: 1.1em;
    color: #fff;
}
h2 {
    font-size: 4em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2, strong {
    color: #4D7692;
}
strong {
    font-size: 1.4em;
    line-height: 1.3;
    vertical-align: middle;
}
header {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
header > img {
    display: none;
}
article {
    padding: 1rem 2rem;
    width: 52%;
}
.last p {
    line-height: 1.5;
    padding-bottom: 1.5rem;
}
figure {
    display: flex;
    justify-content: center;
}
footer p {
    padding: 0.75rem 2rem;
    background: #4D7692;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.3;
}
@media only screen and (max-width:929px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        line-height: 1.3;
        padding: 0.25rem 2rem;
        background: #4A738C;
        margin: 0;
    }
    h2 {
        font-size: 2em;
    }
    header {
        position: static;
        padding: 1rem;
    }
    header > img {
        display: block;
        margin: 0 -1rem 0 auto;
    }
    header figure {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
    article {
        padding: 0;
        width: auto;
    }
    article br {
        display: none;
    }
    .box {
        padding: 1rem 2rem 0;
    }
    .box, header {
        background: #D2D3D5;
    }
    .last {
        padding: 1rem 2rem;
    }
    .last p {
        line-height: 1.3;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        padding: 0.5rem 1rem;
    }
    .box {
        padding: 1rem 1rem 0;
    }
    .last {
        padding: 1rem;
    }
}