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

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

@media screen and (max-height:800px) and (orientation:landscape) {
    html {
        background: url(../images/maxity-ninja-no-content-bg-landscape.jpg) no-repeat center center / cover fixed;
    }
}

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

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

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