@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Shadows Into Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/shadows-into-light-v19-latin-regular.eot');
    src: url('../fonts/shadows-into-light-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/shadows-into-light-v19-latin-regular.woff2') format('woff2'), url('../fonts/shadows-into-light-v19-latin-regular.woff') format('woff'), url('../fonts/shadows-into-light-v19-latin-regular.ttf') format('truetype'), url('../fonts/shadows-into-light-v19-latin-regular.svg#ShadowsIntoLight') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #FDEFE0;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: 5px solid #F47922;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: url('../images/bg.jpg') center no-repeat;
    background-size: cover;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

h1 {
    text-align: left;
    color: #F47922;
    font-size: 45px;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0.0625rem 0.0625rem 0.125rem #000000;
}

h1 span {
    font-size: .8em;
}

h1 small {
    font-size: .6em;
}

article section {
    padding: 1.25rem 1.25rem;
    margin: 0 -1.25rem 1.25rem;
    background-color: #FFE8B8;
    position: relative;
}

article section p {
    font-size: 18px;
}

h3 {
    font-size: 30px;
    font-family: 'Shadows Into Light', cursive;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 1.25rem;
    position: absolute;
    right: 3%;
    top: 14%;
    font-style: italic;
    transform: rotate(-5deg);
    font-weight: normal;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
    text-decoration: underline;
    text-decoration-thickness: 1.2px;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "»";
    float: left;
    position: relative;
    margin-left: -.937rem;
    top: 0rem;
}

header {
    padding: 1.25rem;
    text-align: center;
}

article {
    padding: 0px 1.25rem;
}

footer {
    padding: 0rem 1.25rem;
}

@media only screen and (max-width: 799px) {
    body {
        margin: 16px;
    }

    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    h3 br {
        display: none;
    }

    h1 {
        margin-bottom: 20px;
        font-size: 33px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 23px;
        text-align: right;
        position: static;
        transform: rotate(-5deg);
        font-weight: normal;
    }

    p {
        text-align: left;
    }

    article section p {
        font-size: 16px;
    }

    header,
    article,
    footer {
        margin: 0;
        padding: 16px;
    }

    footer p {
        text-align: center
    }
}