footer {
    align-items:center;
    background-color:black;
    color:white;
    font-family:'Open Sans';
    font-size:1em;
    gap:2em;
    justify-content:space-around;
    padding:2em;
    display:flex;
    flex-wrap:wrap;

    
    
}

#home-footer {
    background-color:transparent;
    padding:1em;
}


footer-nav {
    display:flex;
    column-gap:3em;
    
    
    
}

footer-nav a {
    border-bottom:1px dotted rgba(255,255,255,0.5);
    color:white;
    text-decoration:none;

}

footer-nav a:hover {
   color:red;
     border-bottom:1px dotted rgba(255,0,0,0.5);
}

footer-links {
    display:block;
}

footer-links a {
    color:white;
    text-decoration:none;
    border-bottom:1px solid transparent;

}

footer-links a:hover {
    color:red;
        border-bottom:1px solid rgba(255,0,0,0.5);
}


footer-links img {
    height:1.5em;
}


footer-branding,footer-links{
    display:flex;
    gap:0.25em;
    align-items:center;
}


footer-branding img {
    width:8em;
}


@media only screen and (max-width: 700px) {
    /*
.footer-page {
    font-size:0.8em;
    }
    
}

.img-envelope {
    height:23px;
    margin-bottom:2px
}

.img-facebook {
    height:24px;
}
*/
}