* {
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

nav ul {
    list-style-type: none;
    display: flex;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
    align-items: start;
    margin-bottom: -2.75rem;
    margin-top: 2%;
}

.main-content{
    display: flex;
}
#main-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.781vw; /* Adjusted padding using vw units */
    margin-top: 2.5vw;
}

#left-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2vw;
    
}

#right-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    flex-direction: column; 
    margin-top: -10rem;
}

#right-side .stuypulse img {
    width: 50vw;
    max-width: 930px;
    height: auto;
    margin-left: 1.953vw;
    margin-right: 2.539vw;
    margin-bottom: 0;
    box-shadow: 0px 0px 0.391vw 0px rgba(0, 0, 0, 0.4);
}



nav ul li a {
    color: #6E260E;
    text-decoration: none;
    padding: 2vw 2vw; /* Adjusted padding using vw units */
    transition: background 0.3s;
    font-size: 2.9vw; /* Adjusted font size using vw units (approximately 60px on a 2560px wide screen) */
    font-weight: bold;
}

nav ul li a:visited {
    color: #6E260E;
}

body {
    display: flex;
    flex-direction: column;
    background: #FFE5B4;
    color: #000; /* Changed text color to black for better contrast */
    margin: 0;
    height: 100vh;
}

#logo {
    display: flex;
    justify-content: left;
    align-items: center;
}

#logo #main-icons {
    margin-left: 1vw; /* Adjusted margin for spacing between icons and text */
    font-size: 3rem;
    margin-top: 10rem;
}

#name {
    display: flex;
    flex-direction: column; /* Stack the elements vertically */
    margin-left: 3vw;
    margin-bottom: -6vw; /* Adjusted margin using vw units */
    font-size: 2.344vw; /* Adjusted font size using vw units (approximately 60px on a 2560px wide screen) */
}

#name h2 {
    font-size: 5rem;
    margin: 0;
    color: #6E260E;
    font-weight: bold;
}

#name h1 {
    font-size: 6rem;
}

.i {
    margin-left: 1.953vw; /* Adjusted margin using vw units */
}

nav ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.red-text {
    color: rgb(177, 2, 2);
    margin-bottom: 0;
}

#main-text {
    font-size: 2.3rem; /* Adjusted font size using vw units */
    margin-left: 2.539vw; /* Adjusted margin using vw units */
    width: 34rem;
    text-align: center;
    color: rgb(177, 2, 2);
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6E260E;
    color: white;
    width: 100%;
    height: 5vw; /* Adjusted height using vw units */
    margin-top: 1.172vw; /* Adjusted margin using vw units */
    font-size: 1rem;
}

a {
    color: inherit;
    text-decoration:none;
    text-decoration-color: darkorchid;
}

a:visited {
    color: inherit;
}

a:hover {
    color: rgb(177, 2, 2);
}

#footer {
    background-color: #6E260E;
    color: white;
    height: 3.125vw; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto; 
    padding-bottom: 0.586vw; 
}
#href-coloring{
    color: peachpuff
}
#href-against-peach{
    color: white;
}
#red-text1{
    color:rgb(253, 73, 73)
}
#white-text{
    color: rgba(243, 243, 255, 0.886);
}
#clubs {
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin-top: 2vw; 
}

#clubs img {
    margin: 0 2vw;
}
#main-icons a {
    display: inline-block;
    padding: 10px;
}


@media (max-width: 600px) {
    nav ul li a {
        color: #6E260E;
        transition: background 0.3s;
        font-size: 1.4rem; /* Adjusted font size using vw units (approximately 60px on a 2560px wide screen) */
        padding-bottom: 1.5rem;;
        font-weight: bold;
    }

    #name h2 {
        font-size: 2rem;
        margin: 0;
        color: #6E260E;
        font-weight: bold;
        margin-left: 1rem;
    }
    #name h1 {
        font-size: 2.8rem;
        margin: 0;
        white-space: nowrap;
    } 
        
    #main-icons a i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        margin-top: -4rem;
    }
    #second-icon{
        color: #0762C8;
    }
    #main-text{
        font-size: 1.3rem;
        width: 95%;
        margin-top: -1rem;
    }
    #right-side {
        display: block;
        width: 100%;
        margin-top: 2rem; /* Adjust this value as needed */
        display: flex;
        flex-direction: column;
    }
    #left-side {
        width: 100%;
    }
    .main-content {
        display: block;
    }
    #right-side .stuypulse img{
        height: auto;
        width: 95vw;
        margin-bottom: 2rem;
    }
    .footer-content {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #6E260E;
        color: white;
        height: auto; /* Adjusted height using vw unitsc */
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }
    .clubs{
        display: none;
    }
}
