.ibm-plex-mono-thin {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 100;
    font-style: normal;
  }
  
  .ibm-plex-mono-extralight {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 200;
    font-style: normal;
  }
  
  .ibm-plex-mono-light {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
  }
  
  .ibm-plex-mono-regular {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .ibm-plex-mono-medium {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
  }
  
  .ibm-plex-mono-semibold {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    font-style: normal;
  }
  
  .ibm-plex-mono-bold {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: normal;
  }
  
  .ibm-plex-mono-thin-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 100;
    font-style: italic;
  }
  
  .ibm-plex-mono-extralight-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 200;
    font-style: italic;
  }
  
  .ibm-plex-mono-light-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: italic;
  }
  
  .ibm-plex-mono-regular-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .ibm-plex-mono-medium-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: italic;
  }
  
  .ibm-plex-mono-semibold-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    font-style: italic;
  }
  
  .ibm-plex-mono-bold-italic {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: italic;
  }

  /* START */

body {
    margin: 0;
    display: flex;
    font-family: "IBM Plex Mono", monospace;
    overflow-x: hidden;
}
header {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0;
    border-bottom: 1px solid black;
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    position: fixed;
    z-index: 7000;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    block-size: 3rem;
    justify-content: space-between;
}

header a {
    font-size: 1.2rem;

    display: flex;
    align-items: center;
    padding: 0 2rem 0 1rem;
    border: .125rem solid transparent;
    block-size: 100%;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.25rem;
    outline: none;
    font-family: "IBM Plex Mono", monospace;
    color: #324234;
    text-decoration: none;
    transition: border-color 110ms;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header img {
    width: 14%;
    margin-right: 4px;
}

.btn {
    font-family: "IBM Plex Mono", monospace;
    box-sizing: border-box;
    padding: 14px 16px 14px 16px;
    flex-shrink: 0;
    cursor: pointer;
} 
header .primary-btn {
    font-size: .9rem;
}

.primary-btn {
    height: 48px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #304133;
    color:white
}

section {
    padding: 36px;
}

main {
    margin-top: 48px;
    width: 100%;
}



.card {
    overflow: hidden;
    border: 1px solid #000;
}

.card-content {
     padding-left: 1.25rem; /* 20px */
    padding-right: 1.25rem; /* 20px */
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.card-header h3 {
    margin: 0;
    width: 50%;
}

.card-header a {
    display: flex;
    color: black;
    justify-content: flex-end;
    text-decoration: none;
    font-weight: 200;
    cursor: pointer;

}

.card-header svg {
    width: 5%;
    margin-left: 8px;
}

.card-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
} 


.card-content li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid black;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 300;
} 

.card-content li span {
    font-weight: 500;
    filter: blur(4px);
} 

.card-img1 {
    height: 270px;
    background-image: url(onions.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img2 {
    height: 270px;
    background-image: url(saffron.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero {
    background: #304133;
    background: linear-gradient(360deg, rgba(48, 65, 51, 1) 0%, rgba(161, 189, 164, 1) 100%);
    background-blend-mode: multiply;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 36px;
    /* min-height: 600px; */
    display: flex;
}

.hero-type {
    width: 50%;
    color: white;
    align-content: center;
}

.hero-type h1 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}

.hero-type p {
    line-height: 2;
    margin-bottom: 32px;
}

 input {
    height: 43px;
    width: 100%;
    font-family: "IBM Plex Mono", monospace;
    padding: 0 16px;
    margin-bottom: 24px;
    padding-block: 0;
    padding-inline: 0;
    border: 0;

}

.hero-type .btn {
    width: 100%;
    border: 1px solid;
}

.hero-img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.hero-img img {
    width: 65%;
    display: none;
}

.content {
    display: flex;
}

.content nav {
    width: 20%;
    padding: 16px;
}

.content nav ul {
    list-style: none;
    padding: 0;
    display: none;
}
.content nav li {
margin: 16px 0;
}

.content nav li a{
    text-decoration: none;
    color: black    ;
    }
 /* nav div {
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(48, 65, 51, 1) 0%, rgba(161, 189, 164, 1) 100%);
    background-blend-mode: multiply;
} */

.content section {
    width: 80%;
}

.why-farm-content, .current-offerings, .upcoming-offerings {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-column-gap: 16px;
}

h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
}
h3{
    font-size: 20px;
    font-weight: 400;
}

.current-offerings h2, .upcoming-offerings h2 {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.current-offerings .result-card {
    grid-column: 1;
    grid-row: 2;
}

.current-offerings .notice1 {
    grid-column: 1 / span 2;
    grid-row: 3;
    font-size: 10px;
}

.current-offerings .notice2 {
    grid-column: 1 / span 2;
    grid-row: 4;
    font-size: 10px;
}

.why-farm-content svg {
    width: 5%;
    margin-right: 8px;
    display: none;
}

.why-farm-content p, .how-tile p {
    font-weight: 300;
    line-height: 1.5;
}

#volatility {
    grid-column: 1;
    grid-row: 1;
}

#inflation {
    grid-column: 1;
    grid-row: 2;
}


#yields{
    grid-column: 1;
    grid-row: 3;
}

#uncorrelated{
    grid-column: 2;
    grid-row: 1;
}

