a,
a:focus,
a:visited,
a:active {
    color: #333;
    text-decoration: none;
}

html {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: url(../images/dig-no-content-bg.jpg) no-repeat center center / cover fixed;
}

@media screen and (max-width:700px) and (orientation:portrait) {
    html {
        background: url(../images/dig-no-content-bg-portrait.jpg) no-repeat center center / cover fixed;
    }
}

.bottom-links {
    text-align: center;
    margin-top: 20px;
}

.bottom-links a:not(:first-child) {
    margin-left: 20px;
}