#static-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#header {
    position: relative;
    height: 85px;
    width: 100%;
}

#menu {
    visibility: hidden;
    position: absolute;
    right: 25px;
}

#hamburger {
    visibility: hidden;
    position: absolute;
    right: 25px;
}

#footer {
    display: none;
    position: relative;
    height: 85px;
    width: 100%;
}

#socialList {
    visibility: hidden;
    position: absolute;
    right: 25px;
    top: 21.5px;
}

#menuList {
    visibility: hidden;
    position: relative;
    display: table;
    margin: 0 auto;
}

.logo {
    position: absolute;
    width: 151px;
    height: 50px;
    left: 25px;
    top: 17.5px;
}

#footerLogo {
    opacity: 0.5;
}

#content {
    width: 100%;
    flex: 1;
    /* background-color: #5c5856; */
    background-image: url("/res/img/splash_page/bg.jpg");
    background-size: cover;
    background-position: center;
}