body {
    overflow: hidden;
}

#main-nav {
    height: 100vh;
    width: 100%;
    background-color: black;
    transition: background-color 1s linear;
    /* background-image: url(./background/nighttimeBeach1.png); */
    background-image: url(./gif/beachnight5s.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.fa-star, .fa-solid {
    color: yellow;
    font-size: 8px;
    background-color: transparent;
    animation: star-move 2s ease-in-out infinite;
}

.star1, .star2, .star3, .star4, .star5, .star6, .star7, .star8, .star9, .star10 {
    position: absolute;
}

.star1 {
    top: 120px;
    left: 150px;
    font-size: 5px;    
}

.star2 {
    top: 40px;
    left: 500px; 
    font-size: 4px;   
}

.star3 {
    top: 10px;
    left: 700px;    
}

.star4 {
    top: 80px;
    left: 900px;    
}

.star5 {
    top: 50px;
    left: 1200px;  
    font-size: 2px;  
}

.star6 {
    top: 200px;
    left: 1400px;    
}

.star7 {
    top: 10px;
    left: 1450px;    
    font-size: 5px;
}

.star8 {
    top: 200px;
    left: 320px;    
}

.star9 {
    top: 250px;
    left: 1000px;  
    font-size: 3px;  
}

.star10 {
    top: 300px;
    left: 800px;    
}


@keyframes star-move {
    0% {
        box-shadow: 0px 0px 10px white;
    }

    50% {
        box-shadow: 0px 0px 20px yellow;
    }

    100% {
        box-shadow: 0px 0px 10px white;
    }
}

#theStar {
    opacity: 1;
}

.fa-cloud {
    animation: cloud-move 40s linear infinite;
    will-change: transform;

    background: linear-gradient(to bottom, white 0%, rgb(100, 191, 244) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent;   
}

.cloud1, .cloud2, .cloud3, .cloud4, .cloud5, .cloud6, .cloud7, .cloud8, .cloud9 {
    position: absolute;
}

.cloud1 {
    font-size: 50px;
    top: 20px;
    left: 50px;
    z-index: 1;
}

.cloud2 {
    font-size: 40px;
    top: 40px;
    left: 80px;
    z-index: 2;
}

.cloud3 {
    font-size: 15px;
    top: 120px;
    left: -100px;
}

.cloud4 {
    font-size: 30px;
    top: 150px;
    left: 300px;
}

.cloud5 {
    font-size: 20px;
    top: 80px;
    left: 700px;
}

.cloud6 {
    font-size: 20px;
    top: 300px;
    left: 900px;
}

.cloud7 {
    font-size: 20px;
    top: 200px;
    left: -300px;
}

.cloud8 {
    font-size: 20px;
    top: 60px;
    left: -400px;
}

.cloud9 {
    font-size: 40px;
    top: 150px;
    left: -900px;
}

@keyframes cloud-move {
    to {
        transform: translateX(120vw);
    }
}

#theCloud {
    opacity: 0;
}



#toggleHeader {
    color: white;
}

#content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    height: 200px;
    /* border: 1px solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
        height: 100px;
        width: 250px;
        cursor: pointer;
        border-radius: 50px;
        display: flex;
        align-items: center;
        background-image: url(./background/bgNightSky.png);
        background-position: center top;
        background-size: 200%;

        border: 2px outset silver;
        border-width: 5px;
}

#knob {
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50px;
    /* background-color: white; */
    background-image: url(./background/bgMoon.png);
    background-position: center;
    background-size: 140%;
    box-shadow: 0px 0px 15px white;
}

#footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 200;

    color: white;
}

.fa-fish {
    padding-left: 5px;
    transform: scale(1.2);
    background: linear-gradient(to bottom, rgb(24, 13, 13) 0%, rgb(255, 255, 255) 20%, rgb(255, 79, 3) 50%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent;  
      -webkit-text-stroke: 1px #111;
}





















@media (max-width: 450px) and (hover: none) and (pointer: coarse) {
#content {
position: absolute;
bottom: 40%;
z-index: 100;
}

body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* button {
        height: 100px;
        width: 250px;
        cursor: pointer;
        border-radius: 50px;
        display: flex;
        align-items: center;
        background-image: url(./background/bgNightSky.png);
        background-position: center top;
        background-size: 200%;
} */

.star1 {
    top: 60px;
    left: 90px;
    font-size: 5px;    
}

.star2 {
    top: 40px;
    left: 50px; 
    font-size: 4px;   
}

.star3 {
    top: 10px;
    left: 200px;    
}

.star4 {
    top: 70px;
    left: 300px; 
    font-size: 3px;   
}

.star5 {
    top: 20px;
    left: 140px;  
    font-size: 2px;  
}

.star6 {
    top: 80px;
    left: 220px;
    font-size: 6px;    
}

.star7 {
    top: 25px;
    left: 270px;    
    font-size: 2px;
}

.star8 {
    top: 60px;
    left: 180px;
    font-size: 2px; 
}

.star9 {
    top: 30px;
    left: 280px;  
    font-size: 3px;  
}

.star10 {
    top: 10px;
    left: 350px; 
    font-size: 3px;   
}





.cloud1 {
    font-size: 30px;
    top: 20px;
    left: 50px;
    z-index: 1;
}

.cloud2 {
    font-size: 40px;
    top: 30px;
    left: 80px;
    z-index: 2;
}

.cloud3 {
    font-size: 15px;
    top: 40px;
    left: -100px;
}

.cloud4 {
    font-size: 30px;
    top: 50px;
    left: 300px;
}

.cloud5 {
    font-size: 20px;
    top: 50px;
    left: 700px;
}

.cloud6 {
    font-size: 20px;
    top: 55px;
    left: 900px;
}

.cloud7 {
    font-size: 20px;
    top: 60px;
    left: -300px;
}

.cloud8 {
    font-size: 20px;
    top: 70px;
    left: -400px;
}

.cloud9 {
    font-size: 40px;
    top: 10px;
    left: -900px;
}
}