@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 300;
}

#wrapper {
    margin: 1rem auto;
    border: 2px #002A5B solid;
    max-width: 700px;
    height: 491px;
    position: relative;
    background: #FFFFFF url('../images/background.jpg') 0 0 no-repeat;
    overflow: hidden;
}

header {
    padding: 3.125rem 0.625rem;
}

header>img {
    display: none;
}

article {
    padding: 2.625rem 1rem;
}

footer img {
    position: absolute;
    bottom: 17px;
    left: 266px;
}

footer a {
    position: absolute;
    bottom: 35px;
    right: 1rem;
    display: inline-block;
    font-size: 1.625rem;
    line-height: 1;
}

h1 {
    margin: 42px 0;
    font-size: 16px;
    padding-left: 22px;
    font-weight: 700;
}

h1:before {
    content: '\25A0';
    color: #00BBE8;
    float: left;
    font-size: 1.375rem;
    text-indent: -22px;
    margin: 21px 0 0;
}

h1 span {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

h2 {
    font-size: 23px;
    color: #00BBE8;
    display: inline-block;
    line-height: 1.2;
    border-bottom: 1px solid #00BBE8;
}

:is(h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

@media only screen and (max-width:698px) {
    #wrapper {
        border: none;
        height: auto;
        background: #fff;
        margin: 0 auto;
    }

    header {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header>img {
        display: block;
    }

    :is(header a img, footer p) {
        padding: 1rem;
    }

    article {
        padding: 1rem 1rem 5.75rem;
        background: #002B5C;
    }

    footer img {
        bottom: 1rem;
        left: 1rem;
    }

    footer p {
        background: #015182;
        display: flex;
        justify-content: right;
    }

    footer a {
        position: static;
    }

    h1 {
        margin: 20px 0;
    }

    p {
        hyphens: auto;
        text-wrap: pretty
    }

    br {
        display: none;
    }
}

@media only screen and (max-width:374px) {
    footer a {
        font-size: 1.375rem;
    }
}