body{
    background-image : url(koi.webp), url(water.webp);
    background-size: 100% auto;
    background-repeat: no-repeat, repeat;
    letter-spacing: 1px;    
    line-height: 1.1;
    text-align: left;
    align-items: center;
    overflow-x: hidden;
    margin: 0;
    padding:0%;
}


.topheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.songtext{
    align-items: center;
    padding-bottom: 5%;
    padding-left: 30px;
    padding-top: 5%;
    display: flex;
    flex-direction: column;

}

.songsection{
    height: auto;
    width: clamp(400px,28vw,527px);
    background-color: antiquewhite;
    opacity: 80%;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;


    h4{
        color:#477894;
        text-shadow: none;
        padding-bottom: 0%;
        margin: 0;
        padding: 0;
        opacity: 100%;
    }
}
.playbuttons{
    button{
        background-color: transparent;
        width: 90px;
        height: 90px;
        padding: 20px;
        display: wrap;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: ease-in-out 0.2s;
        opacity: 100%;
    }

    button img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 100%;
    }

    button:hover {
        height: 95px;
        width: 95px;
        transition: ease-in-out 0.2s;
    }

    gap: 50px;
    align-items: center;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
}


.longerspace{
        margin-top: 300px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 20px;
}

.downarr{
    background-color: transparent;
    border: none;


    img{
    max-width: 200px;
    max-height: 200px;
    padding-left: 0%;
    transition: ease-in-out 0.2s;
    }
    
}

.downarr:hover{
    img{
    max-width: 220px;
    max-height: 220px;
    transition: ease-in-out 0.2s;
    }
}

.ineedflex{
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* idk what this is probably early development in october */
.boxes1 {
     width: 450px;
     height: 470px;
            margin: 20px;
            background:rgb(250, 239, 226);
            border-radius: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            padding: 30px;
            margin-right: 5px;
            margin-left: 5px;
    min-width: 450px;
    flex-shrink: 0;
    transition: ease-in-out

}
.boxes1:hover{
    width: 480px;
    transition: ease-in-out 0.3s;
}


h1{
    font-size: 250px;
    font-family: Andale Mono, monospace;
    font-weight: 800;
    letter-spacing: 0;
    color:rgb(236, 223, 206);
    text-shadow: 10px 10px #477894;
    line-height: 0.01;
    margin-top: 250px;
    transition: ease-out 0.3s;
    align: right;
    
}
h1:hover{
    cursor: default;
    font-size: 285px;
    transition: ease-in-out 0.3s;
}

h2{
    font-size: 100px;
    font-family: Andale Mono, monospace;
    font-weight: 800;
    letter-spacing: -1mm;
    color:rgb(236, 223, 206);
    text-shadow: 5px 5px #477894;
    line-height: 0.7;
    text-align: left;
}

h3{
    font-size: 75px;
    font-family: Andale Mono, monospace;
    font-weight: 800;
     letter-spacing: 0mm;
    color:rgb(236, 223, 206);
    text-shadow: 5px 5px #477894;
    text-align: left;
}
h4{
    font-size: 30px;
    font-family: Andale Mono, monospace;
    font-weight: 800;
    letter-spacing: 0mm;
    color:rgb(236, 223, 206);
    text-shadow: 5px 5px #477894;
    text-align: right;

}

p{
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: antiquewhite;
    text-shadow: 3px 3px #477894;

}

button {
    background-color: antiquewhite; 
    border: none;
    color:  #477894 ;
    font-weight: 400;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 40px;
    font-family: Andale Mono, monospace;
    border-radius: 25px;
}

/*projects*/

.Projects{

    h3{
        font-size: 50px;
        font-family: Andale Mono, monospace;
        font-weight: bold;
        text-shadow: none;
        color: rgb(71, 123, 158);
        text-align: center;
        margin-bottom: 20px;
        margin-top: 17px;

    }

    p{
        font-family: Andale Mono, monospace;
        font-weight: 400;
        color: rgb(71, 123, 158);
        text-shadow: none;
        text-align:left;

    }
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: scroll 15s linear infinite;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
    
section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    }


.projectcontainer{
    overflow: hidden;
    
    img{
        max-width: 80px;
        color: #477894;
    }
}

.projectcontainer:hover .Projects {
    animation-play-state: paused;
}

/* interests */

.interests{
    button{
        width: 350px;
        height: 350px;
    }

    
}

.interestsandhobbies{
    display: flex;
    padding: 40px;
    align-items: center;
    justify-items: center;
    

    button {
        width: 50%;
        height: 400px;
        margin-left: 30px;
        margin-top: 50px;
        transition: ease-out 0.3s;
        font-family: Andale Mono, monospace;
    }

    button:hover{
        width: 55%;
        height: 450px;
        transition: ease-in 0.3s;
        transform: rotate(5deg);
    }

}

/*tools*/

.tools{
    h2{
        margin-bottom: 50px;
        text-align: center;
        margin-top: 20px;
        color:#477894;
        text-shadow: none;
    }

    p{
        color:#477894;
        text-shadow: none;  
        font-family:Andale Mono, monospace; 
    }
    
    padding: 40px;
    padding-bottom: 70px;

    button{
        width: 200px;
        height:200px;
        margin-bottom: 20px;
        margin-right: 15px;
        transition: ease-out 0.2s;
    }

    button img{
        width: 100%;
        height: 90%;
        position: center;
    }

    button:hover{
        width: 220px;
        height: 220px;
        transition: ease-in-out 0.2s;
    }

    background-color: antiquewhite ;
    margin-top: 50px;
    margin-bottom: 90px;
}

/*contacts*/
.Contactme{
    img{

        max-height: 100px;
        max-width: 100px;
    }
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 60px;
        gap: 50px;
        padding-top:10px;
}

