/* footer */
.footer {
    background: #000;
    width: 100%;
    display: inline-block;
}
.footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}
.subfooter {
    background: #1f1e29;
    padding: 50px 0;
    color: white;
}

.contact-icon {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px;
    line-height: 24px;
    font-size: 14px;
    padding-left: 30px;
    display: block;
    color: white;
    text-decoration: none;
}

.contact-icon:hover {
    color: white;
    text-decoration: underline;
}