body {
    font-family: 'Archivo Narrow', Arial;
    background-image: url(../images/forest-931706_zip.jpg);
    background-attachment: fixed;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Acme', sans-serif;
}
#content {
    background-color: rgba(255,255,255,0.75);
}
.side-navi .navigation-bar {
    /* background-image: url(../images/bg_navi.png); */
    background: rgb(50,50,50); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(100,100,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
}
.navigation-bar .menu-dropdown {
    /* background-image: url(../images/bg_navi.png); */
    background: rgb(50,50,50); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(100,100,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#646464',GradientType=0 ); /* IE6-9 */
}
.footer {
    background-color: rgba(32,32,32,.5);
    /* border-top: 1px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(0,0,0,1); */
    color: #e0e0e0;
    padding: 5px 15px;
    font-size: 10pt;
    /* position: fixed;
    bottom: 0; */
}
.footer a {
    color: #f0f0f0;
}
.header {
    /* background-image: url(../images/pohjanmiehet_2015_1280px.jpg); */
}
.navigation-bar h1:first-child {
    margin-top: 5px;
}
.navigation-bar h1 {
    font-size: 18pt;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}
