html{
	margin: 0;
	padding: 0;
   
}
body{
	margin: 0;
	padding: 0;
   	background-image: url(img/brickwall.png);
	font-family: 'Dosis', sans-serif;
	
	}

#container{
	width: 100vx;
	height: 970px;
	background-image: url(img/12.jpg);
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: counter;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
		
	}
#container2{
	width: 100vx;
	height: 1470px;
	background-image: url(img/kuchnia7.png);
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: counter;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
		
	}
#wraper{
	height: 70px;
	width: 100%;
	border-bottom: 2px solid #b9007a;
	position: relative:	
}
@media (max-width:800px){
	#wraper {
			height: 90px;
			
	}
			
	}
#wraper img{
	position: absolute;
	margin-left: 140px;
	margin-top: 32px;
}
@media (max-width:800px){
	#wraper img {
			display: none;}
			
	}
nav{
	width: 50%;
	height: 40px;
	margin-top: 30px;
	margin-left: 50%;
	
}
@media (max-width:800px){
	nav {
			width: 100%;
		margin-top: 10px;
			}
			
	}
nav a{
	width: 20%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	display:block;
	color: black;
	float: left;
	line-height: 40px;
	text-shadow: 0 0 1px black, 0 0 1px grey; 
	transition: all 0.4s ease;
	
	}
@media (max-width:800px){
	nav a {
			width: 50%;
			float: none;
			line-height: 18px;
			font-size: 20px;
	}
			
	}
nav a:hover{
	color: #b9007a;
	text-shadow: 0 0 1px white, 0 0 2px black;
	transform: scale(0.9);
		
}
#header{
	width: 100px;
	height: 70px;
	background-image: url(img/header6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 40px;
	margin-top: -60px;
}
@media (max-width:800px){
	#header {
			margin-top: -40px;
	}
			
	}
h1{
	margin-left: 44%;
	color: white;
}
@media (max-width:800px){
	h1 {
			margin-left: 15%;
	}
			
	}

#iframe{
	position: relative;
	width: 400px;
	height: 100%;
	background-color: white;
	margin-left: 15%;
	opacity: 0.9;
	border-radius: 10px;
	box-shadow:#8c734d -10px 0 20px -5px inset; 
		}
@media (max-width:800px){
	#iframe {
			margin-left: -2px;
	}
			
	}
iframe{
	opacity: 1:
}
		
		
}
#iframe p{
	opacity: 1;
		
}
fieldset{
	position: absolute;
	margin-right: -300px;
}
section{
	position: relative;
	margin-left: 78%;
	margin-top: 60px;
	width: 300px;
	height: 530px;
	background-image: url(img/monia3.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 2px;
	background-color: white;
	box-shadow: 0 0 7px 3px black;
	animation-name:moja-animacja-1;
    animation-duration:4s;
    animation-iteration-count: 1;
}
@keyframes moja-animacja-1{
	0% { transform:translateY(500px); }
	100% { transform:translateY(0);}
}
@media (max-width:800px){
	section {
			margin-left: 2%;
		
height: 45%;				
			}
			
	}
#opis{
	height: 340px;
	width: 400px;
	margin-left:74%;
	margin-top: 90px; 
	background-color: aliceblue;
	position: absolute;
	text-align: center; 
	font-size: 17px;
	list-style: none;
	box-shadow:0 0 5px 2px; 
	
}
@media (max-width:800px){
	#opis  {
		margin-left: 2%;
		height: 350px;
		width: 350px;	
			}
			
	}
#opis ul li{
		list-style: none;
	margin-left: 5px;
	position: absolute;
		
}

#opis ul li img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	
	
}
@media (max-width:800px){
	#opis ul li img {
			display:none;
			}
			
	}
.content {
	position: absolute;
	width: 200px;
	opacity: 1;
	
	
}

.content p{
	text-align: center;
	width: 90%;
	height: 50%;
	padding-left: 10px;
	margin-left: 110px;
	font-size: 14px;
	font-weight: 700;
	
	}
.content ol li{
	font-size: 14px;
	font-weight: 700;
	}
.content ol li a{
	text-decoration: none;
	color: white;
	}
	
.content:first-child {
	padding-top: 45px; 
		
}
.content p a{
	text-decoration: none;
	color: white;
}
#galery{
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, white,grey); 
	overflow: scroll;

	
}
#img{
	height: 100%;
}
#img a img{
	border: 2px solid white;
	border-radius: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	transition: all 0.3s ease;
	box-shadow: 5px 5px 10px black;	
	}
#img a img:hover{
	transform: scale(0.9);
	filter: grayscale(100%);
	border: 2px solid black;
	}
