/*Footer Styles*/

.footer {
    height: 400px;
    background-color: #11122b;
    color: #cbcbcb;
    font-family: "Ubuntu Condensed", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-top: -4px;
}



.footer>.contact-hours-wrapper {
    align-items: center;
}

.footer>.footer-phone-hours span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    letter-spacing: 2px;

}

.footer>.footer-phone-hours>.hours {
    font-size: 0.8em;
    color: #cea135;
    text-transform: uppercase;
}


.footer>.logo-footer img {
    width: 150px;
    height: 100%;
}

.footer>.links-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 400px;
}

.footer>.social-media-icons-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 300px;
    display: flex;
    justify-content: space-around;

}

.footer>.social-media-icons-wrapper a {
    font-size: 1.5em;
    color: #cbcbcb;
    transition: 0.5s;

}

.footer>.social-media-icons-wrapper a:hover {
    font-size: 1.5em;
    color: #cea135;
    transition: 0.5s;

}

.footer>.copyright-wrapper {
    margin-bottom: 42px;
    font-size: 0.7em;
    color: #858585;
}