

@media(max-width:1023px){
    #main-nav{
    display: none;
}
.userLogin{
    display: none;
}

.homepageScroller{
    margin-top: 70px;
    margin-bottom: 70px;
}
.container{
    max-width: none;
    width: 100%;
}

.categoryslideImage{
    width: 100%;
    background-size: contain;
    margin-bottom: 0px;
     height: 100vw;
}

.imageCategoryScroll{
    display:none;
}
.contentTextScrolling{
    width: 100%;
    margin-top: 105px;
}


.content{
    height:calc(100vh - 101px);
}

.contentOverlay
{
    height:calc(100vh);

}

.categoryName_1 {
    font-size: 110px;
    line-height: 110px;
}
.categorySubTitleSection {
    font-size: 40px;
}


.homepageScrollerContents{
    margin-top: 400px;
}
.spacer{
    height: 20px;
}


.MenuOpenButton,
.MenuCloseButton{
    position: fixed;
    top: 0px;
    z-index: 2;
    margin-top: 12px;
    margin-left: 12px;
}

.MenuOpenButton {
    left: 0;
}

.MenuCloseButton {
    left: -100%;
    margin-left: 0px;

}

.HomePageMenuMobile {
    background-color: #fff;
    position: fixed;
    top: 0px;
    right: 100%;
    width: 75%;
    height: 100%;
    z-index: 2;
    overflow-y: scroll;
    color:black;
}
.MobileItemMenu{
    color: white;
    font-weight: 300;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-family: 'FuturaLight';
    border-bottom: 1px solid #dfdfdf;
}

.logo {
    width: 70%;
}

.MenuOpenButtonImage{
    width: 60%;
}


.quoteCategory_top,
.quoteCategory_bottom {
    font-size: 100px;
}


.categoryslideOverlayDiv{
    width: 100%;
    height: calc(100vh - 222px);
}

.boldTextBlackMobile{
    font-weight: 700;
    font-family: 'FuturaBook';
}




.categoryName_1 {
    font-size: 60px;
    line-height: 60px;
}
.categorySubTitleSection {
    font-size: 25px;
}

.menuMobile{
    display:block;
    background-color: #ffffff;
    height: 80px;
    z-index: 999999;
}

.homepageScrollerContents{
    margin-top: 300px;
}
.spacer{
    height: 20px;
}


.quoteCategory_top,
.quoteCategory_bottom {
    font-size: 100px;
}
.desktop{
    display: none;
}

.logoMobile{
    position: fixed;
    z-index: 2;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
}
.colorCategory,
.colorCategory_1{
    display: none;
}

.categoryslideOverlayTextTable{
    width: 85%;
}

.textAbout{
    width: 80%;
    margin: auto;
}

.imageAboutSpacer{
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
}

.textCategory{
    margin: auto;
    width: 80%;
    float: none;
}

.boxCategory{
    height: auto;
}

.categoryName{
    font-size: 42px;
    line-height: 32px;
}
.categoryTitle{
    font-size: 22px;
    line-height: 22px;
}

.footer{
    margin-left: 40px;
    margin-right: 40px;
}
}