*{
margin: 0;
padding: 0;
}
body {
background-color: white;
}
#header {
background-image: url("kamien.jpg");
background-size: 100%;
background-repeat: no-repeat;
weight: 100%;
height: 600px;

}
h1.napis{
font-family: 'Playfair Display', serif;
color: white;
padding-left: 100px;
padding-right: 700px;
padding-top: 300px;

}
hr{
border: 0; margin: 0; padding: 0;
border-top: 3px solid white;
width: 500px;
}
#wrapper {
max-width: 100%;
margin: 0 auto;
}
.nav{
width: 100%;
padding: 10px 0;
background-color: #FAFAD2;
text-align: center;
border-top: 2px solid #D3D3D3	;
border-bottom: 2px solid #D3D3D3	;
}

#hrnow{
border: 2px solid #DAA520;
weight: 100px;
margin-left: 400px;
margin-right: 400px;
}

.sticky{
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 100;
}
ol{
font-size: 18px;
height: 35px;
line-height: 200%;
list-style-type: none;
}
ol a{
text-decoration: none;
color: #778899;
display: block;
}
ol > li{
width: 150px;
height: 40px;
float: left;
border-right: 1px dashed #778899;
}
ol > li:hover{
background-color: #D3D3D3;
}
ol > li:hover > a{
color: black;
}
ol > li > ul{
list-style-type: none;
height: 40px;
display: none;
}
ol > li > ul > li{
background-color: #FAFAD2;
position: relative;
z-index: 100;
border-top: 1px dashed #778899;
}
ol > li > ul > li:hover{
background-color: #D3D3D3;

}
ol > li > ul > li:hover > a{
color: black;
}
ol > li:hover > ul{
display: block;
}
#footer{
text-align: center;
background-color: #9ACD32;
font-family: 'Playfair Display', serif;
font-size: 14px;
padding: 10px;
}
h2{

padding: 40px;
padding-bottom: 10px;
font-family: 'Playfair Display', serif;
color: #A0522D;
}

#hrnow{
border-bottom: 2px solid #DAA520;
weight: 100px;
margin: 20px;
}

p {

padding: 20px;
font-family: 'Playfair Display', serif;
font-size: 18px;
color: black;
}
.kam1{
text-align: left;
}
.kamien{
float: right !important;
padding: 40px;
weight: 150px;
height: 300px;
}