html {
    min-height: 100%;
}
html, body, #page, header {
    height: 100%;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
}
#content {
    min-height: 100%;
/*
    margin-bottom: 50px;
*/
}

.no-bg {
    background-color: white;
    padding-top: 50px;
}
/*html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}*/

body {
    background-image: url("../images/tractor.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    color: #2ecc71;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}



/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }


}

.navbar {
    margin-bottom: 0;

}
.navbar-gradient {
    background: linear-gradient(135deg,#4286f4,#064579);
    border-bottom: solid #064579 1px;
    font-family: Roboto, sans-serif;
}

.navbar-brand > img {
    padding: 0;
    height: 130%;
}

.footer-container, #content:after {
    /*
    background-color: #6b5d4e;
*/
    background: linear-gradient(135deg,#4286f4,#064579);
    border-top: solid #064579 1px;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    padding: 1rem;
    text-align: center;
    height: 50px;
}

.footer-inner {
    width: 100%;
    color: white;
    text-align: center;
}

/* VARIETIES LIST*/
.variety-list {
    margin: auto;
    width: 80%;
    float: right;
}

.variety-list > div {
    background-color: #f1f1f1;
    width: 300px;
    height: 350px;
    margin: 5px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

.variety-list-wrapper {
    width: 100%;
    height: 80%;
    margin-top: 100px;
    position: relative;
    margin-bottom: 100px;
}

.variety-overview {
    border-top: solid #4286f4 10px;
}

.thumbnail {
    padding: 0;
}

.thumbnail > a > img {
    width: 100%;
    height: auto;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

.addToCart {
    position: absolute;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}

.addCart-button {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    bottom: 0;
}



.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
}

.variety-menu {
    width: 20%;
    max-width: 300px;
    float: left;
    padding-top: 10px;
}

.sidenav {
    z-index: 1;
    top: 20px;
    left: 10px;
    background: #eee;
    overflow-x: hidden;
    border: solid;
}

.variety-menu-item {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    background-color: white;
    color: #2196F3;
    width: 100%;
    display: block;
    border: solid 1px;
}


.sidenav a:hover {
    color: #064579;
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    .sidenav {
        display: none;
    }

    .variety-list {
        padding-left: 0;
        width: 100%;
        float: right;
        margin: auto;
    }
    
}

/* VARIETY DETAILS */

.container-details-wrapper {
    width: 70%;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
    height: auto;
    background-color: white;
    border-top: solid #4286f4 10px;
}

.details-header {
    width: 100%;
    height: 100px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.details-image {
    width: 40%;
    height: 350px;
    float: left;
    display: block;

}

.details-image > img {
    width: 90%;
    height: auto;
    margin-left: 5%;
}
.details-information {
    width: 60%;
    height: auto;
    float: left;
    display: block;
}

.details-footer {
    bottom: 0;
    width: 100%;
    height: 50px;
    float: right;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: grey solid 2px;
}

.textlabel {
    width: 200px;
    float: left;
    margin: auto;
    margin-top: 10px;
}
.cart-textbox {
    width: 100px;
    float: left;
    margin: auto;

}

.shopping-cart-quantity {
    padding-left: 20px;
    width: 200px;
}



@media screen and (max-width: 767px) {
    .container-details-wrapper {
        width: 100%;
        height: auto;
    }

    .details-image {
        width: 100%;
        height: auto;
    }

    .details-information {
        width: 100%;
        height: auto;
    }

    .details-footer {
        height: auto;
    }
}

/*
    ACCOUNT PAGE
*/
.account-container {
    background-color: white;
    display: inline-block;  
    margin: auto;
    padding: 20px;
    border-top: solid #4286f4 10px;
    width: 400px;
    height: auto;
    padding: 10px; 
    margin-top : 100px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .account-container {
        width: 100%;
        left: 0;
    }
}

/* EDIT VARIETY PAGE */
.textbox {
    width: 80%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.list-left {
    width: 80%; 
    float: left;
}
.button-left, .button-right {
    margin: auto;
}

.button-left {
    float: left;
}

.button-right {
    float: right;
}

/* MAIN PAGE */
.container-top {

    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: -1;
    margin-top: 20px;
}

.container-top > video {
    position: relative;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    z-index: -200;
    margin: 0;
    margin-bottom: -50px;
    padding: 0;
}

.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
}

.overlay h1 {
    font-size: 70px;
    letter-spacing: 3px;
    color: white;
    font-family: Oswald, sans-serif;
    text-align: center;
    margin-top: 20%;
}

@media(max-width: 570px) {
    /* Hide captions */
    .overlay > h1 {
        font-size: 25px;
    }
}
.container-alt {
    background-color: white;
    padding: 0;
    margin: 0;
    margin-top: -5px;
    padding-top: 25px;
    padding-bottom: 50px;
/*
    border-top: solid gold 5px;
*/
}

.container-alt h1{
    color: #0000cd;
    text-shadow: 2px 2px gold;
}
.container-alt-inner {
        background: rgba(255,255,255,0.8);

}
.container-alt2 {
    background: linear-gradient(135deg,#4286f4,#064579);
    /*
    background: linear-gradient(135deg,#008000,#77d350);
*/
    padding: 0;
    margin: 0;
    margin-top: -5px;
    padding-top: 25px;
    padding-bottom: 50px;
    /*border-top: solid #4286f4 10px;
    border-bottom: solid #4286f4 10px;*/
    border-top: solid #064579 10px;
    border-bottom: solid #064579 10px;
    text-align: center;
}

.container-alt2 h1 {
    color: white;
}

.container-contact-top {
    background-image: url("../images/vegetable_variety.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    text-align: center;
    height: 100px;
    border-top: solid #77d350 5px;
    border-bottom: solid #77d350 5px;
}

.container-contact-top h1 {
    color: white;
}
.container-contact-bottom {
    background: linear-gradient(135deg,#4286f4,#1e5bbf);
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    text-align: center;
}
.container-contact-top > h1 {
    padding: 25px;
}

.clear-float {
    clear: both;
}

.div-title {
    width: 100%;
    padding-bottom: 20px;
}

.div-inner {
    float: left;
    padding: 15px;
    margin: 0;
    min-height: 200px;
}

.div-third {
    width: 33%;
    text-align: center;
}
.div-large {
    width: 60%
}

.div-small {
    width: 40%
}

.div-image > img {
    width: 100%;
    height: auto;
    border: solid 2px #4286f4;
}

.container-edit {
    background-color: white;
    margin: 10%;
    padding: 20px;
    border-top: solid #4286f4 10px;
    width: 80%;
    height: auto;
}

.container-upload-images {
    height: 200px;
}
.container-cart {
    background-color: white;
    margin: 10%;
    padding: 20px;
    border-top: solid #4286f4 10px;
    width: 80%;
}

.icon-style {
    font-size: 4em;
    color: #77d350;
    padding: 10px;
}
@media(max-width: 800px) {
    .div-inner, .div-large, .div-small { width: 100%; }
}
.card {
    background-color: #f1f1f1;
    width: 300px;
    height: auto;
    margin: auto;

    text-align: center;
    line-height: 75px;
    font-size: 30px;
    float: left;
/*
    display: inline-block;
*/
}

@media(max-width: 800px) {
    .card-deck {
        margin: auto;
    }
    .card {
        width: 80%;
        margin-left: 10%;
    }

    .card:hover {
        transform: none;
    }
}


.container-mid {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    height: 200px;
    color: white;
}


.container-mid-alt-inner {
    height: 250px;

}



