body{
    margin: 0%;
    background-color: rgb(224, 244, 229);
}


.leftClothingRackPrev{
    position: fixed;
    width: 50%;
    height: 100%;
    pointer-events: none;
}
.leftClothingRackDiv{
    position: fixed;
    width: 297px;
    top: -69px;
    left: -104px;
    height: auto;
    transition:all 150ms;
}
.leftClothingRack{
    width: 297px;
    /* position: fixed; */
    pointer-events: all;
    /* width: 20%; */
    /* top: -8%; */
    /* left: -7%; */
}
.prevDiv{
    position: absolute;
    top: 35%;
    left: 60%; 
    transform: translate(-50%, -50%); 
}
.prev{
    font-family: 'Play', sans-serif;
    font-size: 20pt;
    color: white;
    opacity: 0%;
    pointer-events: all;
    z-index: 101;
}



.rightClothingRackNext{
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.rightClothingRackDiv{
    position: fixed; 
    width: 297px;    
    top: -69px;    
    right: -104px;    
    height: auto;
    transition:all 150ms;
}
.rightClothingRack{
    width: 297px;
    pointer-events: all;
}
.nextDiv{
    position: absolute;
    top: 35%;
    left: 40%; 
    transform: translate(-50%, -50%); 
}
.next{
    font-family: 'Play', sans-serif;
    font-size: 20pt;
    color: white;
    opacity: 0%;
    pointer-events: all;
    z-index: 100;
}



.hangingTag{
    width: 185px;
    position: fixed;
    top: 87.5px;
    left: 0%;
    transform: translate(0, -50%);
    transition:all 50ms;
}


.tagText{
    position: fixed;
    width: 900px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.tagTitle{
    font-size: 55pt;
    font-family: 'Play', sans-serif;
    color: #ec170c;
    letter-spacing: 2.5pt;
    transition:all 1000ms;
}
.tagDescription{
    width: 700px;
    color: #1D1D1D;
    font-family: 'Courier-Prime', monospace;
    font-size: 15pt;
    margin-top: 40pt;
    padding-left: 200pt;
    transition:all 1000ms;
}
.tagDate{
    color: #ec170c;
    font-family: 'Play', sans-serif;
    font-size: 15pt;
    margin-top: 45pt;
    transition:all 1000ms;
}



.tag1{
    position: absolute;
    top: 100%;
    left: 45%;
}
.tag1-green{
    position: absolute;
    width: 400px;
    border: 7.5px;
    border-style: double ;
    border-color: #3a5f46;
    transition:all 1000ms;
}
.tag1-text{
    position: absolute;
    top: 37px;
    left: -167px;
    width: 400px;
    transform: translate(-50%, -50%);
    font-family: 'Courier-Prime', monospace;
    color: white;
    background-color: #3a5f46;
    padding: 5px;
    transition:all 1000ms;
}


.tag2{
    position: absolute;
    top: 137%;
    left: 20%;
    width: 400px;
}
.tag2-Green{
    position: absolute;
    width: 400px;
    border: 7.5px;
    border-style: double ;
    border-color: #3a5f46;
    transition:all 1000ms;
}
.tag2-text{
    position: absolute;
    top: 407.33px;
    left: 250px;
    width: 400px;
    transform: translate(-50%, -50%);
    font-family: 'Courier-Prime', monospace;
    color: white;
    background-color: #3a5f46;
    padding: 5px;
    transition:all 1000ms;
}



.tag3{
    position: absolute;
    top: 190%;
    left: 48.5%;
}
.tag3-Green{
    position: absolute;
    width: 400px;
    border: 7.5px;
    border-style: double ;
    border-color: #3a5f46;
    transition:all 1000ms;
}
.tag3-text{
    position: absolute;
    top: 407.33px;
    left: 175px;
    width: 400px;
    transform: translate(-50%, -50%);
    font-family: 'Courier-Prime', monospace;
    color: white;
    background-color: #3a5f46;
    padding: 5px;
    transition:all 1000ms;
}



.tag4{
    position: absolute;
    top: 250%;
    left: 13%;
}
.tag4-Green{
    position: absolute;
    width: 400px;
    border: 7.5px;
    border-style: double ;
    border-color: #3a5f46;
    transition:all 1000ms;
}
.tag4-text{
    position: absolute;
    top: 35px;
    left: 475px;
    width: 400px;
    transform: translate(-50%, -50%);
    font-family: 'Courier-Prime', monospace;
    color: white;
    background-color: #3a5f46;
    padding: 5px;
    transition:all 1000ms;

}



.clothingIndexTitle{
    position: absolute;
    top: 234%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    padding: 1%;
    background-color:rgb(224, 244, 229);
    border: 7.5px;
    border-style: double ;
    border-color: #ec170c;
    color: #ec170c;
    font-family: 'Courier-Prime', monospace;
    font-size: 45px;
    font-weight: bold;
    transition: all 500ms;
}



.grid-container {
    position: absolute;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    column-gap: 20px;
    top: 249%;
    left: 50%;
    transform: translate(-50%, 0%);
    transition:all 1000ms;
    height: 70%;
}
.grid-item {
	background-color: rgba(255, 255, 255, 0.8);
    border: 7.5px;
    border-style: double ;
    border-color: #ec170c;
    width: 500px;
    height: 500px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px; 
    transition:all 1000ms;
}
.grid-leftColumn{
	position: relative;
	top:0;
    transition:all 1000ms;
}
.grid-rightColumn{
	position: relative;
	top:250px;
    transition:all 1000ms;
}



.clothing1-item, .clothing2-item, .clothing3-item, .clothing4-item, .clothing5-item{
    position: relative;
    width: 100%;
    filter: brightness();
    transition:all 500ms;
}
.clothing1-text, .clothing2-text, .clothing3-text, .clothing4-text, .clothing5-text{
    position: relative;
    top: -265.5px;
    left: 10px;
    width: 400px;
    transform: translate(0%, 100%);
    text-align:left;
    font-family: 'Courier-Prime', monospace;
    font-size: 20pt;
    color: white;
    padding: 0px;
    margin: 0%;
    opacity: 0;
    transition:all 500ms;
    pointer-events: none;
}



.room{
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1%;
    font-family: 'Play', sans-serif;
    color: #3a5f46;
}



@media only screen and (max-width: 1300px) {
    .hangingTag{
        width: 92.5px;
        position: fixed;
        top: 44px;
        left: 0%;
        transform: translate(0, -50%);
    }

    .leftClothingRackPrev{
        position: fixed;
        width: 50%;
        height: 100%;
        pointer-events: none;
    }
    .leftClothingRackDiv{
        position: fixed;
        width: 237px;
        top: -69px;
        left: -104px;
        height: auto;
    }
    .leftClothingRack{
        width: 230px;
        /* position: fixed; */
        pointer-events: all;
        /* width: 20%; */
        /* top: -8%; */
        /* left: -7%; */
    }
    .prevDiv{
        position: absolute;
        top: 35%;
        left: 60%; 
        transform: translate(-50%, -50%); 
    }
    .prev{
        font-family: 'Play', sans-serif;
        font-size: 12.5pt;
        color: white;
        opacity: 0%;
        pointer-events: all;
        z-index: 101;
    }



    .rightClothingRackNext{
        position: fixed;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .rightClothingRackDiv{
        position: fixed; 
        width: 237px;    
        top: -69px;    
        right: -104px;    
        height: auto;
    }
    .rightClothingRack{
        width: 230px;
        pointer-events: all;
        /* width: 20%; */
        /* top: -8%;
        right: -7%; */
    }
    .nextDiv{
        position: absolute;
        top: 35%;
        left: 40%; 
        transform: translate(-50%, -50%); 
    }
    .next{
        font-family: 'Play', sans-serif;
        font-size: 12.5pt;
        color: white;
        opacity: 0%;
        pointer-events: all;
        z-index: 100;
    }


    
    .tagText{
        left: 62%;
        top: 30%;
        transform: translate(-50%,-50%);
        width: 689px;
    }
    .tagTitle{
        font-size:20px;
    }
    .tagDescription{
        font-size: 12.5px;
        padding-left: 40pt;
        width: 440px;
    }
    .tagDate{
        font-size: 12.5pt;
        margin-top: 45pt;
    }

    .tag1-green{
        position: absolute;
        width: 200px;
        border: 7.5px;
        border-style: double ;
        border-color: #3a5f46;
    }
    .tag1-text{
        position: absolute;
        top: 256px;
        left: 91px;
        width: 200px;
        transform: translate(-50%, -50%);
        font-family: 'Courier-Prime', monospace;
        font-size: 12.5px;
        color: white;
        background-color: #3a5f46;
        padding: 5px;
    }


    .clothingIndexTitle{
        position: absolute;
        top: 200%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        text-align: center;
        padding: 1%;
        background-color:rgb(224, 244, 229);
        border: 4px;
        border-style: double ;
        border-color: #ec170c;
        color: #ec170c;
        font-family: 'Courier-Prime', monospace;
        font-size: 22.5px;
        font-weight: bold;
    }


    .grid-container {
        position: absolute;
        display: grid;
        grid-template-columns: auto auto;
        padding: 10px;
        column-gap: 5px;
        top: 205%;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 60%;
        height: 35%;
    }       
    .grid-item {
        background-color: rgba(255, 255, 255, 0.8);
        border: 4px;
        border-style: double ;
        border-color: #ec170c;
        width: 207.5px;
        height: 207.5px;
        font-size: 30px;
        text-align: center;
        margin-bottom: 5px; 
    }
    .grid-leftColumn{
        position: relative;
        top:0;
        
    }
    .grid-rightColumn{
        position: relative;
        top:103.75px;
    }



    .clothing1-item, .clothing2-item, .clothing3-item, .clothing4-item, .clothing5-item{
        position: relative;
        width: 100%;
        filter: brightness();
    }
    .clothing1-text, .clothing2-text, .clothing3-text, .clothing4-text, .clothing5-text{
        position: relative;
        top: -140px;
        left: 10px;
        width: 200px;
        transform: translate(0%, 100%);
        font-family: 'Courier-Prime', monospace;
        font-size: 13px;
        color: white;
        /* background-color: #3a5f46; */
        padding: 0px;
        margin: 0%;
        opacity: 0; 
        pointer-events: none;
    }
    
}