body {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.logo {
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align:center;
    padding-left:30px;
    padding-right:20px;
}

.menu {
margin-top:2em;
}

.kolaps-menu{
position:absolute;
top:3;
text-align:center;
}

.moje-menu{
width:100%;
border:none;

}

.projekty-img {
  padding-bottom: 1em;
    }
    
img {
 // max-height:250px;

}

.effekt-a:hover{
transition: all 0.4s;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}    