#other-nav-links{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    color: black;
    width: 100%;
    justify-content: center;
    
}

#other-nav-links li{
    padding: 20px;
}

#other-nav-links a{
    color: black;
    text-decoration: underline;
}

footer {
    /* background: linear-gradient(45deg, rgba(20, 94, 255, 0.8), rgba(255, 255, 255, 0.0),rgba(20, 94, 255, 0.8)); */
    color: black;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;

    border-top: 1px solid black;
}

#Apex-contact-information-footer{
    /* background-color: green; */
    display: flex;
    text-align: center;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    
}

#Apex-contact-information-footer ul{
    list-style: none;
}

#Apex-contact-information-footer ul li:nth-child(1){
    /* background-color: blue; */
    margin-bottom: 20px;
}

/* footer p {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
} */

.image-link-LouRock #logo-photo {
    transition: transform 0.3s ease;
}

.image-linkLouRock:hover #logo-photo {
    transform: scale(1.1); /* Adds a zoom effect on hover */
}

#logo-img-container-LouRock{
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#logo-photo-LouRock{
    max-width: 70px;
    height: auto;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    /* animation: logo_pulse 1.3s infinite alternate; */
}