

/* Base styles */
/* ---------------------------------------------------------- */
body {
    background: url(/images/paper-pattern-tiny-6958f1c2e7.jpg);
    color: #463d31;
    overflow-y: scroll;
}
textarea,
input,
button,
body {
    font: 16px Roboto, sans-serif;
}
h1,
h2,
h3 {
    font-family: MedievalSharp, sans-serif;
}
h2 {
    margin-bottom: 10px;
}
h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1em;
    letter-spacing: .5px;
}
a {
    color: inherit;
}
button,
.button {
    border: 3px solid transparent;
    background-color: orange;
    color: white !important;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
}
button:hover,
.button:hover {
    border-color: rgba(0, 0, 0, .2);
}
.button.secondary {
    background-color: #9a8660;
    color: white;
}
ul + p,
p + p {
    margin-top: 15px;
}


/* Layout */
/* ---------------------------------------------------------- */
.single-column + .column-layout,
.single-column + .single-column,
.column-layout + .single-column,
.column-layout + .column-layout {
    margin-top: 60px;
}
.single-column ul,
.column-layout ul {
    margin-left: 20px;
}
.page-section:first-of-type {
    background: url(/images/paper-pattern-tiny-6958f1c2e7.jpg) rgba(0, 0, 0, 0.4);
    background-blend-mode: hard-light;
}
@media (max-width: 768px) {
    .single-column,
    .column {
        margin: 0 20px;
    }
    .column:first-child {
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
    }
}
@media (min-width: 769px) {
    .container {
        margin: 0 auto;
        width: 800px;
    }
    .column-layout {
        display: flex;
        align-items: center;
    }
    .column {
        width: 50%;
    }
    .column img {
        max-height: inherit;
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .column-layout:nth-child(odd) .column:first-child {
        order: 1;
        max-height: 400px;
    }
    .page-section:first-of-type .highlighted {
        background-color: rgba(255,255,255,.2);
        padding: 20px;
        margin: 0 -20px;
        box-shadow: 0 0 30px rgba(255,255,255,.4);
        border-radius: 10px;
    }
}


/* Main navigation bar */
/* ---------------------------------------------------------- */
#mainNavBar {
    padding: 10px 0;
}
@media (max-width: 768px) {
    #mainNavBar {
        display: none;
    }
}
#siteTitle {
    display: inline-block;
    line-height: 36px;
}
#mainNavBar nav {
    float: right;
}


/* Page sections */
/* ---------------------------------------------------------- */
.page-section {
    line-height: 24px;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
}
.section-title:only-child {
    margin-bottom: -20px;
}
.section-title:not(:only-child) {
    margin-bottom: 40px;
}
.page-section {
    border-top: 2px dashed rgba(70, 61, 49, 0.25);
    padding: 60px 0;
}
.section-title {
    font-family: MedievalSharp, sans-serif;
    font-size: 36px;
    line-height: 1em;
}
.section-title:after {
    content: "";
    display: block;
    position: static;
    background-image: url(/images/heading-arrow-072c12c8d7.svg);
    background-repeat: no-repeat;
    height: 27px;
    margin: 16px auto 0;
    opacity: .2;
    width: 180px;
}