
#footer {
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
}

.footerContainer {
    position: absolute;
    width: 100%;
}

#footerBackground {
}

#footerMainContainer {
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
}

#footer_nav {
    display: flex;
    flex-direction: row;
}

@media (max-width: 790px) {
    #footer_nav {
        display: none;
    }
}
