@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fraunces-v38-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fraunces-v38-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fraunces-v38-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fraunces-v38-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/fraunces-v38-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/fraunces-v38-latin-600.svg#Fraunces') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fraunces-v38-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fraunces-v38-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fraunces-v38-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/fraunces-v38-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/fraunces-v38-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/fraunces-v38-latin-700.svg#Fraunces') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-sans-3-v19-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-sans-3-v19-latin-600.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0.5rem 0;
    font-size: 1.692em;
    line-height: 1.1em;
    color: #fff;
    font-weight: 600;
}
h1 span {
    font-size: 0.7em;
    font-weight: 400;
    text-transform: initial;
}
h1 span:nth-of-type(2) {
    line-height: 1.3;
    display: block;
}
h2 {
    font-size: 1.063em;
    line-height: 1.3em;
    gap: 1.75rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
}
h3 {
    font-size: 2.25em;
    line-height: 1.1;
}
h2, h3 {
    font-family: 'Fraunces', 'Times New Roman', Times, serif;
    font-weight: 600;
}
h1, h2, h3 {
    text-transform: uppercase;
}
: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 1rem;
    list-style: none;
}
li {
    padding-left: 0.75rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -0.75rem;
}
h1, h3 {
    text-align: center;
}
.title {
    width: 400px;
    position: absolute;
    top: 204px;
    left: 40px;
}
.pos {
    position: absolute;
    top: 403px;
    left: 44px;
    width: 44%;
    font-size: 1.125em;
    line-height: 1.3;
}
article {
    padding: 0.5rem 2rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 35.5%;
    position: relative;
}
.flex div:nth-of-type(3) {
    width: 25%;
}
.flex div:not(:last-of-type)::before {
    content: "";
    width: 4px;
    height: 300px;
    background: url('../images/bg1.jpg') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 2rem;
    right: -0.5rem;
}
footer {
    padding: 1.25rem 2rem;
    background-color: #131311;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex1 {
    width: 46%;
}
.flex1 > div {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding-bottom: 1rem;
}
footer h2 {
    color: #DAB888;
    font-size: 1.125em;
    line-height: 1.3;
}
footer p {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.3;
    padding: 0;
}
footer > div {
    position: relative;
}
footer > div:not(:last-of-type)::before {
    content: "";
    width: 6px;
    height: 132px;
    background: url('../images/bg2.jpg') center;
    position: absolute;
    right: -0.75rem;
    top: 0;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .title {
        position: static;
        width: auto;
    }
    h1, h3 {
        padding: 1rem;
    }
    h3 {
        background: linear-gradient(to right, #DCB888 0%, #FDF2D8 50%, #DCB888 100%);
    }
    h1 {
        background-color: #131311;
        margin: 0;
    }
    .pos {
        position: static;
        width: auto;
        padding: 1rem 0;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    footer > div:not(:last-of-type)::before {
        display: none;
    }
    .flex1 {
        width: auto;
    }
    .flex1 > div {
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        display: block;
    }
    .flex div {
        width: auto !important; 
    }
    .flex div:not(:last-of-type)::before {
        display: none;
    }
    h3 {
        font-size: 1.75em;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 480px) {
    article, footer {
        padding: 1rem;
    }
    h2 {
        gap: 1rem;
    }
    h3 {
        font-size: 1.5em;
        line-height: 1.3;
    }
    h1 {
        font-size: 1.5em;
    }
}