body {
    padding-bottom: 128px;
}

.banner {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    background: url("/img/windrad.jpg");
    background-repeat: no-repeat;
    background-position: 40% bottom;
    background-size: cover;
}

.bannertext {
    color: white;
    text-shadow: 0 0 4px black;
}

.shadow {
    box-shadow: 2px 2px 4px;
}
