header {
    background: url("/web/images/home-header-shadow.png") repeat-x;
    background-position: 100% 100%;
}

.menuTop .dropdown-submenu {
    background: transparent;
}

.content {
    padding: 0;
}

.content img {
    margin-top: -100px;
    width: 100%;
}

.entry-content {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.entry-content h2,
.entry-content h6 {
    padding: 0 5rem;
}

.entry-content h2 {
    font-size: 34pt;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: underline;
}

.footer {
    background-color: #474747;
}