/*Footer styles*/

.footer {
    background-color: #11122b;
    color: #cbcbcb;
    font-family: "Ubuntu Condensed", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 400px;
    margin-top: -4px;
}

.footer > .logo-footer img{
    width: 180px;
    height: 100%;
    /* filter: brightness(50%); */
    opacity:0.5;
    
    
}

.footer > .footer-phone-hours span{
    margin: 0 10px 0 10px;
    font-size: 1em;
    letter-spacing: 2px;
}

.footer>.footer-phone-hours > .hours{
    text-transform: uppercase;
    color:#cea135;
    font-size: 0.8em;
}

.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{
    color:#cea135;
}

.footer> .copyright-wrapper{
    font-size: 0.7em;
    margin-bottom: 42px;
    color:#858585;
}