.footer{
    display:flex;
    width: auto;
    height: 430px;
    margin-top: 100px;
    margin-left: 100px;
}

.footer h2{
    color: black;
    font-family : Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 1.4rem;
}

.footer div{
    margin-top: 100px;
    margin-left: 20px;
    width: 350px;
}

.footer a{
    color: rgb(99, 99, 99);
    margin: 0;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 1.125rem;  
    line-height: 141.8%;
    text-decoration: none;
    margin-left: 5px;
}
.footer a:hover{
    color:rgb(207, 175, 124);
    text-decoration: underline;
}

.footer .CU a:hover{
    color:rgb(207, 175, 124);
    text-decoration: none;
}

.footer svg{
    margin: 10px;
}

#hours:hover{color:rgb(99, 99, 99);text-decoration: none;}
