/* ------------ */
/* Footer       */
/* ------------ */

.footer-center-div {
    position: relative;
    z-index: 1000;
    margin: auto;
    padding-top: 20px;
    height: 135px;
    font-size: 14px;
    color: white;
}

.footer-contact-div {
    padding: 20px 0;
    background-color: #222222;
}

.footer-contact-div a {
    color: white;
}

.footer-phone-div {
    position: relative;
    margin-bottom: 5px;
}

.phone-img {
    position: relative;
    height:16px;
    top: 3px;
}

.footer-email-div {
    position: relative;
}

.email-img {
    position: relative;
    height:16px;
    top: 3px;
}

.copyright-div {
    height: 35px;
    padding-top: 12px;
    background-color: black;
    font-size: 10px;
}
