@charset "utf-8";
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500italic.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-500italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-500italic.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-500italic.woff') format('woff'),
        url('../fonts/barlow-v12-latin-500italic.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-500italic.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700italic.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-700italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-700italic.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-700italic.woff') format('woff'),
        url('../fonts/barlow-v12-latin-700italic.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-700italic.svg#Barlow') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 500 1em/1.5em 'Barlow', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 680px;
    border: solid 1px #000;
}
h1, h2, h3 {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.250em;
    line-height: 1.3em;
}
h1 span {
    font-weight: 500;
}
h2 {
    font-size: 1.7em;
    line-height: 1.2;
    padding-bottom: 1rem;
}
h2 span {
    color: #FFE709;
}
h3 {
    font-size: 1.65em;
    line-height: 1.3;
    padding: 0 0 0.75rem;
    color: #FDF017;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFE709;
    text-decoration: none;
}
main {
    display: block;
    background: #0D4D97 url('../images/bg.jpg') no-repeat top;
}
.banner {
    position: relative;
}
.banner a {
    position: absolute;
    right: 3%;
    width: 17%;
    top: 6%;
    height: 20%;
}
header p {
    color: #06579C;
    padding: 0.25rem 1rem;
    background: #FFE709;
    font-size: 1.25em;
    line-height: 1.3;
}
article {
    padding: 0.25rem 1rem 1.25rem;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}
.oneteam {
    margin: 0.5rem 0 0 -1rem;
}
figure {
    margin: 0;
}
article p {
    font-size: 1.25em;
    line-height: 1.3;
}
footer p {
    padding: 0 1rem 0.5rem;
    font-size: 0.9em;
    line-height: 1.3;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:679px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    main {
        background-size: 100% 100%;
    }
}
@media only screen and (max-width:420px) {
    article p {
        font-size: 1em;
    }
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.4em;
    }
}