body {
    background-image: url(../images/bg/title-shadow.png);
    background-position: center 60px;
    background-repeat: no-repeat;
}
body > main.main-content {
    min-height: 420px;
}
@media screen and (max-width:800px) {
    body {
        background-image: none;
    }
}
