body {
    height: 100%;
}
nav {
    z-index: 1;
    background:transparent !important;
    color: whitesmoke !important;
}
.navbar{
    border:none !important;
    box-shadow: none !important;
}
.nav-item {
    margin-right: 16px;
    color: whitesmoke !important;
}
.nav-item a{
    color: whitesmoke;
}
.homepage-image{
    transition: none !important;
}
.nav-item a:hover{
    color: lightgray;
}
.nav-item button{
    color: whitesmoke;
}
.navbar-brand{
    color: whitesmoke;
}
.navbar-brand:hover{
    color: lightgray;
}
/* #banner {
    z-index: 10;
    height: clamp(350px,50vh,777px);
    margin-top: -100px;
    top: 0px;
    background-size: cover;
    background-color: black;
    background-position: 0px 40px;
} */
#banner {
    z-index: 10;
    height: clamp(350px,100vh,800px);
    margin-top: -110px;
    top: 0px;
    background-size: cover;
    background-color: black;
    background-position: 0px 40px;
}
.homepage-container{
    margin-top: -100px !important;
    background-color: white;
    border-radius: 8px;
    min-height: 100vh;
}
#bannerText {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bannerHeading {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#arrowPointing {
    position: relative;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-link{
    color: #ddd !important;
}
.nav-link:hover{
    color:#777;
    border-bottom: solid 2px var(--themeColor);
}
.navbar-toggler{
    border: none !important;
}
.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

#filterBtn {
    width: 100%;
}

#filterBtn:hover {
    cursor: pointer;
}
#filterColumn{
    position: sticky;
    top: 0;
    z-index: 1020;
}
.garment-thumbnail:hover {
    cursor: pointer;
    transform: translateY(-4px);
    box-shadow: 0px 4px 3px #ddd !important;
}
.filter-sticker{
    text-align: right !important;
}
.password-btn {
    z-index: 2;
    position: absolute;
    top: 7px;
    right: 5px;
}

#errorPanelClose {
    float: right;
    color: lightgray;
    position: relative;
    right: 4px;
    top: -2px;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width:991px) {
    .navbar-toggler-icon{
        background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='lightgray' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .card {
        width: 100% !important;
    }
    .homepage-image {
        max-width: 100%;
    }
    .slideanim.slide {
        visibility: visible;
        animation: slide 0.5s;
    }
    #banner{
        background-position:center;
        height: clamp(500px,70vh,777px);
    }
    #filterBtn{
        width: 88px !important;
    }
    
.filter-options select{
    width: 88px !important;
    margin-right: 8px;
}
}

@media only screen and (max-width:767px) {
    .tuka-block{
        display: block;
    }
    
#filterColumn{
    width: auto;
    position: relative;
    z-index: 1020;
    align-items: center !important;
}
#filterRow{
    white-space: nowrap;
   overflow-x: scroll;
}
#filterBtn{
    margin: auto;
}
.filter-options{
    display: inline-block;
}
.filter-options select{
    width: 88px !important;
    margin-right: 8px !important;
}
.filter-container{
    display: flex;
}
.homepage-container {
    margin-top: 0px !important;}

#bannerText{
    line-height: 50px;
}
}