@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 0.875em/1.4 Verdana, Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1020px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #FFFAF3;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: -9.5rem 0 3em;
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
}
h2 {
    font-size: 1.45em;
    line-height: 1.3em;
    font-weight: 400;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    font-weight: 400;
}
h1, h2, .flex1 p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h2, h3, .color {
    color: #855F2F;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1.5rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    content: "\2022";
    font-size: 0.8em;
    float: left;
    margin: 1px 0 0 -1.5rem;
}
header img {
    display: block;
}
.font {
    font-family: Verdana, Arial, sans-serif;
}
main {
    padding: 2rem 5rem;
}
article p:first-of-type {
    padding-right: 1.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.flex div {
    width: 46%;
}
.flex div:first-of-type {
    width: 50%;
}
.flex li {
    padding-left: 0.75rem;
}
.flex li::before {
    margin-left: -0.75rem;
    color: #855F2E;
}
.flex1 {
    padding: 2.25rem 1.125rem;
    display: flex;
    align-items: center;
    gap: 1rem 5rem;
    background: url('../images/bg.jpg') no-repeat top left;
    margin-bottom: 0.75rem;
}
.flex1 p {
    padding: 0;
    font-size: 1.063em;
    line-height: 1.5;
}
footer p {
    padding: 0;
    text-align: center;
    font-size: 0.8125em;
    line-height: 1.3;
}
@media only screen and (max-width: 1019px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1 {
        text-align: center;
        color: #855F2F;
        margin: 0 0 1.25rem;
    }
    p span {
        display: inline-block;
    }
    article p:first-of-type {
        padding-right: 0;
    }
    .flex1 {
        background: linear-gradient(to right, #CBB89E 0%, #FFFAF3 60%);
        flex-direction: column;
    }
    .flex1 p:first-of-type br {
        display: none;
    }
    .flex1 p, h3 {
        text-align: center;
    }
}
@media only screen and (max-width: 780px) {
    main {
        padding: 1rem 2rem;
    }
    .flex {
        display: block;
    }
    .flex div {
        width: auto !important;
    }
    h1 {
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 480px) {
    main {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5em;
    }
}