#image img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
#text h1,
#text h2 {
    font-weight: 400;
    margin-bottom: 10vw;
}
@font-face {
    font-family: Bangers;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Bangers Regular"),
        local("Bangers-Regular"),
        url(https://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACH55Q3Q.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Open Sans Regular"),
        local("OpenSans-Regular"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format("truetype");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#image {
    background-color: #4B543B;
    padding-top: 10vw;
}
#image img {
    width: 100%;
}
#text {
    padding: 15vw 10vw;
    text-align: center;
}
#text h1 {
    font-family: Bangers, sans-serif;
    font-size: 30vw;
    line-height: 0.8em;
    text-indent: -0.1em;
}
#text h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 8vw;
    line-height: 1.3em;
}
#text h2 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
#text h2 a:hover {
    color: gray;
}
#text #links a {
    cursor: pointer;
    display: inline-block;
    font-size: 7vw;
}
#text #links a i {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    vertical-align: middle;
}
#text #links a:hover i {
    -webkit-transform: translate3d(0, -0.2em, 0);
    transform: translate3d(0, -0.2em, 0);
}
#text #links a:not(:last-child) {
    margin-right: 5vw;
}
@media (min-width: 1024px) {
    #image,
    #text {
        width: 50%;
        height: 100%;
        position: absolute;
    }
    #image,
    #image img,
    #text {
        position: absolute;
    }
    #text h1,
    #text h2 {
        margin-bottom: 5vw;
    }
    #image {
        left: 0;
        top: 0;
    }
    #image img {
        bottom: 0;
    }
    #text {
        overflow: auto;
        padding: 7vw;
        left: 50%;
    }
    #text h1 {
        font-size: 15vw;
        color: #B57F50;
    }
    #text #links a,
    #text h2 {
        font-size: 3vw;
    }
    #text #links a:not(:last-child) {
        margin-right: 2vw;
    }
}
/*# sourceMappingURL=style.min.css.map */
