.centered-column {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}

.contact-list {
    list-style: none;
    text-align: center;
    padding: 0;
}

.contact-list li {
    display: block;
}

.top-room {
    padding-top: 3rem;
}

.icon-img {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
}

.img-size {
    width: 30vw;
    height: auto;
}

.large-arrow {
    font-size: 10vh;
}

.large-arrow-button {
    position: absolute;
    bottom: 0;
}

.logo-size {
    width: 200px;
    height: auto;
}

.nav-spacing {
    display: flex;
    align-items: flex-end;
}

.nav-background {
    background: white;
}

.page {
    width: 100vw;
    padding-top: 100px;
}

.page-height {
    height: 100vh;
}

.project-card {
    max-width: 75vw;
}

.project-card-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-image {
    min-width: 250px;
    max-width: 50vw;
    height: auto;
    max-height: 50vh;
}

.shadow-box {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1)
}

.social-icon {
    color: black
}

.social-icons-div {
    padding: 1rem;
    color: black;
}


.top-padding {
    padding-top: 11vh;

    @media (max-width: 576px) {
        padding-top: 20vh;
    }
}