#tailwind {
    grid-column: 2;
    grid-row: 2;
}

hr {
    margin: 64px 0;
}

.how-tiles {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.how-tile {
    padding: 16px;
    background-color: #c8dcc2;
}

.callout {
    display: flex;
    align-items: center;
}

.callout a{
    text-decoration: none;
    font-size: 14px;
}
footer {
    background-color: #304133;
    display: flex;
    flex-wrap: wrap;
    padding: 32px;
}

.footer-col1 {
    width: 20%;
    color: white
}
.footer-col1 svg {
    margin-right: 8px;
}

.footer-col1 a {
    font-size: 25px;
    text-decoration: none;
    color: white;
    display: flex;
    letter-spacing: 0.5px;
    align-items: center;
}

.footer-col2 {
    width: 80%;
    display: grid;
    grid-template-columns: 50% 50%;
    color: white;
    column-gap: 16px;
}

.footer-col2 ul {
    list-style-type: none;
    padding: 0;
}

.footer-col2 p {
    font-size: 11px;
    font-weight: 200;
    line-height: 1.5;
}

.footer-notice-col1 {
    grid-column: 1;
    grid-row: 2;
}

.footer-notice-col2 {
    grid-column: 2;
    grid-row: 2;
}

.footer-about {
    grid-column: 2;
}
.why-farm-content h3 {
    display: flex;
    align-items: center;
}

  

  /* SMALL */
@media only screen and (min-width: 320px) and (max-width: 600px) {

header {
justify-content: center;
}

header .primary-btn {
display: none;
}

.content nav {
    display: none;
}


.hero {
    min-height: auto;
    padding: 16px;
}

.hero-type {
    width: 100%;
    align-content: baseline;
    min-height: none;
}

.hero-type h1 {
    font-size: 36px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.hero-type p {
    line-height: 1.5;
    font-size: 14px;
}

.hero-img{
    display: none;
}


.hero-type input {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    margin-top: 20px;
}

.hero-type .primary-btn {
    width: 100%;
    border: 1px solid #50694C;
    margin-bottom: 20px;
}

.content section {
    width: 100%;
    padding: 0;
}

.why-farming {
    padding: 16px;
}

.why-farm-content, .current-offerings, .upcoming-offerings {
    grid-template-columns: 100%;
    grid-column-gap: 8px;
}

 .current-offerings, .upcoming-offerings {
    padding: 0 16px;
}

#volatility {
    grid-column: 1;
    grid-row: 1;
}

#inflation {
    grid-column: 1;
    grid-row: 2;
}


#yields{
    grid-column: 1;
    grid-row: 3;
}

#uncorrelated{
    grid-column: 1;
    grid-row: 4;
}

#tailwind {
    grid-column: 1;
    grid-row: 5;
}

.why-farm-content p, .how-tile p {
    line-height: 1.6;
    font-size: 14px;
}

h2 {
    font-size: 28px;
    margin-top: 0;
}

h3 {
    font-size: 18px;
    font-weight: 400;
}

hr {
    margin: 32px 0;
}

.how-it-works {
    padding: 0 16px;
}

.how-tiles {
    grid-template-columns: 100%;
    grid-row-gap: 16px;
}

.card.onion-offering {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 16px;
}

.card.saffron-offering {
    grid-column: 1;
    grid-row: 3;
}

.callout {
    display: flex;
    padding: 0 16px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}

.callout h2 {
    width: 100%;
    font-size: 24px;
    text-align: center;
}

footer {
    padding: 16px;
}

.footer-col1, .footer-col2 {
    width: 100%;
}

.footer-col2 {
    column-gap: 0px;
}

.footer-about {
    grid-column: 1;
    grid-row: 1;
}

.footer-notice-col1 {
    grid-column: 1 / span2;
    grid-row: 2;
}

.footer-notice-col2 {
    grid-column: 1 / span 2;
    grid-row: 3;
}

.card-header h3 {
    margin: 0;
    width: 50%;
    font-size: 16px;
}

.card-header a {
    font-size: 11px;
    width: 50%;
    font-weight: 400;
}

.card-header svg {
    width: 9%;
    margin-left: 4px;
}

.why-farm-content svg {
    width: 10%;
    margin-right: 16px;
    display: none;
}

}

@media only screen and (max-width: 670px) {
.modal-content{
    width: 90% !important;
    bottom: 0;
  }
}

@media only screen and (min-width: 1020px) {
  .why-farming h2 {
        width: 50%;
        margin-bottom: 0;
    }

    .why-farming p{
        margin-bottom: 32px;
        font-weight: 300;
    }
}

.hide {
    display: none !important;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
    background-color: rgba(0, 0, 0, 0.5);
display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: white;
    position: absolute;
    /* bottom: 0; */
    width: 50%;
    text-align: left;
    padding: 16px;
  }

  .modal-content h3 {
    display: flex;
    margin: 0;
    align-items: center;
    font-weight: 300;
    justify-content: space-between;
}

  
  .close {
    cursor: pointer;
    font-size: 14px;
    font-weight: 200;
  }

  .modal-content form {
    margin-top: 24px;
  }

  .modal-content label {
    font-size: 14px;
    font-weight: 100;
  }

  .modal-content input {
    border: 1px solid;
  }
.modal-content button {
        width: 100%;
    }
  