@charset "utf-8";
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    src: local(''), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');
    src: local(''), url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), url('../fonts/poppins-v20-latin-700.woff') format('woff'), url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Poppins', Arial, sans-serif;
}
h1, strong {
    font-weight: 700;
}
h2, h3, h4 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 790px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #090909;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1rem 0;
    font-size: 2.125em;
    line-height: 1.3;
    text-transform: uppercase;
}
h1 span, h2, h3 {
    color: #c7b489;
}
h2, h4 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 1rem 0 0.5rem;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
h4 {
    margin: 0;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul:last-of-type {
    padding-bottom: 2rem;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    color: #3C3C3C;
    margin: -1px 0 0 -1rem;
}
header {
    padding: 2rem 3.75rem;
    display: flex;
    justify-content: flex-end;
}
figure {
    display: none;
}
.bg {
    padding: 3rem 3.75rem;
    background: #C7B489;
}
.bg :is(p, h4) {
    text-align: center;
}
.bg p {
    padding: 0;
}
.box {
    padding: 1rem 3.75rem;
    background: url('../images/bg.jpg') bottom right no-repeat;
}
footer {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
footer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (max-width:789px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        padding: 0;
    }
    header > a {
        display: none;
    }
    figure {
        display: block;
    }
    .box {
        padding: 0 2rem;
        background-image: none;
    }
    .box br {
        display: none;
    }
    .bg {
        padding: 2rem;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.75em;
    }
    .bg, header {
        padding: 1rem;
    }
    .box {
        padding: 0 1rem;
    }
}