/*
    Footer Styling
*/

#footer {
    background-color: #fcfcfc;
    border-top: 2px solid rgb(204, 204, 204);
    position: relative;
    bottom: 0;
    left: 0;
    height: 4.75vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer #footerBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../Assets/Art/The\ Sorcerer\ And\ The\ Power\ Of\ LifeTN.jpeg");
    filter: brightness(40%);
}

#footer img {
    height: 7.5vh;
    position: relative;
    left: 2.5vw;
}

#footer #copyright {
    font-family: var(--fontNormal);
    position: relative;
    font-size: 1vw;
    right: 2.5vw;
    color: white;
}