@charset "utf-8";
/* CSS Document */



    body, html {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    #slideshow {
        position: relative;
        height: 100%;
        width: 100%;
    }

    #slideshow img {
        position: absolute;
        animation: slideshow 96s infinite;  /* Adjusted from 120s to 96s */
        opacity: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @keyframes slideshow {
        0% {opacity: 0;}
        1% {opacity: 1;}
        8% {opacity: 1;}
        9% {opacity: 0;}
        100% {opacity: 0;}
    }

    #rating {
        display: none;
        position: fixed;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;  /* Add this line */
    }

    .star {
        font-size: 50px;  /* Adjust size as needed */
        color: #FFD700;  /* Gold color for stars */
        align-content: center;
        text-shadow: -2px 0 white, 0 1px white, 1px 0 white, 0 -1px white;  /* White stroke */
        cursor: pointer;
    }

    .stickyTable{
        align-content: center;
        position: sticky;
        background-color: "rgba(255,255,255,0.00)";
        width: 100%;
        top: 0;
        z-index: 10;
    }
        
        
    .bg_image {
        background-position:0px 0px ;
        /*background-size: 100% 77px;*/
        background-color: #002BDB;
        background-image: url("Images/bg_night2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100vh;
        min-height: 100%;
    }
        

    #slideshow img:nth-child(1) {animation-delay: 0s;}
    #slideshow img:nth-child(2) {animation-delay: 6s;}
    #slideshow img:nth-child(3) {animation-delay: 12s;}
    #slideshow img:nth-child(4) {animation-delay: 18s;}
    #slideshow img:nth-child(5) {animation-delay: 24s;}
    #slideshow img:nth-child(6) {animation-delay: 30s;}
    #slideshow img:nth-child(7) {animation-delay: 36s;}
    #slideshow img:nth-child(8) {animation-delay: 42s;}
    #slideshow img:nth-child(9) {animation-delay: 48s;}
    #slideshow img:nth-child(10) {animation-delay: 54s;}
    #slideshow img:nth-child(11) {animation-delay: 60s;}
    #slideshow img:nth-child(12) {animation-delay: 66s;}
    #slideshow img:nth-child(13) {animation-delay: 72s;}
    #slideshow img:nth-child(14) {animation-delay: 78s;}
    #slideshow img:nth-child(15) {animation-delay: 84s;}
    #slideshow img:nth-child(16) {animation-delay: 90s;}
        

        
      

#btnNav {
    z-index: 999;
}	

#header {
	z-index: 999;
}