@media only screen and (max-width: 1100px) {

    /* ======================================== */
    /*============= home product mobile ==========*/

    .navigationSectionOptions {
        display: none;
    }

    .navigationSectionLogo {
        display: none;
    }

    .mNavigationSectionOptions {
        display: block;
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    .mNavigationSectionOptions #myLinks {
        display: none;
    }

    .mNavigationSectionOptions a {
        padding: 3px 16px;
        display: block;
        font-family: "Teko Regular" !important;
        font-size: 2em;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
        color: #000000;
    }

    .mNavigationSectionOptions a.icon {
        background: #FF8E6B;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mNavigationSectionOptions a:hover {
        background-color: black;
        color: #ddd;
    }

    


    /* .active {
        background-color: #04AA6D;
        color: white;
      }

      .icon i{
          font-size: 30px;
      }

    

    
    
    .homeContentProductText{
        display: block;
        width: 100%;
        text-align: left;
    }

    .homeProductImage{
        display: none;
    }

    

    .homeContent2{
        background-color: rgba(255, 232, 0, 0.3);
        padding-left: 0px;
        padding-top:30px;
        font-family: GrafolitaScriptW01-Bold;
        width: 100%;
        text-align: center;
        margin:auto;
        height: 700px;
    }

    

    .homeContent3{
        background-color: rgba(255, 232, 0, 0.3);
        padding-left: 30px;
        padding-top: 30px;
        height: 380px;
        font-family: GrafolitaScriptW01-Bold;
        font-size: 20px;
        text-align: center;
    }

    .homeTitle{
        text-align:center;
        margin-bottom:30px;
    }

    

    .aboutImage1{
        display: none;
    } 
    
    .aboutSec{
        width: 100% !important;
    } */


    /*

    .productSpacer{
        height: 250px;
        margin-top: 140px;
    }

    .homeProductImage4{
        display: none;
    }

    .removeSpace{
        display: none !important;
    }

    .teamMemberText {
        font-size: 40px;
        font-family: Teko-Regular;
    }

    .teamMemberSubHeader {
        color: #5E7B38;
        font-size: 50px;
        font-family: Teko-Regular;
    }

    .homeContentText{
        color: #000000;
        font-size: 24px;
        line-height: 40px;
        font-family: Teko-Regular;
        padding: 10px;
    } */

}



