#footer {
    margin-top: 3rem;
    border-top: solid 1px #707070;
    justify-content: center;
    align-items: center;
}

#footer p {
    font-size: 1rem;
    padding: 0px;
}

#footerAddress {
    padding-top: 2rem;
    margin-left: 10%;
}

#footerMap {
    padding-top: 2rem;
}

#footerSocial img {
    height: 2rem;
}

#footerSocial img:hover {
    transform: scale(1.3);
    transition: transform .4s ease;
}

@media (max-width:1425px) {
    #footerAddress {
        margin-left: 0%;
    }
}

@media (max-width:1050px) {    
    #footer .responsiveSplitter{
        display: block;
    }
    
    #footerAddress, #footerMap, #footerSocial{
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    #footerMap {
        padding-top: 0rem;
    }
}