@font-face {
    font-family: Sirens;
    src: url('fonts/Sirens-Regular.woff2') format('woff2'), url('fonts/Sirens-Regular.woff') format('woff');
}

body {
    font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: #0A0A0A;
    margin: 0;
}

h1, .text-h1 {
    font-family: Sirens;
    margin: 0;
    font-size: 3rem;
    font-weight: normal;
}

h2, .text-h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal;
}

h3, .text-h3 {
    margin: 0;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: normal;
}

h4, .text-h4 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: normal;
}

p, .text-p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: normal;
}

h5, .text-h5 {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: normal;
}

a {
    text-decoration: none;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.button {
    width: 240px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    transition: transform ease 0.25s;
}

.button-white {
    background-color: white;
    color: #0A0A0A;
}

.button-green {
    background-color: #1D9531;
    color: white;
}

.button-arrow {
    margin-left: 18px;
    transition: 0.25s;
}

.text-white {
    color: white;
}

.text-center {
    text-align: center;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 100;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.nav-logo {
    height: 60px;
    margin-left: 30px;
}

.nav-drawer {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    padding: 0;
}

.nav-link {
    padding: 12px;
    margin: 0 21px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0A0A0A;
}

.nav-link-underline {
    background-color: #1D9531;
    opacity: 0;
    width: 45px;
    height: 3px;
}

.nav-facebook {
    margin: 0 30px 0 12px;
    cursor: pointer;
}

.transparent-view {
    display: block;
    opacity: 0;
    background-color: black;
    z-index: 500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.35s, right 0.35s;
    pointer-events: none;
}

.section-first {
    margin-top: 80px;
}

.cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cover-heading {
    width: calc(100% - 44px);
    max-width: 1200px;
}

.cover-button {
    margin: 90px 0 120px;
}

.cover-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    display: flex;
}

.cover-image {
    width: calc(100% / 3);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    background-color: black;
}

.cover-video video {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cover1 {
    background-image: url(assets/cover1.jpg);
}

#cover2 {
    background-image: url(assets/cover2.jpg);
}

#cover3 {
    background-image: url(assets/cover3.jpg);
}

.statement {
    display: flex;
    justify-content: center;
    padding: 120px 0;
    background-color: #F8F8F8;
}

.statement-text {
    max-width: 620px;
    margin: 0 22px;
    text-align: center;
}

.section-columns {
    display: flex;
    width: calc(100% - 90px);
    max-width: 1200px;
    padding: 0 45px;
    margin: 150px auto;
}

.section-text {
    margin-right: 60px;
}

.section-heading {
    font-weight: bold;
}

.section-paragraph {
    margin-top: 30px;
}

.section-button {
    margin-top: 45px;
}

.section-image-wrapper {
    flex-shrink: 0;
    max-width: 500px;
    width: 100%;
}

.section-image {
    max-width: 100%;
    max-height: 100%;
}

.prompt {
    background-color: #1D9531;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prompt-arcs {
    width: 100%;
    position: relative;
    bottom: -5px;
}

.field {
    margin: 0 22px;
    display: flex;
    max-width: 450px;
    width: calc(100% - 44px);
}

.wheat-wrapper {
    position: relative;
    width: 100%;
}

.wheat {
    width: 100%;
}

#wheat1 {
    opacity: 0.5;
    bottom: -64px;
}

#wheat2 {
    opacity: 0.75;
    margin: 0 30px 0 12px;
    width: calc(100% - 42px);
    bottom: -40px;
}

#wheat3 {

}

#wheat4 {
    opacity: 0.75;
    margin: 0 12px 0 30px;
    width: calc(100% - 42px);
    bottom: -40px;
}

#wheat5 {
    opacity: 0.5;
    bottom: -64px;
}

.prompt-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 44px);
    max-width: 600px;
    margin: 60px 22px 120px;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A0A0A;
    padding: 8px 0;
    color: #C8C8C8;
}

.footer-link {
    color: white;
    font-weight: bold;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-heading {
    margin-top: 90px;
}

.intro-paragraph {
    margin: 22px 22px 90px;
    max-width: 620px;
    text-align: center;
}

/* What We Grow */

.highlights {
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
}

.highlight {
    max-width: 340px;
    margin: 150px 30px;
    width: 100%;
}

.highlight-image-container {
    position: relative;
    width: 100%;
}

.highlight-image {
    width: 100%;
}

.highlight-image-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
}

.highlight-text {
    margin-top: 30px;
    text-align: center;
}

.crops {
    height: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.crop-paragraph {
    margin: 0 22px;
    max-width: 600px;
    text-align: center;
}

.crop-link {
    font-weight: bold;
    color: #1D9531;
}

.crop {
    background-size: cover;
    position: absolute;
}

#crop1 {
    background-image: url('assets/crop1.png');
}

