@charset "utf-8";

/* Browser reset to zero out margins, padding, and sizing */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Cormorant", serif;
    font-size: 1.2em;
    font-weight: 300;
    padding: 5px 0 0 15px;
    background: url(images/Paper-LighterBG-Freepik-1200x1200.jpg) top left fixed;
    background-size: cover;
}

header h1 {
    font-size: 1em;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    color: #f86858;
}

p.punchline {
    font-size: 1.75em;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin: 0.75em 0 1.5em 0;
}

section {
    column-count: 2;
    width: 50%;
    margin: 0 auto;
    column-width: 200px;
    column-gap: 30px;
}

@media screen and (max-width: 760px) {
    section,
    footer {
        column-count: 1;
        width: 90%;
    }
}

section p {
    text-indent: 5ch;
    margin-bottom: 6px;
    line-height: 1.4;
}

strong {
    font-weight: 700;
    text-wrap: nowrap;
}

.wrap img {
    padding: 20px;
    display: block;
    width: 100px;
    margin: 0 auto;
}

footer {
    font-size: 0.75em;
    width: 50%;
    margin: 0 auto;
}
