/* SECTION 5 */
.section-5 {
    /* height: 45rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* max-height: 100vh; */
    padding: 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #00000063;
    font-family: "Merriweather", serif;
    font-weight: 100;
    padding-bottom: 4%;
}

.section-5-header {
    margin: 1rem;
    font-weight: 400;
    font-size: var(--text-size-tile-title);
}

.section-5-email {
    font-size: var(--text-size-tile-p);
    color: #fff;
}

.section-5 a {
    color: #ffffff;
    text-decoration: none;
}


.social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px
}