#crop2 {
    background-image: url('assets/crop2.png');
}

#crop3 {
    background-image: url('assets/crop3.png');
}

#crop4 {
    background-image: url('assets/crop4.png');
}

#crop5 {
    background-image: url('assets/crop5.png');
}

#crop6 {
    background-image: url('assets/crop6.png');
}

#crop7 {
    background-image: url('assets/crop7.png');
}

#crop8 {
    background-image: url('assets/crop8.png');
}

#crop9 {
    background-image: url('assets/crop9.png');
}

.kernza {
    position: relative;
    background-size: cover;
    background-image: url('assets/kernza.jpg');
    padding: 150px 0 350px;
    display: flex;
    justify-content: center;
}

.kernza-text {
    margin: 0 22px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kernza .prompt-arcs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Our Story */
.story{
    padding: 73px 116px;
    max-width: 1200px;
    margin: 0 auto;
}

.story-bar-container{
    position: relative;
}

.story-bar{
    background-color: #F9A533;
    height: 3px;
}

.story-wheat{
    position: absolute;
    bottom: 0px;
}

.story-container{
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.story-image{
    width: 275px;
    border-radius: 50%;
    object-fit: cover;
}

.story-section.left .story-wheat{
    left: 0px;
}

.story-section.left .story-container{
    flex-direction: row;
    padding-right: 112px;
}

.story-section.left .story-text{
    text-align: left;
    padding-left: 75px;
}

.story-section.right .story-wheat{
    right: 0px;
}

.story-section.right .story-container{
    flex-direction: row-reverse;
    padding-left: 112px;
}

.story-section.right .story-text{
    text-align: right;
    padding-right: 75px;
}

/* Our Team */

.members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    padding: 0 22px;
    margin: 0 auto 60px;
}

.member {
    width: calc((100% - 120px) / 3);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.member-image {
    width: 100%;
}

.member-name {
    margin-top: 30px;
    text-align: center;
}

.member-title {
    color: #1D9531;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 6px;
    text-align: center;
}

.privacy {
    padding: 0 22px 90px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

.privacy-title {
    padding-top: 90px;
}

.privacy-heading {
    font-weight: bold;
    margin-top: 45px;
}

.privacy-paragraph {
    margin-top: 12px;
}

.privacy-link {
    font-weight: bold;
    color: #177C40;
}



.temp {
    height: calc(100vh - 36px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

/* For the love of Internet Explorer */

.prompt-text .section-paragraph, .kernza .section-paragraph {
    max-width: 600px
}

/* Desktop */
@media (min-width: 992px){
    .mobile-only {
        display: none;
    }

    .button:hover {
        transform: scale(1.02);
    }

    .button:hover .button-arrow {
        margin-left: 22px;
    }

    .hover-opacity {
        opacity: 1;
    }

    .hover-opacity:hover {
        opacity: 0.75;
    }

    .nav-link.active .nav-link-underline {
        opacity: 1;
    }

    #crop1 {
        width: 96px;
        height: 96px;
        top: 150px;
        left: 282px;
    }

    #crop2 {
        width: 192px;
        height: 192px;
        top: 408px;
        left: 60px;
    }

    #crop3 {
        width: 144px;
        height: 144px;
        bottom: 467px;
        left: 100px;
    }

    #crop4 {
        width: 240px;
        height: 240px;
        bottom: 177px;
        left: 230px;
    }

    #crop5 {
        width: 144px;
        height: 144px;
        top: 282px;
        left: 448px;
    }

    #crop6 {
        width: 192px;
        height: 192px;
        top: 177px;
        right: 238px;
    }

    #crop7 {
        width: 96px;
        height: 96px;
        bottom: 587px;
        right: 120px;
    }

    #crop8 {
        width: 288px;
        height: 288px;
        bottom: 171px;
        right: 221px;
    }

    #crop9 {
        width: 96px;
        height: 96px;
        bottom: 177px;
        right: 613px;
    }
}

