* {
margin: 0;
padding: 0;
font-family: 'Lato',sans-serif;
box-sizing: border-box;
}

container {

}

a {
		text-decoration: none;
	}

body{
background: url(images/tlo.jpg) fixed;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}





#menu {
        position: sticky;
        z-index: 1;
        top: 10px;
        background-color: #3A3431;
        float: left;
        width: 100%;
        height: auto;
        margin-top: 3px;
        margin-bottom: 50px;
        margin-left: 190px;
        margin-right: 190px;
        color: #ffffff;
        padding: 3px;
        opacity: .8;
        border-radius: 5px;
display: ;
justify-content: space-around;
flex-wrap: wrap ;
        
	}

.option
{
text-align:center;
font-weight: 1;
float: left;
min-width: 135px;
height: 35px;
font-size: 18px;
padding: 5px;
border-right: 2px solid #006699;
opacity:0,6;
}

.option:hover
{
background-color: #006699;
cursor: pointer;
height: 35px;
}

a.tilelink
{
color: #ffffff;
text-decoration: none;
display: block;
min-width: 130px;
height: 20px;
}

.tile1:hover
{
background-color: #dedede;
text-decoration: none;
}

#menu a:hover {
		margin-top: 1px;
		color: #dedede;
	}
	
a.tilelink1
{
color: #dedede;
text-decoration: none;
display: block;
}

#tytul {
        background: #3A3431 ;
		width:640px;
		height:56px;
		margin-left:0px;
		margin-right:auto;
		margin-top:auto;
		text-align:center;
		letter-spacing: 3px;
		opacity: ;
	}




.photo{
margin: 20px;
width: 250px;
background: #C0C0C0;
padding: 5px;
opacity: .7;
border-radius: 10px;
border: 1px solid silver;
box-sizing: border-box;

display: flex;
justify-content: space-around;
flex-wrap: wrap;

transform: rotate(1deg);
transition: 0.3s all ease-in-out;
}

.photo img{
flex-basis: 100%;
width: 100px;
}

.photo figcaption{
margin-top: 10px;
}

.photo:nth-child(even){
transform: rotate(-1deg) scale(0.9);
}

.photo:hover{
opacity: 1;
transition: 0.3s all linear;
transform: scale(1.5);
}







#stopka a {
	color: #FFFFFF;
	font-size: 18px;
	margin-top:	200px;
	background-color: black;
	
	}


