@font-face {
    font-family: 'Hammersmith';
    src: url('../assets/fonts/Hammersmith.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Germania';
    src: url('../assets/fonts/GermaniaOne-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@media (width >= 1200px) {
    main {
        margin: 0 20px 20px;
    }

    #social-links {
        gap: 2.5%;
    }

    .social-link-group {
        gap: 5%;
    }

    #right {
        justify-content: space-between;
    }
}

@media (width < 1200px) {
    #three-sections {
        flex-direction: column;
    }

    #right {
        align-items: center;
    }
}

@media (width < 1200px) and (width >= 768px) {
    main {
        margin: 0 50px 20px;
    }

    #social-links {
        flex-direction: column;
        gap: 20px;
    }

    .social-link-group {
        gap: 20px;
    }

    #right img {
        width: 75%;
    }
}

@media (width >= 768px) {
    #lehigh-links h2, #lehigh-links p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (width < 768px) {
    #left-and-middle {
        flex-direction: column;
    }

    #lehigh-links h2, #lehigh-links p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (width < 768px) and (width >= 500px) {
    main {
        margin: 0 50px 20px;
    }

    #social-links {
        gap: 20px;
    }

    .social-link-group {
        gap: 20px;
    }
}

@media (width < 500px) {
    main {
        margin: 0 10px 10px;
    }

    #social-links {
        flex-direction: column;
        gap: 20px;
    }

    .social-link-group {
        gap: 20px;
    }
}

body {
    font-family: 'Hammersmith';
    text-align: center;
}

h1 {
    color: #EDB634;
    /* heading border */
    -webkit-text-stroke: 0.5px #4A321B;
    font-family: 'Germania';
    text-align: center;
    font-size: 2.5em;
}

#three-sections {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 20px;
}

#left-and-middle {
    display: flex;
    flex: 2;
    gap: 20px;
}

#left, #middle, #right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#left {
    background-color: #2C2440;
    color: #edb634;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}

.exec-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#left p {
    margin: 0;
}

.name {
    font-size: 1.2em;
}

#middle, #right {
    gap: 20px;
}

#middle {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#lehigh-links {
    background-color: #D5C5B8;
    color: #2C2440;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 20px;
}

#lehigh-links p {
    font-size: 1.25em;
}

#socials {
    background-color: #D5C5B8;
    color: #2C2440;
    font-family: 'Hammersmith';
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}

#socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
}

#social-links {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.social-link-group {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
}

#social-links a {
    flex: 1;
}

#social-links img {
    width: 100%;
}

main img {
    width: 100%;
    border-radius: 20px;
}

#alumni-box {
    background-color: #D5C5B8;
    color: #2C2440;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
}

#alumni-box h2, #alumni-box p {
    margin: 0;
}