﻿* {
  box-sizing: border-box;
}

html {
    background-color: #ffffff;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

.header {
    display: flex;
    justify-content: flex-start;
    background-color: rgb(25, 50, 47);
    height: 80px;
    width: calc(100%);
}

.header a:hover{
    color: #45d42c;
}
 
.logo {
    width: auto;
}

.logo img {
    height: 80px;
    width: 80px;
}

.dropdown {
    width: 100%;
    overflow-y: overlay;
}

.menuIcon {
    display: none;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    background-color: rgb(25, 50, 47);
    height: 80px;
    width: auto;
}

.menuButtons {
    color: #c6102e;
    width: auto;
    text-align: center;
    font-size: 20px;
    padding: 30px 1%;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

.banner {
    height: 80%;
    width: 90%;
    background-image: url(./images/fullContainer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: 5%;
    margin-right: 5%;
}

.title {
    font-size: 60px;
    font-weight: 800;
    font-family: "Trebuchet MS";
    text-align: center;
    margin: 0;
    padding: 5% 0;
    color: rgb(25, 50, 47);
}

.row {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
    padding: 2% 8%;
    text-align: center;
}

.text {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
    padding: 2% 8%;
    text-align: left;
}

.coreValuesTitle {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    font-family: "Helvetica";
    color: #000000;
    margin: 0;
    padding: 0 0 2% 0;
}

.coreValues {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 0;
    padding: 0 8%;
}

.coreValues h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
}

.coreValues p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
}

.specialText1 {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
    padding: 2% 8%;
    text-align: left;
}

.footnote {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
    padding: 0 8%;
    text-align: left;
}

.footnoteAlt {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    font-family: "Helvetica";
    text-align: left;
}

.pageLink {
    text-decoration: none;
    color: #000000;
}

.topPageImageContainer {
    display: flex;
}

.topPageImage {
    flex: 25%;
    width: 25%;
}

.backgroundImage {
    height: 60%;
    background-image: url(./images/pallets.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin: 0;
    padding: 2% 8%;
}

.item {
    border: 1px solid #000000;
    height: auto;
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 5px;
}

.item img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

.parallax1 {
    height: 50%;
    background-image: url(./images/emptyContainer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parallax2 {
    height: 100%;
    background-image: url(./images/pallets.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: center;
}

.columnl {
    max-width: 50%;
    width: 50%;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 10px;
    text-align: right;
    list-style: none;
}

.imgr {
    max-width: 50%;
    width: 50%;
}
.columnr {
    max-width: 50%;
    width: 50%;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    padding: 10px;
    text-align: left;
    list-style: none;
    padding-right: 20px;
}

.imgl {
    max-width: 50%;
    width: 50%;
}

.column {
    margin: 0;
    padding: 2% 8%;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    list-style: none;
}

.list {
    margin: 0;
    padding: 0 8%;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.image {
    margin: 0;
    padding: 0 8%;
}

.fruitContainer {
    display: grid;
    margin: 0;
    padding: 2% 8%;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.fruit {
    padding: 1% 0;
}

.fruitImage {
    float: left;
    width: 100%;
    padding-right: 1%;
}

.fruitTitle {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.fruitText {
    font-size: 20px;
    font-weight: 300;
    font-family: "Helvetica";
}

.productContainer {
    display: grid;
    margin: 0;
    padding: 2% 8%;
    grid-template-columns: 100%;
}

.productList {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.productList a {
    text-decoration: none;
    color: #000000;
}

.productList:hover {
    background:rgb(99, 102, 102, 0.06);
    border-radius: 20px;
}

.productsImage {
    float: left;
    width: 18%;
    padding-right: 1%;
}

.productVideo{
    width: 50%;
}

.productTitle {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.productText {
    font-size: 20px;
    font-weight: 300;
    font-family: "Helvetica";
}

.blogContainer {
    display: grid;
    margin: 0;
    padding: 2% 8%;
    grid-template-columns: 100%;
}

.article {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.article:hover {
    background:rgb(99, 102, 102, 0.06);
    border-radius: 20px;
}

.article a {
    text-decoration: none;
    color: #000000;
}

.articleImage {
    float: left;
    width: 25%;
    padding-right: 10px;
}

.articleTitle {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.articleText {
    font-size: 20px;
    font-weight: 300;
    font-family: "Helvetica";
}

form {
    margin: 0;
    padding: 2% 8%;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    box-shadow: 0;
}

.smallField {
    font-size: 18px;
    font-weight: 300;
    font-family: "Helvetica";
    height: 30px;
}

.largeField{
    font-size: 18px;
    font-weight: 300;
    font-family: "Helvetica";
}

.formButtons {
    display: inline-block;
    background-color: rgb(25, 50, 47);
    color: #c6102e;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
}

.product {
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
    margin: 0;
    padding: 2% 8%;
}

.productHeading {
    font-size: 30px;
    font-weight: 500;
    font-family: "Helvetica";
}

.productHeader {
    display: grid;
    grid-template-columns: 25% 75%;
}

.productHeaderAlt {
    display: grid;
    grid-template-columns: 25% 25% 50%;
}

.productImage {
    width: 100%;
}

.calendar {
    margin: 0;
    padding: 2% 8%;
    border: 1px solid #000000;
    border-collapse: collapse;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.calendar tr {
    margin: 0;
    padding: 2% 8%;
    border: 1px solid #000000;
    border-collapse: collapse;
    font-size: 25px;
    font-weight: 300;
    font-family: "Helvetica";
}

.calendar td {
    border: 1px solid #000000;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: 300;
    font-family: "Helvetica";

}

.calendarHeading {
    background-color: rgb(25, 50, 47);
    color:#c6102e;
    border: 1px solid #000000;
    border-collapse: collapse;
}

.calendarHeading th {
    background-color: rgb(25, 50, 47);
    color:#c6102e;
    border: 1px solid #000000;
    border-collapse: collapse;
    padding: 0 10px;
}

.calendarData {
    border: 1px solid #000000;
}

.greenVariety {
    background-color: #92D050;
}

.redVariety {
    background-color: #FF0000;
}

.blackVariety {
    background-color: #7F7F7F;
}

.footer {
    background-color: #ffffff;
    height: 125px;
}

.ftext {
    color: #000000;
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    font-family: "Helvetica";
}

@media screen and (max-width: 915px) { 
    html {
        background-color: rgb(25, 50, 47);
    }
    .header {
        height: auto;
        justify-content: space-between;
    }
    
    .logo {
        height: 80px;
        width: 80px;
    }
    
    .dropdown {
        width: auto;
    }
    
    .menuIcon {
        display: inline-block;
        background-image: url(./images/menu.png);
        height: 80px;
        width: 80px;
        background-position: center;
        background-size: cover;
        background-color: rgb(25, 50, 47);
        padding: 16px;
        border: none;
    }
    
    .buttons {
        display: none;
        position: absolute;
        background-color: rgb(25, 50, 47);
        min-width: 160px;
        z-index: 1;
        right: 0;
    }
    
    .menuButtons {
        display: block;
        background-color: rgb(25, 50, 47);
        font-size: 24px;
    }
    
    .dropdown:hover .buttons {
        display: block;
    }
    
    .title {
        background-color: #ffffff;
    }
    
    .row {
        font-size: 20px;
        background-color: #ffffff;
    }
    
    .text {
        background-color: #ffffff;
    }
    
    .coreValuesTitle {
        background-color: #ffffff;
    }
    
    .coreValues {
        background-color: #ffffff;
        grid-template-columns: 100%;
    }
    
    .coreValues h3  {
        font-size: 5vw;
    }
    
    .coreValues p  {
        font-size: 4vw;
        padding-bottom: 15px;
    }
    
    .servantLeadership  p  {
        padding-bottom: 0;
    }
    
    .specialText1 {
        background-color: #ffffff;
    }
    
    .list {
        background-color: #ffffff;
    }
    
    .footnote {
        background-color: #ffffff;
    }
    
    .productContainer {
        background-color: #ffffff;
    }

    .fruitContainer {
        grid-template-columns: 100%;
        background-color: #ffffff;
    }

    .fruitImage {
        width: 100%;
    }

    .fruitTitle {
        text-align: center;
        font-size: 5vw;
    }
    
    .product {
        background-color: #ffffff;
    }

    .productHeading {
        font-size: 30px;
        font-weight: 500;
        font-family: "Helvetica";
        padding: 0;
        margin: 1% 0 0 0;
    }

    .productHeader {
        display: grid;
        grid-template-columns: 100%;
    }
    
    .productHeaderAlt {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .productInformation {
        width: 100%;
    }
    
    .image {
        display: block;
        background-color: #ffffff;
        width: 100%;
    }
    
    .calendar {
        background-color: #ffffff;
    }
    
    .calendarHeading th{
        font-size: 3.2vw;
    }

    .blogContainer {
        background-color: #ffffff;
        display: grid;
        margin: 0;
        padding: 2% 8%;
        grid-template-columns: 100%;
    }

    .article {
        margin-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .article a {
        text-decoration: none;
        color: #000000;
    }
    
    .articleImage {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    
    .articleTitle {
        font-size: 25px;
        font-weight: 300;
        font-family: "Helvetica";
    }
    
    .articleText {
        font-size: 20px;
        font-weight: 300;
        font-family: "Helvetica";
    }
    
    .column {
        background-color: #ffffff;
    }
    
    form {
        background-color: #ffffff;
    }
}