
header {
    background: linear-gradient(rgba(88, 88, 88, 0.8) 0%, rgba(88, 88, 88, 0.8) 100%), url("../img/other/stezka1.jpg") no-repeat scroll center;
    background-size: cover;
}

header.game nav.navbar {
    background: linear-gradient(rgba(88, 88, 88, 0.8) 0%, rgba(88, 88, 88, 0.8) 100%), url("../img/other/stezka1.jpg") no-repeat scroll center;
    background-size: cover;
}

section.parameters-section {
    background: linear-gradient(rgba(77, 110, 88, 0.8) 0%, rgba(77, 110, 88, 0.8) 100%), url("../img/other/stezka2.jpg") no-repeat scroll center;
    background-size: cover;
}

section.fair-play-section {
    background: linear-gradient(rgba(77, 110, 88, 0.8) 0%, rgba(77, 110, 88, 0.8) 100%), url("../img/other/stezka3.jpg") no-repeat scroll center;
    background-size: cover;
}

.finish-block {
    background: linear-gradient(rgba(220, 255, 250, 0.9) 0%, rgba(220, 255, 250, 0.9) 100%), url("../../img/other/finish-background.jpg") no-repeat scroll center;
    background-size: cover;
}