/* Tablet & Phone */
@media (max-width: 991px){
    .desktop-only {
        display: none;
    }

    .nav-logo {
        margin-left: 22px;
    }

    #button-menu {
        margin-right: 12px;
        padding: 10px;
    }

    .nav-drawer {
        flex-direction: column;
        align-items: flex-start;
        width: 300px;
        position: fixed;
        top: 0;
        right: -300px;
        bottom: 0;
        z-index: 1000;
        background-color: white;
        transition: right 0.35s ease;
    }

    #button-close {
        margin: 12px 12px 0 auto;
        padding: 10px;
    }

    .nav-links {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-link {
        margin: 0 0 0 18px;
        display: block;
    }

    .nav-facebook {
        margin: 0 0 0 30px;
    }

    header.open ~ .transparent-view {
        right: 300px;
		opacity: 0.75;
		pointer-events: auto;
	}

    header.open .nav-drawer {
        right: 0;
    }

    .cover {
        height: 800px;
    }

    .cover-heading {
        text-align: center;
        color: white;
    }

    .section-columns {
        flex-direction: column-reverse;
        width: calc(100% - 44px);
        max-width: 500px;
        padding: 0 22px;
        margin: 90px auto;
    }

    .section-text {
        margin: 60px 0 0;
    }

    .highlights {
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
    }

    .highlight {
        margin: 22px;
        max-width: 280px;
    }

    .crops {
        height: 900px;
    }

    #crop1 {
        width: 48px;
        height: 48px;
        top: 60px;
        left: 78px;
    }

    #crop2 {
        width: 96px;
        height: 96px;
        top: 140px;
        left: -30px;
    }

    #crop3 {
        width: 72px;
        height: 72px;
        top: 130px;
        right: 100px;
    }

    #crop4 {
        width: 120px;
        height: 120px;
        top: 30px;
        right: -60px;
    }

    #crop5 {
        width: 72px;
        height: 72px;
        bottom: 30px;
        left: 30px;
    }

    #crop6 {
        width: 96px;
        height: 96px;
        bottom: 114px;
        left: -45px;
    }

    #crop7 {
        width: 48px;
        height: 48px;
        bottom: 124px;
        left: 133px;
    }

    #crop8 {
        width: 144px;
        height: 144px;
        bottom: 162px;
        right: -80px;
    }

    #crop9 {
        width: 48px;
        height: 48px;
        bottom: 45px;
        right: 45px;
    }

    .kernza {
        padding: 90px 0 150px;
    }

    .story{
        padding: 22px 18px 10px;
    }

    .story-bar-container{
        display: none;
    }

    .story-container{
        padding: 0 0 50px;
    }

    .story-image{
        width: 100%;
        max-width: 480px;
        max-height: 300px;
        border-radius: 0%;
    }

    .story-section.left .story-container{
        flex-direction: column-reverse;
        padding-right: 0px;
    }

    .story-section.left .story-text{
        padding: 0 0 50px;
    }

    .story-section.right .story-container{
        flex-direction: column-reverse;
        padding-left: 0px;
    }

    .story-section.right .story-text{
        padding: 0 0 50px;
        text-align: left;
    }

    .member {
        width: calc((100% - 44px) / 3);
        margin-bottom: 45px;
    }
}

/* Phone */
@media (max-width: 575px){
    /*
    h1, .text-h1 {
        font-size: 3rem;
    }
    */

    /*
    h2, .text-h2 {
        font-size: 3.25rem;
        line-height: 4.25rem;
    }
    */

    h3, .text-h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    h4, .text-h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    p, .text-p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    /*
    h5, .text-h5 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    */

    nav {
        height: 60px;
    }

    .nav-logo {
        height: 50px;
        margin-left: 12px;
    }

    .section-first {
        margin-top: 60px;
    }

    .cover {
        height: 600px;
    }

    .cover-image {
        width: 50%;
    }

    #cover3 {
        display: none;
    }

    .cover-button {
        margin: 60px 0 0;
    }

    .statement {
        padding: 60px 0;
    }

    .prompt-text {
        margin: 30px 0 60px;
    }

    .field {
        max-width: 300px;
    }

    #wheat1 {
        bottom: -32px;
    }

    #wheat2 {
        margin: 0 18px 0 4px;
        width: calc(100% - 22px);
        bottom: -20px;
    }

    #wheat3 {

    }

    #wheat4 {
        opacity: 0.75;
        margin: 0 4px 0 18px;
        width: calc(100% - 22px);
        bottom: -20px;
    }

    #wheat5 {
        opacity: 0.5;
        bottom: -32px;
    }

    footer {
        flex-direction: column;
        padding: 18px 0;
    }

    .footer-space {
        display: none;
    }

    .footer-link {
        margin-top: 8px;
    }

    .member {
        width: calc((100% - 44px) / 2);
        margin-bottom: 45px;
    }

    .privacy {
        padding: 0 22px 60px;
    }

    .privacy-title {
        padding-top: 60px;
    }

    .privacy-heading {
        font-weight: bold;
        margin-top: 30px;
    }
}

/* Large Desktop */
@media (min-width: 1800px){
    .kernza {
        padding-bottom: 500px;
    }
}
