/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 16, 2019, 8:59:51 AM
    Author     : Tim
*/

body, html {
    min-width: 1200px;
}

.main-content > div:first-child {
    /*padding-left: 200px;
    margin-top: 100px;*/
}

.main-content > div:nth-child(2) {
    /*margin-left: 200px;
    margin-right: 200px;
    min-width: 1700px;*/
}

.main-content > div p {
    color: white;
    text-align: center;
    font-size: 16pt;
}

.main-content .hm-producestand, .hm-csa-boxes,
.hm-pumpkin-patch {
    min-height: 300px;
    border-top: 2px solid gray;
    /*margin-left: 200px;
    margin-right: 200px;*/
    margin-top: 25px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.main-content .hm-pumpkin-patch {
    margin-bottom: 25px;
}

.main-content .hm-producestand h1, .hm-csa-boxes h1,
.hm-pumpkin-patch h1 {
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16pt;
    white-space: nowrap;
    margin-bottom: 10px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.main-content .hm-producestand h1 {
    /*  margin-top: -25px;*/

}

.main-content .hm-producestand .introduction,
.hm-csa-boxes .introduction, .hm-pumpkin-patch .introduction {
    margin-left: 2vw;
    margin-right: 2vw;
    min-width: 400px;
    margin-top: 30px;
}

.main-content .hm-producestand .introduction p,
.hm-csa-boxes .introduction p,
.hm-pumpkin-patch .introduction p {
    color:#fff;
    font-size: 16pt;
}

.hm-pumpkin-patch .introduction {
    /* max-width: 600px !important;*/
}

.main-content .hm-producestand .opening-holiday {
    color: rgb(202,202,202) !important;
    font-size: 16px !important;
}

.main-content .hm-producestand .day {
    color: #fff !important;
    font-size: 20px !important;
}

.main-content .hm-producestand .time {
    color: rgb(202,202,202) !important;
    font-size: 16px !important;
}

.main-content .hm-csa-boxes .box-type {
    color: #fff;
    font-size: 20px;
}

.main-content .hm-csa-boxes .price {
    font-size: 16px;
    color: rgb(202,202,202);
}

.main-content .hm-producestand img {
    box-shadow: rgba(0,0,0,0.690196) 0px 26px 30px -10px,rgba(0,0,0,0.721412) 0px 16px 10px -10px;
    margin-right: 25px;
    height: 8vw;
    min-height: 100px;
    object-fit: contain;
    border-radius: 4px;
}

.main-content .hm-pumpkin-patch img:not(.closed) {
    box-shadow: rgba(0,0,0,0.690196) 0px 26px 30px -10px,rgba(0,0,0,0.721412) 0px 16px 10px -10px;
    height: 8vw;
    min-height: 100px;
    object-fit: contain;
    border-radius: 4px;
}

.main-content .hm-csa-boxes img:hover {
    transform: scale(1.1);
    border-color: #fff;
}

.main-content .hm-csa-boxes img {
    margin-right: 25px;
    border: 1px solid rgb(65,66,77);
    background-color: rgb(44,45,57);
    border-radius: 4px;
    transition: transform .2s;
    cursor: pointer;
    height: 8vw;
    min-height: 100px;
    object-fit: contain;
    box-shadow: rgba(0,0,0,0.690196) 0px 26px 30px -10px,rgba(0,0,0,0.721412) 0px 16px 10px -10px;
}

/*.logo {
    height: 10vw;
    min-height: 170px;
}*/

.logo img {
    max-width: 797px;
    min-width: 400px;
    width: 20vw;
    object-fit: contain;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.mci {
    /*max-width: 700px;
    min-width: 350px;
    width: 30vw;
    margin-left: 2vw;*/
    padding: 100px;
    margin-top: 0;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

@media only screen and (max-width: 650px) {
    .hm-pumpkin-patch .introduction p {
        display: none;
    }

    .closed {
        display: none !important;
    }
}

img.closed {
    /*max-width: 587px;
    min-width: 200px;
    width: 35vw;*/
    object-fit: contain;
}

@media screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
{
    .logo {
        height: 5vw;
    }

    .logo img {
        width: 100vw;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .mci {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content .hm-producestand img {
        height: 20vw;
    }

    .main-content .hm-csa-boxes img {
        height: 20vw;
    }

    .main-content .hm-producestand .introduction,
    .hm-csa-boxes .introduction {
        width: 55vw;
    }

    .hm-pumpkin-patch .introduction {
        width: 90vw;
    }

    .hm-pumpkin-patch > div {
        flex-direction: column;
    }

    .main-content .hm-pumpkin-patch img:not(.closed) {
        height: 30vw;
    }

    img.closed {
        width: 50vw;
        margin: 0 auto;
    }
}

@media screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
{
    .logo {
        height: 5vw;
    }

    .logo img {
        width: 100vw;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .mci {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content .hm-producestand img {
        height: 20vw;
    }

    .main-content .hm-csa-boxes img {
        height: 20vw;
    }

    .main-content .hm-producestand .introduction,
    .hm-csa-boxes .introduction {
        width: 55vw;
    }

    .hm-pumpkin-patch .introduction {
        width: 80vw;
        max-width: 1024px !important;
    }

    .hm-pumpkin-patch > div {
        flex-direction: column;
    }

    .main-content .hm-pumpkin-patch img:not(.closed) {
        height: 30vw;
    }

    img.closed {
        width: 50vw;
        margin: 0 auto;
    }
}

@media screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: portrait)
{
    .logo {
        height: 5vw;
    }

    .logo img {
        width: 100vw;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .mci {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content .hm-producestand img {
        height: 20vw;
    }

    .main-content .hm-csa-boxes img {
        height: 20vw;
    }

    .main-content .hm-producestand .introduction,
    .hm-csa-boxes .introduction {
        width: 55vw;
    }

    .hm-pumpkin-patch .introduction {
        width: 90vw;
    }

    .hm-pumpkin-patch > div {
        flex-direction: column;
    }

    .main-content .hm-pumpkin-patch img:not(.closed) {
        height: 30vw;
    }

    img.closed {
        width: 50vw;
        margin: 0 auto;
    }
}

@media screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (orientation: landscape)
{
    .logo {
        height: 5vw;
    }

    .logo img {
        width: 100vw;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .mci {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
    }

    .main-content .hm-producestand img {
        height: 20vw;
    }

    .main-content .hm-csa-boxes img {
        height: 20vw;
    }

    .main-content .hm-producestand .introduction,
    .hm-csa-boxes .introduction {
        width: 55vw;
    }

    .hm-pumpkin-patch .introduction {
        width: 80vw;
        max-width: 1024px !important;
    }

    .hm-pumpkin-patch > div {
        flex-direction: column;
    }

    .main-content .hm-pumpkin-patch img:not(.closed) {
        height: 30vw;
    }

    img.closed {
        width: 50vw;
        margin: 0 auto;
    }
}