/* Corporate colors adjusted for accessibility. */

.background-red {
    background-color: #d0382d;;
   color: #ffffff;
}

/* Social Media Icons */
.social-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.social-icon {
    float: left;
    margin:1%;
}
.footer-socialmedia-image {
    max-height: 50px;
    height:100%;
    max-width: 56.6px;
    width:100%;
}

 