header {
    background-color:white;
    text-align:center;
}

.walalogo {
    align-items: center;
}

.italic-hover:hover {
    font-style: italic;
}

nav {
    text-align: center;
    position: relative;
}
ul {
    list-style-type: none;
    transform: translateY(65%) 
}

ul li:hover a {
    font-style:italic;
    
}

hr {
transform: translateX(-20px);
}

li{
    margin: 40px 0;
}

img {
width:550px;
position:absolute;
top: 0;
left: 50%;
transform: translatex(-50%) translateY(10%)
}

.spotify-link {
    position: fixed;
    top: 310px;
    right: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 50px 20px;
    border-radius: 5px;
    z-index: 1000;
    border: 1px solid #000;
}

.spotify-link a {
    text-decoration: none;
    color: #333;
}

.spotify-link img {
    width: 90px;
    height: 90px;
}

.spotify-link p {
    font-size: 12px;
    margin: 5px 0 0;
    transform: translateY(47px);
}

body {
    background-image: url(walalabackground.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.small-box {
    width: 300px; /* Adjust the width as needed for the box */
    height: 200px; /* Adjust the height as needed for the box */
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 90px; /* Adjust the left position to move it horizontally */
    top: 50%; /* Position it vertically at the center */
    transform: translateY(-50%);
    border: 1px solid #000; /* Add a border if desired */
    border-radius: 5px;
}

.image1 {
    width: 50px; /* Adjust the width of the first image as needed */
    height: auto; /* The height will automatically adjust to maintain the aspect ratio */
    position: absolute;
    left: 40px; /* Adjust the left position to move the first image horizontally */
    top: 45px; /* Adjust the top position to move the first image vertically */
}
.image2 {
    width: 90px; /* Adjust the width of the first image as needed */
    height: auto; /* The height will automatically adjust to maintain the aspect ratio */
    position: absolute;
    left: 40px; /* Adjust the left position to move the first image horizontally */
    top: 110px; /* Adjust the top position to move the first image vertically */
}
.image3 {
    width: 50px; /* Adjust the width of the first image as needed */
    height: auto; /* The height will automatically adjust to maintain the aspect ratio */
    position: absolute;
    left:40px; /* Adjust the left position to move the first image horizontally */
    top: 70px; /* Adjust the top position to move the first image vertically */
}

.boxlist {
    list-style-type: none; /* Remove default list bullets */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    position: absolute;
    top: -210px;
    left: 100px;
}

.bookend    {
    transform: translateY(250px);
}

/* Style for each list item */
.boxlist li {
    margin: 65px 0; /* Add vertical spacing between list items */
    font-size: 20px; /* Adjust font size as needed */
    color: #333; /* Adjust text color */
    transform: translateY(50px);
}

/* Style for the "SOCIAL MEDIA" heading */
.small-box h2 {
    position: absolute;
    top: -5px;
    left: 68px;
    font-size: 20px; /* Adjust font size as needed */
    margin-bottom: 10px; /* Add space between the heading and the list */
}

@media (max-width: 414px) 
{
    .walalogo   {
        max-width: 450px;
        top: 40px;
        left: 50%;
        position: absolute;
    }

    .spotify-link {
        max-width: 40px;
        right: 20px;
        top: 278px;
    }

    .spotify-logo {
        max-width: 60px;
        max-height: 60px;
        position: absolute;
        top: 15px;
    }

    .image1 { 
        width: 40px; /* Adjust the width of the first image as needed */
        height: auto; /* The height will automatically adjust to maintain the aspect ratio */
        position: absolute;
        left: 38px; /* Adjust the left position to move the first image horizontally */
        top: 30px; /* Adjust the top position to move the first image vertically */
    }
    .image2 {
        width: 85px; /* Adjust the width of the first image as needed */
        height: auto; /* The height will automatically adjust to maintain the aspect ratio */
        position: absolute;
        left: 39px; /* Adjust the left position to move the first image horizontally */
        top: 90px; /* Adjust the top position to move the first image vertically */
    }    
    .small-box {
        max-width: 60px; /* Expand to the full width of the screen */
        max-height: 170px;
        padding: 10px; /* Adjust padding for smaller screens */
        left: 20px;
        top: 375px;
    }
    .small-box h2,
    .small-box .boxlist li { /* Select the list items within the .boxlist class */
       display: none
    }

    nav    {
        right: 20px;
    }

    .bookend    {
        transform: translateY(250px);
    }
}

.text-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Background color of the text box */
    padding: 10px; /* Add spacing within the text box */
    border: 1px solid #ccc; /* Add a border to the text box */
    overflow: hidden; /* Hide text overflow outside the text box */
}

@media (min-width: 415px) 
{
    .walalogo   {
        max-width: 450px;
        top: 40px;
        left: 50%;
        position: absolute;
    }

    .spotify-link {
        max-width: 40px;
        right: 20px;
        top: 278px;
    }

    .spotify-logo {
        max-width: 60px;
        max-height: 60px;
        position: absolute;
        top: 15px;
    }

    .image1 { 
        width: 40px; /* Adjust the width of the first image as needed */
        height: auto; /* The height will automatically adjust to maintain the aspect ratio */
        position: absolute;
        left: 38px; /* Adjust the left position to move the first image horizontally */
        top: 30px; /* Adjust the top position to move the first image vertically */
    }
    .image2 {
        width: 85px; /* Adjust the width of the first image as needed */
        height: auto; /* The height will automatically adjust to maintain the aspect ratio */
        position: absolute;
        left: 39px; /* Adjust the left position to move the first image horizontally */
        top: 90px; /* Adjust the top position to move the first image vertically */
    }    
    .small-box {
        max-width: 60px; /* Expand to the full width of the screen */
        max-height: 170px;
        padding: 10px; /* Adjust padding for smaller screens */
        left: 20px;
        top: 375px;
    }
    .small-box h2,
    .small-box .boxlist li { /* Select the list items within the .boxlist class */
       display: none
    }

    nav    {
        right: 20px;
    }

    .bookend    {
        transform: translateY(250px);
    }
}

.text-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Background color of the text box */
    padding: 10px; /* Add spacing within the text box */
    border: 1px solid #ccc; /* Add a border to the text box */
    overflow: hidden; /* Hide text overflow outside the text box */
}
