@font-face {
    font-display: swap;
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dm-serif-display-v15-latin-regular.eot');
    src: url('../fonts/dm-serif-display-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/dm-serif-display-v15-latin-regular.woff2') format('woff2'), url('../fonts/dm-serif-display-v15-latin-regular.woff') format('woff'), url('../fonts/dm-serif-display-v15-latin-regular.ttf') format('truetype'), url('../fonts/dm-serif-display-v15-latin-regular.svg#DMSerifDisplay') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Racing Sans One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/racing-sans-one-v15-latin-regular.eot');
    src: url('../fonts/racing-sans-one-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/racing-sans-one-v15-latin-regular.woff2') format('woff2'), url('../fonts/racing-sans-one-v15-latin-regular.woff') format('woff'), url('../fonts/racing-sans-one-v15-latin-regular.ttf') format('truetype'), url('../fonts/racing-sans-one-v15-latin-regular.svg#RacingSansOne') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.375rem;
    font-size: 1.1875rem;
    color: #1E2118;
    font-weight: 400;
}

#wrapper {
    margin: 0.75rem auto;
    border: 1px #231F20 solid;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    background: rgb(251, 245, 181);
    background: -moz-linear-gradient(-45deg, rgb(251, 245, 181) 0%, rgb(253, 239, 150) 50%, rgb(253, 235, 132) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(251, 245, 181) 0%, rgb(253, 239, 150) 50%, rgb(253, 235, 132) 100%);
    background: linear-gradient(135deg, rgb(251, 245, 181) 0%, rgb(253, 239, 150) 50%, rgb(253, 235, 132) 100%);
}

header {
    background: #00a7e4;
    display: flex;
    justify-content: flex-end;
}

footer {
    background: #00a7e4;
    padding: 2rem 0.9375rem 0.125rem 9.9375rem;
    position: relative;
    font-size: 1rem;
}

article {
    position: relative;
    padding: 2rem 0 5rem 4.375rem;
}

article img {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer p {
    text-align: center;
}

footer p:nth-of-type(1) {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
}

footer img {
    position: absolute;
    top: 1.375rem;
    left: 0.875rem;
}

footer a:nth-of-type(1) img {
    top: -5.3125rem;
    left: 0;
}

p {
    padding-bottom: 0.625rem;
}

h1 {
    margin: 0 0 1.125rem -4.125rem;
    font-size: 41px;
    line-height: 1;
    font-family: 'DM Serif Display';
    background: url('../images/arrow.jpg') -0.0625rem 0 no-repeat;
    font-weight: 400;
    padding-left: 4.125rem;
}

h1 span {
    display: block;
    font-size: 1.4125rem;
    line-height: 1.85rem;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 1rem 0 0;
}

h1 small {
    font-family: Times, "Times New Roman", serif;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    display: block;
    margin-top: 12px;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-family: 'DM Serif Display', "Times New Roman", serif;
    font-weight: 400;
}

h3 {
    font-family: 'Racing Sans One', Arial, sans-serif;
    color: #d1edf9;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 1.375rem;
    text-align: center;
}

strong {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #010001;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle
}

ul {
    margin-bottom: 1.25rem;
    list-style: none;
    margin-top: 0.825rem;
}

ul li {
    padding-left: 1.5625rem;
    position: relative
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: -0.0625rem;
    left: 0.25rem;
    color: #1E2118;
    font: 400 1.5rem/1.5rem Arial;
}



@media only screen and (max-width:698px) {
    body {
        font-size: 1rem;
        line-height: 1.3125rem;
    }

    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }

    article {
        padding: 1rem 1rem 0 3.125rem;
        overflow: hidden;
    }

    article img {
        width: 225px;
    }

    footer {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer img {
        position: static;
        margin: 0 0 0.9375rem
    }

    h1 {
        margin-left: -2.8125rem;
        padding-left: 2.8125rem;
        background-size: 40px;
        font-size: 29px;
    }

    h1 small {
        font-size: 1.5rem;
        line-height: 1.75rem;
        display: inline;
    }

    h1 span {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    h2 {
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
    ul {
        width: 50%;
    }
    ul br {
        display: none
    }

    ul li:before {
        top: -0.125rem;
    }
    p span {
        white-space: nowrap;
    }
}
@media only screen and (max-width:520px) {
    article img {
        width: 130px;
    }
    ul {
        width: 73%;
    }
}
@media only screen and (max-width:365px) {
    article img {
        display: none;
    }
    ul {
        width: auto;
    }
}