:root {
    --midnight-blue: #0a2c6c;
    --cornflower-blue: #88aeef;
    --dark-green: #2c5a35;
    --linen: #e8e2d6;
    --white: white;
    --black: #333;
}

h1 {
    color: var(--midnight-blue);
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Quicksand, sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.2em;
}

h2 {
    color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Quicksand, sans-serif;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
}

h3 {
    color: var(--cornflower-blue);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
}

h4 {
    color: var(--dark-green);
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 24px;
}

.navbar {
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.brand {
    width: 200px;
}

.nav-link {
    color: var(--midnight-blue);
    text-transform: uppercase;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--cornflower-blue);
}

.hero {
    height: 100vh;
    background-color: var(--linen);
    position: relative;
}

.top-left-leaf {
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -10%;
    right: auto;
    overflow: hidden;
}

.top-left-leaf-img {
    max-width: 80%;
    opacity: .14;
    transform-style: preserve-3d;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(0);
}

.bottom-right-lef-div {
    width: 40%;
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -2%;
    overflow: hidden;
}

.bottom-right-leag-img {
    opacity: .14;
    position: relative;
    bottom: -143px;
    right: -101px;
}

.top-right-leaf-div {
    height: auto;
    min-height: 0;
    object-fit: contain;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20%;
    display: none;
    position: absolute;
    top: -20%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.top-leaf-img {
    max-width: 40%;
    opacity: .14;
    object-fit: contain;
    transform-style: preserve-3d;
    transform: rotateX(180deg) rotateY(1deg) rotateZ(7deg);
}

.hero-wrapper-div {
    z-index: 100;
    justify-content: center;
    align-items: stretch;
    padding: 100px 2% 50px 5%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-50-50 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.hero-text-div {
    width: 48%;
}

.body {
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 1.75em;
}

.hero-text-block {
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.5em;
}

.product-photo-div {
    width: 55%;
    justify-content: flex-end;
    display: flex;
}

.button {
    border: 1px solid var(--dark-green);
    background-color: var(--linen);
    color: var(--dark-green);
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
}

.button:hover {
    background-color: var(--dark-green);
    color: var(--white);
}

.button.hover-outline:hover {
    border-color: var(--white);
}

.nav-bg-color {
    height: 100%;
    background-color: var(--linen);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.mission-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mission-wrapper {
    width: 90%;
    max-height: 600px;
    max-width: 1600px;
    min-height: 500px;
    justify-content: space-between;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.photo-48 {
    width: 48%;
    border: 2px none var(--dark-green);
    object-fit: cover;
    background-image: url('../images/3-sides-sealed-bag.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, .06);
}

.text-48 {
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.mission-header-div {
    width: 90%;
    max-width: 1600px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.cta-parallax {
    min-height: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/started-bg.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 75px;
    display: flex;
}

.ready-to-start-wrapper-div {
    width: 100%;
    border: 1px solid var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
}

.h2-white {
    color: var(--white);
}

.h2-white.left {
    text-align: left;
}

.large-cta-text {
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.5em;
}

.featured-products-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.featured-products-wrapper {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.product-50-50 {
    justify-content: space-between;
    margin-top: 50px;
    display: flex;
}

.products-holder, .product-list {
    width: 48%;
}

.product-row {
    justify-content: space-between;
    margin-top: 2%;
    margin-bottom: 0%;
    display: flex;
}

.product-div {
    width: 30%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding: 10px;
    line-height: 1.2em;
    display: flex;
}

.product-div.no-marg {
    margin-right: 0;
}

.product-image-div {
    width: 150px;
    height: 150px;
    min-height: 0;
    object-fit: cover;
    margin-bottom: 10px;
    overflow: hidden;
}

.image-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-div {
    justify-content: space-between;
    display: flex;
}

.list-48 {
    width: 48%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.list-item {
    color: var(--dark-green);
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.image-3 {
    width: auto;
    height: 30px;
    margin-right: 15px;
}

.services-section {
    min-height: 65vh;
    background-color: var(--linen);
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.design-services-wrapper-div {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.service-holder {
    width: 100%;
    justify-content: space-between;
    margin-top: 75px;
    display: flex;
}

.service-div {
    width: 24%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.icon-div {
    width: 100px;
    height: 100px;
    background-color: var(--dark-green);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
}

.nav-menu {
    height: auto;
    align-items: center;
    padding-top: 1%;
    padding-right: 20px;
    display: flex;
}

.top-products {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 150px;
}

.top-products-wrapper {
    width: 95%;
    max-height: 400px;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.top-product-div {
    width: 23%;
    min-height: 400px;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.image-4 {
    max-height: 350px;
    object-fit: contain;
}

.contact-section {
    background-color: var(--dark-green);
    padding-top: 100px;
    padding-bottom: 125px;
    position: relative;
}

.contact-wrapper-div {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.field-label {
    width: 100%;
    color: var(--white);
}

.textarea {
    margin-bottom: 30px;
}

.footer-text {
    color: var(--white);
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
}

.image-5 {
    width: 100%;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.social-icon:hover {
    opacity: .43;
}

.social-icon-mobile {
    width: 40px;
    height: 40px;
    display: none;
}

.social-icon-mobile:hover {
    opacity: .43;
}

.follow-on-social-parallax {
    width: 100%;
    border: 1px none var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px;
    display: flex;
}

.follow-text-div {
    width: 30%;
}

.image-7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-follow-info-div {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
}

.bio-pic-div {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.insta-feed-holder {
    width: auto;
    flex-direction: column;
    display: flex;
}

.insta-post {
    width: 32%;
    height: 200px;
    max-width: 250px;
    object-fit: cover;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, .35);
}

.bio-pic-and-handle-div {
    color: var(--linen);
    align-items: center;
    display: flex;
}

.insta-post-holder {
    min-height: 225px;
    justify-content: center;
    display: flex;
}

.insta-post-holder.marg {
    min-height: 200px;
    justify-content: center;
    margin-bottom: 2%;
}

.product-section {
    /*background-color: rgba(44, 90, 53, .1);*/
    justify-content: space-between;
    /*padding: 11% 5% 5%;*/
    display: flex;
}

.section-wrapper-49 {
    width: 49%;
    flex-direction: column;
    display: flex;
}

.section-wrapper-49.white {
    background-color: var(--white);
    justify-content: space-between;
    padding: 20px;
}

.top-item-photos-div {
    background-color: var(--white);
    margin-bottom: 5%;
    padding: 20px;
}

.tabs {
    display: flex;
}

.tabs-menu {
    flex-direction: column;
    display: flex;
}

.image-8 {
    width: 75px;
}

.tab-link {
    width: 95px;
    background-color: var(--white);
    border: 2px solid rgba(44, 90, 53, 0);
    margin-bottom: 10px;
    padding: 10px;
}

.tab-link.w--current {
    background-color: var(--white);
    border-color: #2c5a35;
}

.tab-pane {
    height: 100%;
}

.tabs-content {
    width: 100%;
}

.tab-pane-div {
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

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

.product-description-text-div {
    background-color: var(--white);
    padding: 20px;
}

.new-list-item {
    margin-bottom: 10px;
}

.large-line, .product_meta {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.large-line.bottom {
    margin-bottom: 30px;
}

.table-div {
    border: 1px solid rgba(136, 174, 239, .2);
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
}

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

.table-49 {
    width: 50%;
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.table-49.right {
    border-left: 1px solid rgba(136, 174, 239, .2);
}

.table-row {
    text-align: center;
    border-top: 1px rgba(136, 174, 239, .2);
    border-bottom: 1px solid rgba(136, 174, 239, .2);
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-row.bottom {
    border-bottom-style: none;
}

.color-holder {
    height: 50px;
    margin-bottom: 30px;
    display: flex;
}

.color-div {
    width: 50px;
    background-color: var(--midnight-blue);
    margin-right: 15px;
}

.color-div.green {
    background-color: var(--dark-green);
}

.color-div.purple {
    background-color: var(--cornflower-blue);
}

.color-div.black {
    background-color: #000;
}

.form-2 {
    align-items: center;
    display: flex;
}

.select-field {
    border: 1px solid var(--black);
    color: var(--black);
    background-color: rgba(243, 243, 243, 0);
    margin-bottom: 0;
    margin-right: 20px;
}

.payment-holder {
    justify-content: space-between;
    display: flex;
}

.payment-img {
    width: 13%;
}

.also-like-section {
    /*background-color: rgba(44, 90, 53, .1);*/
    padding-bottom: 5%;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
}

.also-like-wrapper {
    background-color: var(--white);
    justify-content: space-between;
    display: flex;
}

.also-like-product {
    width: 20%;
    border-right: 1px solid rgba(136, 174, 239, .2);
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    display: flex;
}

.product-img {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1em;
    }

    .navbar {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .brand, .brand.w--current {
        width: 150px;
    }

    .hero {
        height: 800px;
    }

    .hero-wrapper-div {
        padding-top: 125px;
    }

    .hero-50-50 {
        flex-direction: column;
    }

    .hero-text-div {
        width: 100%;
    }

    .hero-text-block {
        font-size: 1.2em;
    }

    .product-photo-div {
        width: 100%;
        justify-content: flex-end;
        display: flex;
    }

    .cta-parallax {
        min-height: 0;
    }

    .product-50-50 {
        flex-direction: column;
    }

    .products-holder {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-list {
        width: 100%;
    }

    .services-section {
        min-height: 0;
    }

    .nav-menu {
        background-color: var(--linen);
    }

    .top-products-wrapper {
        max-height: 300px;
    }

    .top-product-div {
        min-height: 300px;
    }

    .menu-button {
        padding: 10px;
    }

    .menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .icon {
        color: var(--dark-green);
    }

    .image-5 {
        width: auto;
        max-width: 75%;
    }

    .social-icon {
        z-index: 10;
        display: none;
        position: relative;
    }

    .social-icon-mobile {
        z-index: 10;
        display: block;
        position: relative;
    }

    .follow-on-social-parallax {
        flex-direction: column;
    }

    .follow-text-div, .insta-feed-holder {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.2em;
    }

    .brand, .brand.w--current {
        width: 100px;
    }

    .hero {
        height: 500px;
    }

    .hero-wrapper-div {
        padding-top: 75px;
    }

    .hero-text-block {
        font-size: 1em;
    }

    .product-photo-div {
        position: relative;
        top: -25px;
        right: -45px;
    }

    .mission-section {
        padding-bottom: 50px;
    }

    .mission-wrapper {
        max-height: none;
        min-height: 0;
        flex-direction: column;
        margin-top: 0;
    }

    .photo-48 {
        width: 100%;
        min-height: 350px;
    }

    .text-48 {
        width: 100%;
        padding-top: 30px;
    }

    .cta-parallax {
        padding: 30px;
    }

    .featured-products-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .products-holder {
        margin-bottom: 20px;
    }

    .list-item {
        align-items: flex-start;
    }

    .services-section {
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service-holder {
        flex-direction: column;
        margin-top: 0;
    }

    .service-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .icon-div {
        width: 75px;
        height: 75px;
    }

    .top-products {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .top-products-wrapper {
        max-height: none;
    }

    .top-product-div {
        min-height: 200px;
    }

    .contact-section {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .menu-button {
        padding: 2% 10px 10px;
    }

    .image-5 {
        max-width: 85%;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        margin-bottom: 15px;
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    .product-photo-div {
        top: 10px;
        right: auto;
    }

    .button {
        text-align: center;
    }

    .mission-section {
        padding-top: 50px;
    }

    .photo-48 {
        min-height: 250px;
    }

    .h2-white.left {
        text-align: center;
    }

    .product-row {
        flex-direction: column;
    }

    .product-div {
        width: 100%;
    }

    .product-image-div {
        width: 100%;
        height: 250px;
    }

    .list-div {
        flex-direction: column;
    }

    .list-48 {
        width: 100%;
    }

    .list-item {
        margin-bottom: 15px;
    }

    .top-products-wrapper {
        flex-direction: column;
    }

    .top-product-div {
        width: 100%;
        min-height: 0;
    }

    .image-4 {
        max-height: 200px;
    }

    .footer-text {
        font-size: .85em;
        bottom: 2%;
    }

    .menu-button {
        padding-top: 5%;
    }

    .menu-button.w--open {
        padding-top: 10px;
    }

    .image-5 {
        max-width: 110%;
    }

    .social-icon-mobile {
        width: 30px;
        height: 30px;
    }

    .follow-on-social-parallax {
        padding-left: 0;
        padding-right: 0;
    }

    .top-follow-info-div {
        width: 100%;
        flex-direction: column;
    }

    .bio-pic-div {
        width: 50px;
        height: 50px;
    }

    .insta-post {
        width: 250px;
        height: 250px;
        margin-bottom: 2%;
    }

    .bio-pic-and-handle-div {
        margin-bottom: 20px;
    }

    .insta-post-holder, .insta-post-holder.marg {
        flex-direction: column;
        align-items: center;
    }
}


