html, body{
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    background-color: #4B433D;
    font-size: 16px;
}
@font-face {
    font-family: "human";
    src: url('fonts/human.ttf');
}
@font-face {
    font-family: "techmono";
    src: url('fonts/ShareTechMono-Regular.ttf');
}
header{
    padding-top: 1rem;
    text-align: center;
    z-index: 5;
    background-color: transparent; 
    position: relative; 
}
header div a{
    color: #4B433D;
    text-align: center;
    text-decoration: none;
    font-size: 7vw;
    font-family: "human";
}
nav {
    margin-top: 2vh;
    z-index: 3;
    position: relative;
}
nav a {
    color: #4B433D;
    text-align: center;
    text-decoration: none;
    font-size: 5vw;
    font-family: "human";
    padding: 0.5rem .7rem;
}
.album_image img{
    width: 100vw;
    position: relative;
    margin-top: -8rem;
    top: 0;
    z-index: 1;
}
.songlist {
    background-color: #4B433D;
    color: #dbd7cd;
    font-family: "techmono";
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
}
.info {
    display: flex;
    justify-content: space-between;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1.5rem;
    font-size: .7rem;
}
.play img{
    height: 1.5rem;
}
.play {
    position: relative;
    padding-right: .7rem;
    bottom: .2rem;
}
.explicit img{
    height: .6rem;
}
.explicit{
    position: relative;
    padding-left: .8rem;
    bottom: .2rem;
}
.song {
    display: flex;
    justify-content: flex-start;
    padding-left: 5rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
}
.song.playing .play img {
    content: url('images/pausebutton.png'); /* Swap play icon with pause icon */
}
.songnav {
    display: flex;
    justify-content: center;
    color: #FFACC8;
    font-family: "human";
    font-size: .9rem;
    padding-top: .3rem;
    text-decoration: none;
    padding-bottom: .5rem;
}
.songnav a{
    text-decoration: none;
    padding: 0 .7rem;
    color: #FFACC8;
}
.musiclinks {
    display: flex;
    justify-content: center; /* Distribute the links evenly */
    margin: .8rem auto; /* Add some margin for spacing */
    padding: .8rem 0;
    width: 100%;
    padding-left: .5rem;
}

.musiclinks a {
    transition: transform 0.3s ease; /* Add a hover effect */
}

.musiclinks a:hover {
    transform: scale(1.1); /* Slightly enlarge the icon on hover for emphasis */
}

.musiclinks img {
    width: 30px; /* Adjust the size as necessary */
    height: auto;
    padding: 0 1rem;
}
footer {
    background-color: #FFACC8;
    color: black;
    text-align: center;
    padding: 1.5rem .5rem;
    left: -0.5rem;
    position: relative;
    width: 100%;
    z-index: 3; /* Keep it above color blocks */
    font-family: "techmono";
}

footer p {
    margin: 0;
    font-size: .7rem;
}
.social-links{
    padding-bottom: 1rem;
}
.social-links a {
    color: #4B433D;
    font-family: "techmono";
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    transition: color 0.3s ease; /* Adds a transition effect to link hover */
}

.social-links a:hover {
    color: #dbd7cd; /* Change color on hover to indicate links are clickable */
}

@media (min-width: 768px) {
    header div a{
        font-size: 8vw;
    }
    header div{
        padding-top: 1.8rem;
    }
    nav {
        margin-top: 2vh;
        z-index: 3;
        position: relative;
    }
    nav a {
        text-align: center;
        text-decoration: none;
        font-size: 6vw;
        font-family: "human";
        padding: 1.5rem .7rem;
    }
    .album_image img{
        width: 100vw;
        position: relative;
        margin-top: -14rem;
        top: 0;
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    html, body {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -2vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -5.5rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .songnav {
        font-size: 1.2rem;
        padding-top: .3rem;
        text-decoration: none;
        padding-bottom: .5rem;
        gap: 2rem;
    }
    .songnav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .album_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }
    .songs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2rem; /* Adds space between each song */
        padding: 0 3rem; /* Adds padding to left and right */
    }

    .song {
        width: calc(33% - 2rem); /* Each song takes up 50% of the width, minus spacing */
        padding-left: 0; /* Remove extra padding that may interfere with the layout */
    }
}

@media (min-width: 1220px) {
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -1.2vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -5.8rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .album_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }
    .songs {
        justify-content: space-around; /* Distributes songs with more space in larger screens */
    }
    .song {
        width: calc(33% - 2rem); /* On larger screens, each song takes up 33% of the width */
    }
}

@media (min-width: 1440px) {
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -1vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -6rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
    .album_image img{
        width: 100vw;
        position: relative;
        margin-top: -19rem;
        top: 0;
        z-index: 1;
    }
    .songs {
        padding-top: 2rem;
        padding-bottom: 2rem;
        justify-content: space-around; /* Distributes songs with more space in larger screens */
    }
    .song {
        padding-left: 3rem;
        width: calc(33% - 2rem); /* On larger screens, each song takes up 33% of the width */
    }
    .info {
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin:0 auto;
        padding-bottom: 1.5rem;
        font-size: 1rem;
    }
}
@media (min-width: 2260px) {
    html, body {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    header {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        z-index: 3;
    }
    header div a {
        position: relative;
        text-align: left; /* Align 'Tyler, The Creator' to the left */
        font-size: 3vw; /* Adjust font size for larger screens */
        left: 4.5vw;
        top: -.5vw;
        transition: transform 0.3s ease; /* Adds smooth transition effect for growing/shrinking */
    }

    header div a:hover {
        transform: scale(1.2); /* Increase size by 20% on hover */
    }

    nav {
        flex: 1;
        justify-content: flex-end; /* Align nav links to the right */
    }

    nav a {
        font-size: 2vw; /* Adjust font size for nav links */
        float: right;
        position: relative;
        top: -9.2rem;
        right: 2.5vw;
        transition: transform 0.3s ease;
    }
    nav a:hover {
        transform: scale(1.2); /* Makes the link grow by 20% when hovered */
    }
}
