body

{
height:1300px;
width:1200px;
background-image: url(marmur.jpg);
overflow: scroll;
margin:0 auto;

}


.naglowek
{
height:100px;
width:1000px;
background-color:orange;
margin:0 auto;
text-decoration: khaki;
}
/* ------------------------------------- */
.baner
{
height:500px;
width: 1200px;

margin:0 auto;
background-image:url('baltyk.jpg');

background-repeat:repeat;
background-position:center; 
background-size:100% auto; 
}

/* ------------------------------------- */
.menu1
{
height:50px;  
width: 200px;
background-color: yellowgreen;
margin:0 auto;

float: left;
border-radius: 50px; 
text-align: center;
color: black;
line-height:45px;
font-size: 180%;
}
.menu1:hover
{
background-color: blue;    
}
.start
{
height:1200px;  
width: 1200px;    
margin-top: 120px;  
text-align: center;
font-family: cursive;   
}

h1{
font-size: 250%;

}
h3{
font-size: 300%;
color: red;

}
h4{
font-size: 160%;
text-align: left;
font-family: cursive;
}

/* ------------------------------------- */
.upilota
{
height:1200px;  
width: 1200px;    
margin-top: 120px;  
text-align: center;
font-family: cursive;
}
/* ------------------------------------------ */
.galeria
{
height:700px;  
width: 1200px;    
margin-top: 250px;    
}
.obrazek
{
margin-top: 100px;
margin-left: 50px;
border-style:solid;
border-color:green;
border-width:3px;
border-radius:10px;
opacity:0,6;

box-shadow: 0px 0px 6px 2px rgba(o, 0, 0, 0.3);
}
.obrazek:hover 
{
color:black;
border:2px solid white;
opacity:1;

box-shadow: 0px 0px 6px 2px rgba(o, 0, 0, 0.3);
}
/* ----------------------------------------------- */
.pogoda{
margin-top: 100px;  
}
/* ----------------------------------------------- */
.lokalizacja 
{
height:1000px;  
width: 700px;   

margin-top: 100px;
margin-left: 100px;    
}
/* ----------------------------------------------- */

.kontakt
{
height:500px;  
width: 700px;  

margin-top: 150px;
margin-left: 250px;
text-align: center;
font-size: 200%;
}
/* ----------------------------------------------- */
.stopka
{
height:120px;  
width: 1200px; 
background-color: yellowgreen;
text-align: center;
font-size: 120%;
margin-top: 100px;
}

    


