footer {
    background-color: #000000;
    /*padding: 25px;*/
}

footer p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
}

footer a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: inherit;
}

footer a:hover {
    color: #cf3874;
    transition: all 0.5s;
}

p.footer-title {
    font-size: 20px;
    margin-bottom: 25px;
}

p.location, p.hours {
    display: inline-flex;
    align-items: baseline;
}

p.mail, p.tel {
    display: inline-flex;
    align-items: center;
}

i.fas.fa-map-marker-alt, i.fas.fa-envelope, i.fas.fa-phone, i.fas.fa-clock {
    margin-right: 10px;
}

.social-icons {
    display: inline-flex;
    align-items: center;
}

i.fab.fa-facebook-f, i.fab.fa-twitter, i.fab.fa-linkedin {
    margin-right: 10px;
}

a.gildernew img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

p.walker {
    display: inline-flex;
}

a.walker img {
    width: 100px;
    max-width: 150px;
    height: auto;
    margin-left: 5px;
}

