body {
    width: 100%;
    margin: 0px;
}

.content {
    background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), url('/media/Dsaf_Background_01.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#navigation, #listing {
    padding: 8px;
}

#navigation > pre, p, a {
    font-size: x-large;
}

#listing > pre, p {
    font-size: x-large;
}

.logo-container {
    display: flex;
    width: -webkit-fill-available;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.logo-image {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    overflow: hidden;
}

.footer-container {
    display: flex;
    width: -webkit-fill-available;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
}

.footer-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer-image-vertical {
    width: 100%;
    height: auto;
    overflow: hidden;
}
