@import url("https://use.typekit.net/wpe6mcs.css");

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000;
    font-family: 'fieldwork', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6;
    height: 100%;
}

body {
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

footer {
    margin: 128px 0px 0px;
    flex-shrink: 0;
}

footer .wrapper {
    background: #000;
    color: #fff;
    padding: 64px 0px 48px;
    flex-shrink: 0;
}

.content {
    flex: 1 0 auto;
}

.main p {
    margin-top: 32px;
}

.main-logo {
    margin-top: 64px;
    margin-bottom: 64px;
    transition: all .2s ease-in-out;
}

.main-logo:hover {
    opacity: 70%;
}

.footer-links {
    margin: 40px auto 0px;
    padding: 0;
}

.footer-links li {
    display: block;
    margin: 0px 0px 16px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: .9em;
}

.fl-icon {
    margin-right: 8px;
}

.left-img {
    position: fixed;
    left: -40px;
    top: -40px;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.right-img {
    position: fixed;
    right: -56px;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.bottom-img {
    width: 100%;
    max-width: 258px;
    height: auto;
}


/* ==== TYPE ==== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'bely-display', serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}

p {
    max-width: 40em;
    margin: 16px auto;
    font-size: 0.9em;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}


/* ==== BUTTONS ==== */

.btn {
    margin: 16px auto;
    display: inline-block;
    border: #000 solid 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    font-weight: 700;
    color: #000;
    padding: 18px 32px;
    box-shadow: 16px 16px 0px #000;
    transition: all .2s ease-in-out;
}

.btn:hover {
    box-shadow: 8px 8px 0px #000;
    transform: translateY(8px);
}


/* ==== GRID SYSTEM ==== */

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-2-sm {
    width: 12.66%;
}

.col-3-sm {
    width: 21%;
}

.col-4-sm {
    width: 29.33%;
}

.col-5-sm {
    width: 37.66%;
}

.col-6-sm {
    width: 46%;
}

.col-7-sm {
    width: 54.33%;
}

.col-8-sm {
    width: 62.66%;
}

.col-9-sm {
    width: 71%;
}

.col-10-sm {
    width: 79.33%;
}

.col-11-sm {
    width: 87.66%;
}

.col-12-sm {
    width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

@media only screen and (min-width: 33.75em) {
    /* 540px */
    .container {
        width: 80%;
    }
    .left-img {
        left: 0;
        top: -20px;
        max-width: 240px;
    }
    .right-img {
        right: -56px;
        max-width: 240px;
    }
}

@media only screen and (min-width: 45em) {
    /* 720px */
    .col-1 {
        width: 4.33%;
    }
    .col-2 {
        width: 12.66%;
    }
    .col-3 {
        width: 21%;
    }
    .col-4 {
        width: 29.33%;
    }
    .col-5 {
        width: 37.66%;
    }
    .col-6 {
        width: 46%;
    }
    .col-7 {
        width: 54.33%;
    }
    .col-8 {
        width: 62.66%;
    }
    .col-9 {
        width: 71%;
    }
    .col-10 {
        width: 79.33%;
    }
    .col-11 {
        width: 87.66%;
    }
    .col-12 {
        width: 96%;
    }
    .hidden-sm {
        display: block;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.6em;
    }
    p {
        font-size: 1.2em;
    }
    .btn {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 60em) {
    /* 960px */
    .container {
        width: 75%;
        max-width: 60rem;
    }
    .main {
        max-width: 75%;
    }
    .left-img {
        max-width: 360px;
        left: -10px;
        top: -10px;
    }
    .right-img {
        right: -40px;
        max-width: 360px;
    }
    .footer-links li {
        display: inline-block;
        margin: 0px 48px 16px 0px;
    }
}

@media only screen and (min-width: 90em) {
    /* 1440px */
    .left-img {
        max-width: 420px;
        left: -10px;
        top: -10px;
    }
    .right-img {
        right: -40px;
        max-width: 420px;
    }
    h2 {
        font-size: 2.4em;
    }
    h3 {
        font-size: 2em;
    }
}

 ::-moz-selection {
    background: #fcb5b3;
    text-shadow: none;
}

 ::selection {
    background: #fcb5b3;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden,
[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}