html {
    scroll-behavior: smooth;
}

body {
    background-color: #5f5f5f;
    color: #bebebe;
    overflow-x: hidden;
    margin: 0 0 60px 0;
}

h1 {
    font-family: urbane, sans-serif;
    font-weight: 500;
    font-style: normal;
}

p, label {
    font-family: urbane, sans-serif;
    font-weight: 500;
    font-style: normal;
}

strong {
    text-decoration: none;
    font-weight: 500;
}

a {
    color: #bebebe;
    border-bottom: solid 4px #b81b1b;
    text-decoration: none;
}

a:hover {
    color: #fff;
    border-bottom: solid 4px #fff;
    text-decoration: none;
}

a:active {

}

a:visited {

}

a.scroll-link {
    border: none;
}

::-moz-selection {
    color: #000;
    background: #b81b1b;
}

::selection {
    color: #000;
    background: #b81b1b;
}

/* ========================================================
MAILCHIMP
 ========================================================*/
#mc_embed_signup_scroll,
.mc-field-group,
.label-email,
.input-email,
label {
    display: block;
}

.label-email {
    text-align: center;
}

.input-email {
    width: 100%;
    line-height: 2.3em;
    padding: 4px 20px;
    color: #fff;
}

.button-email {
    display: block;
    width: 100%;
    line-height: 2.5em;
    border: none;
    height: 100%;
    background: #bebebe;
    color: #5f5f5f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0.2em 1em;
}

.required.email {
    border: none;
    background: #444;
}

.signup-container {
    margin: 30px 0;
}

/*  =================================================== */

#cnv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
}

#cnv2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
}

#main-layer {
    position: relative;
    z-index: 50;
    display: block;
}

#manifesto {
    position: absolute;
    background: #000000;
    /*height: 100%;*/
    width: 100%;
    z-index: 666;
    top: 0;
    left: 0;
    padding: 30px;
    font-size: 0.7em;
    transition: all 0.5s ease;
    display: none;
}

#manifesto-close {
    position: sticky;
    margin-bottom: 30px;
    font-size: 0.7em;
    display: inline-block;
    top: 0;
    right: 0;
}

a#manifesto-close {
    background-color: #b81b1b;
    border: none;
    padding: 3px 10px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    mix-blend-mode: difference;
}

a#manifesto-close:hover {
    background-color: #fff;
}

#manifesto-open {
    cursor: help;
}

.menu-container {
    margin: 60px 0 30px 0;
}

.menu-container h1 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    mix-blend-mode: difference;
    position: fixed;
    z-index: 100;
}

.menu-container .manifesto {
    right: 10%;
}

.menu {

}

.scroll-link {
    margin: 30px;
    display: block;
    height: 30px;
}

.hero {
    margin: 30px 0 30px 0;
}


.hero strong {
    color: #fedcc2;
}

.hero p, p.larger, footer {
    font-size: 0.9em;
    line-height: 1.4em;
}

.hero p {
    margin: 40px 0 0 0;
}

p.larger {
    z-index: 90;
    position: relative;
}

footer {
    margin: 30px 0;
}

/* =======================
PROJECT BASICS
========================== */
.project-basic {
    margin: 60px 0;
    padding: 0 0;
}
.project-bg .project {
    min-height: 600px;
}
.project-date {
    font-size: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin: 0 0 0 22px;
}


/* =======================
PROJECT 1
========================== */
.project--one .project-bg {
    background-color: #000;
    background: url("../images/proj-bg-1.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.project--one .project-basic {
    /* background: url("../images/proj-1a.png") no-repeat center center; */
    background-size: contain;
}

.project--one .project-basic h2 {
    font-size: 1.5em;
    font-style: italic;
    /* mix-blend-mode: difference; */
}


/* ======================================== */



@media (min-width: 576px) {
    .hero {
        margin: 60px 0 40px 0;
    }

    .hero p, footer {
        font-size: 0.5em;
        line-height: 1.14em;
    }

    .hero p {
        margin: 60px 0 60px 0;
    }

    p.larger {
        font-size: 0.75em;
        line-height: 1.2em;
        z-index: 90;
        position: relative;
    }

    .project-basic {
        margin: 90px 0;
        padding: 0 0;
    }

    .project-date {
        font-size: 0.25em;
    }

    footer {
        margin: 90px 0;
    }
}

@media (min-width: 768px) {
    /* ============================= */
    #mc_embed_signup_scroll {
        display: flex;
    }

    .mc-field-group {
        display: inline-flex;
    }

    #mc-embedded-subscribe {

    }

    label {
        display: inline-flex;
        line-height: 1.4em;
        margin-bottom: 0;
    }

    /* ============================== */

    .project--one .project-date {
        margin: -70px 0 0 22px;
    }


}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}