/* General Styles */
span {
    color: #ebebeb;
    font-family: Baskerville, serif;
    font-size: 13pt;
    padding-top: 0px;
    text-decoration: underline;
}

/* Footer Styles */
footer {
    box-sizing: border-box;
    bottom: 0;
    height: 75px;
    width: 100%;
    background: #3f3f3f;
    text-align: center;

    width: 100%;
    margin-top: auto; /* Pushes footer to the bottom */
    position: relative; /* Ensures it’s within the document flow */

}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: auto;
    padding: 0;
}

.foot-left, 
.foot-right {
    flex: 1;
    text-align: center;
    width: 300px;
    padding-top: 10px;


}

.foot-left a,
.foot-right a {
    
    text-decoration: none;
    color: #ebebeb;
    padding: 0 10px;
}

.logo-foot-container {
    flex: 0 0 100px;
    display: flex;
    justify-content: center;
    height: 50px;
    padding-top: 10px;
    
}

.logo-foot {
    height: 50px;
}
