﻿.section {
    background-position: top left;
    background-size: contain;
}

.homeLink {
    position: fixed;
    top: 30px;
    right: 30px;
}
.section {
    background-repeat: no-repeat;
    background-size: cover;
}
.menuLink {
    position: fixed;
    top: 30px;
    left: 30px;
}

.homeLinkIcon {
    max-width: 150px;
}

.menuLinkIcon {
    max-width: 150px;
}

.menuPictureMobile {
    display: none;
}

.menuPicture {
    max-height: 80vh;
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.sectionNameImage {
    position: absolute;
    max-height: 15vh;
    top: 30px;
    left: 30px;
}

.sectionImage {
    position: absolute;
    max-height: 70vh;
    max-width: 30vw;
    bottom: 0px;
    left: 30px;
}


.teamImage {
    float: left;
    width: 20vw;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    margin: 0 2.5vw;
}

.imageDiv {
    width: 50vw;
    height: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.teamImage > img {
    max-width: 100%;
}

.teamText {
    float: left;
    width: 20vw;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    margin: 0 2.5vw;
    opacity: 0;
}

.teamText1 {
    text-align: right;
}

.teamText2 {
    text-align: left;
}

.descDiv {
    width: 50vw;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bulkImage1 {
    display: block;
    max-width: 15vw;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}

.bulkImage2 {
    display: none;
    max-width: 15vw;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}

.bulkImage3 {
    display: none;
    max-width: 15vw;
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    height: 128px;
}

#carousel2 {
    height: 50vh;
}

.formDiv {
    max-width: 50vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.emailInput {
    border: 1px solid black;
    width: 100%;
    display: block !important;
    padding: 10px;
    min-width: 350px;
}

.subsButton {
    width: 150px;
    float: right;
    position: relative;
    transform: translateX(50%);
}

.subcribeBox {
    padding-top: 20px;
}

.contactDiv {
    max-width: 50vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contactButton {
    width: 150px;
    float: right;
    position: relative;
}

.home2LinkIcon {
    max-width: 150px;
}

.homeLink2 {
    position: absolute;
    top: 30px;
    right: 30px;
}

.inputGray {
    min-width: 350px;
    padding: 10px;
    border: 1px solid black;
    margin-top: -1px;
}

textarea.inputGray {
    min-height: 100px;
}

.tab_wrapper {
    font-family: 'BRANDON_REG';
    max-height: calc(100% - 50px);
}

    .tab_wrapper > ul li {
        font-family: 'SummerHearts-Regular';
    }

        .tab_wrapper > ul li.active {
            color: #FBB040;
        }

    .tab_wrapper h2 {
        font-family: 'BRANDON_MED';
    }

.teamImage {
    font-family: 'SummerHearts-Regular';
    color: #FBB040;
    font-size: 20px;
}

.positionTextName {
    color: black;
}

.teamText {
    font-family: 'BRANDON_REG';
    font-size: 20px;
}

.bigOrderText {
    font-family: 'BRANDON_REG';
    font-size: 20px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    left: 50%;
}

.capt11 {
    text-align: center;
    font-family: 'BRANDON_REG';
    font-size: 20px;
}

.carousel-left {
    display: none;
}

.carousel-right {
    display: none;
}

.homeLinkIconHover {
    display: none;
    max-width: 150px;
}

.homeLink:hover .homeLinkIcon {
    display: none;
}

.homeLink:hover .homeLinkIconHover {
    display: block;
}

.sectionImageHover {
    display: none;
}

.sectionImageHoverDiv:hover .sectionImage {
    display: none;
}

.sectionImageHoverDiv:hover .sectionImageHover {
    display: block;
}

.home2LinkIconHover {
    display: none;
    max-width: 150px;
}

.homeLink2:hover .home2LinkIcon {
    display: none;
}

.homeLink2:hover .home2LinkIconHover {
    display: block;
}

.homeLinkIconHover {
    display: none;
    max-width: 150px;
}

.homeLink:hover .homeLinkIcon {
    display: none;
}

.homeLink:hover .homeLinkIconHover {
    display: block;
}

.menuLinkIconHover {
    display: none;
    max-width: 150px;
}

.menuLink:hover .menuLinkIcon {
    display: none;
}

.menuLink:hover .menuLinkIconHover {
    display: block;
}

.contactButtonHover {
    display: none;
}

.contactButtonDiv:hover .contactButton {
    display: none;
}

.contactButtonDiv:hover .contactButtonHover {
    display: block;
}

.subsButtonHover {
    display: none;
}

.subsButtonDiv:hover .subsButton {
    display: none;
}

.subsButtonDiv:hover .subsButtonHover {
    display: block;
}


@media only screen and (max-width: 769px) {
    .home2LinkIcon {
        max-width: 20vw;
    }

    .homeLinkIcon {
        max-width: 20vw;
    }

    .homeLinkIconHover {
        max-width: 20vw;
    }

    .sectionNameImage {
        position: absolute;
        max-height: 15vh;
        max-width: 30vw;
        top: 30px;
        left: 30px;
    }

    .sectionImage {
        display: none;
    }

    .menuLink {
        position: absolute;
        top: 20px;
        /* left: 50%; */
        /* transform: translate(-50%, 0px); */
    }

    .menuLinkIcon {
        max-width: 30vw;
        position: fixed;
        /* bottom: -10px; */
        /* left: 50%; */
        /* transform: translate(-50%, 0px); */
    }
    .menuLinkIconHover {
        max-width: 30vw;
        position: fixed;
        /* bottom: -10px; */
        /* left: 50%; */
        /* transform: translate(-50%, 0px); */
    }

    .tab_wrapper {
        margin-top: 135px;
    }

    .descDiv {
        width: 100vw;
    }

    .imageDiv {
        width: 100vw;
    }

    .teamImage {
        width: 40vw;
        margin: 0 5vw;
    }

    .teamText {
        width: 40vw;
        margin: 0 5vw;
    }

    .bulkImage1 {
        max-width: 100vw;
    }

    .bulkImage2 {
        max-width: 100vw;
    }

    .bulkImage3 {
        max-width: 100vw;
    }

    .capt11 {
        display: none;
    }

    .capt12 {
        display: none;
    }

    .contactDiv {
        width: 90vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 90vw;
    }

    .inputGray {
        width: calc(100% - 20px);
        padding: 10px;
        border: 1px solid black;
        margin-top: -1px;
        min-width: 0;
    }

    .formDiv {
        width: 90vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 90vw;
    }

    .emailInput {
        border: 1px solid black;
        width: 100%;
        display: block !important;
        padding: 10px;
        max-width: 350px;
        min-width: 0px;
    }

    .subsButton {
        width: 150px;
        float: right;
        position: relative;
        transform: none;
    }

    .emailInput {
        border: 1px solid black;
        width: calc(100% - 20px);
        display: block !important;
        padding: 10px;
        max-width: 350px;
    }

    .sectionImage1 {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90vw;
        max-width: 50vw;
        margin: 0 auto;
        transform: translate(-50%, -50%);
    }

    .menuPictureMobile {
        display: block;
        max-width: 80vw;
        position: absolute;
        top: calc(50% + 30px);
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menuPicture {
        display: none;
    }
}
