/* Global Footer Styles */
footer {
    text-align: center;
    padding: 30px;
    background-color: #2c2839;
    color: #ffffff;
    font-size: 18px;
}

/* Contact Information */
.contact-info {
    margin-bottom: -15px;
}

    .contact-info p {
        margin: 10px 0;
        font-size: 16px;
    }

/* Styling for contact icon images */
.contact-icon img {
    width: 40px;
    height: 40px;
}

/* Footer Container Background */
.footer-container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    /*background-image: url('Images/Header5.jpg');
    background-repeat: repeat;
    background-size: 400px;*/
    padding-bottom: 30px;
}
