.footer {
    position: relative;

    h3 {
        margin-bottom: 10px;
    }

    h4 {
        margin-bottom: 2px;
    }

    h1 {
        color: #ffffff;
    }

    h2 {
        color: #ffffff;
    }

    h3 {
        color: #ffffff;
    }

    h4 {
        color: #ffffff;
    }

    p {
        color: #ffffff;
    }
}

.footer .footer-main {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ea5385;
}

.footer .footer-left {
    padding: 20px;
    text-align: right;
}

.footer .footer-right {
    padding: 20px;
    text-align: left;
}

.footer img {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 0 0 auto;
    margin-bottom: 15px;
}
.footer img {
    width: 512px;        /* Fixed width */
    height: auto;        /* Maintain aspect ratio */
    display: block;      /* Allow margin auto-centering */
    margin: 0 auto;      /* Horizontal centering */
}
.footer .copyright {
    padding: 10px;
    background-color: #ececec;
    p {
        color: #777777;
    }
}

@media (max-width: 1200px) {
    .footer .footer-left {
        padding: 10px;
    }

    .footer .footer-right {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .footer .footer-left {
        padding: 0px;
    }
    .footer img {
        width: 320px;
    }
}