body {
margin:0;
font-family:verdana, helvetica, sans;
color:#000000;
font-size:14px;
overflow-y:scroll;
background-color:#000;
}

.topnav {
position: fixed;
top: 0px;
width: 100%;
z-index: 10;
overflow: hidden;
background-color: #669999;
}

.topnav a {
float: left;
display: block;
color: #000000;
text-align: center;
padding: 10px 10px;
text-decoration: none;
font-size: 16px;
}

.topnav a:hover {
background-color: #eeeeee;
color: dddddd;
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 800px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: left;
display: block;
}
}

@media screen and (max-width: 800px) {
.topnav.responsive {position: fixed;}
.topnav.responsive .icon {
position: fixed;
left: 0;
top: 0;
}

.topnav.responsive a {
float: none;
display: block;
text-align: center;
}
}

@media screen and (max-width: 800px) {
img {
max-width:100%
}
}

.projekti {
position:relative;
top:10px;
z-index: 5;
}

.kuvat {
color:#ffffff;
margin-left: auto;
margin-right: auto;
background-color:rgba(0,0,0,1.0);
}