@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 700 1.25em/1.3em 'Open Sans', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 635px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #0076BC;
    overflow: hidden;
}
h1 {
    margin: 0.5rem 0 1.5rem;
    font-size: 2.25em;
    line-height: 1.1em;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    background-color: #B90C35;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
header p {
    text-align: justify;
    hyphens: auto;
    font-size: 0.875rem;
    line-height: 1.5;
}
.box {
    padding: 0.5rem;
    flex: 1;
}
.logo {
    display: flex;
    justify-content: center;
    padding-bottom: 0.75rem;
}
main {
    padding: 1.5rem 1rem 0;
}
:is(article, footer) p {
    padding-bottom: 1rem;
}
footer p {
    font-size: 1.25em;
    line-height: 1.3;
}
@media only screen and (max-width: 634px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        font-size: 1.5em;
    }
    header {
        flex-direction: column;
        align-items: center;
    }
    .box {
        width: auto;
    }
    header p {
        text-align: left;
    }
    .hide_m {
        display: none;
    }
    :is(article, footer) p {
        font-size: 1.25em;
        line-height: 1.3;
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
}