body {
  padding: 0;
  margin: 0 !important;
  background-color: e8e6dd;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Helvetica', sans-serif;
  }
    
  h1 {
	  font-weight: 900;
	  font-size: 50px;
	  text-align:center;
	  text-transform: uppercase;
	  color: white;
  }
  
  h2 {
	  font-weight: 400;
	  font-size: 20px;
	  text-align:center;
	  text-transform: uppercase;
	  color: white;
	  letter-spacing: 0.75em;
	  position: relative;
	  bottom: 30px;
	  left: 10px;
  }
  
  .wrapper {
	  width: 100%;
  }
  
  .background {
	  background: url("naglowek3.jpg") no-repeat left top;
	  background-size: cover;
	  height: 500px;
  }



  .main {
	  position: relative;
      top: 330px;
  }
  
  .nav {
	  width: 100%;
	  background-color: #aaa;
	  text-align: center;
	  padding: 10px 0;
	  text-transform: uppercase;
  }
  
  .sticky {
	  width:100%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  z-index: 100;
  }
  
  .lowbackground {
	  position: relative;
	  bottom: 25px;
	  background: url("mebel1.jpg") no-repeat center center;
	  background-size: cover;
	  height: 1000px;
  }
  
  .lowcontainer {
	  height: 1000px;
	  width: 50%;
	  background: rgba(0, 0, 0, 0.7);
	  position: relative;
	  left: 2%;
  }
  
  .lowbackground2 {
	  position: relative;
	  bottom: 25px;
	  background: url("mebel2.jpg") no-repeat center center;
	  background-size: cover;
	  height: 1000px;
  }
  
  .lowcontainer2 {
	  height: 1000px;
	  width: 46%;
	  background: rgba(0, 0, 0, 0.7);
	  position: relative;
	  left:52%;
  }


  .lowbackground3 {
	  position: relative;
	  bottom: 25px;
	  background: url("mebel3.jpg") no-repeat center center;
	  background-size: cover;
	  height: 1150px;
  }
  
  .lowcontainer3 {
	  height: 1150px;
	  width: 50%;
	  background: rgba(0, 0, 0, 0.7);
	  position: relative;
	  left: 2%;
  }



  h3 {
	  font-size: 25px;
	  font-family: Lato;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: 400;
	  letter-spacing: 0.3em;
	  color: white;
	  padding: 60px;
	  position: relative;
	  top: 100px;
  }
  
  p {
	  font-size: 25px;
	  font-family: Josefin Sans;
	  text-align: justify;
	  font-weight: 100;
	  color: white;
	  padding: 60px;
	  position: relative;
	  top: 70px;
          
  }
 
  z {
	  font-size: 25px;
	  font-family: Josefin Sans;
          text-align: justify;
	  font-weight: 100;
	  color: white;
          position: relative;
	  left: 3%;
	  top: 70px;
          
  }


  .content {
	  width: 1200px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 70px;
	  text-align: center;
  }
  
 ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 200px;
	height: 40px;
}

ol > li:hover {
	background: #999;
}


h4 {  
font-size: 25px;
	  font-family: Lato;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: 400;
	  letter-spacing: 0.3em;
	  color: white;
	  padding: 60px;
	  position: relative;
	  top: 100px;
}

h5 {  
font-size: 25px;
	  font-family: Lato;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: 400;
	  letter-spacing: 0.3em;
	  color: white;
	  padding: 60px;
	  position: relative;
	  top: 100px;
}

h6 {  
font-size: 25px;
	  font-family: Lato;
	  text-align: center;
	  text-transform: uppercase;
	  font-weight: 400;
	  letter-spacing: 0.3em;
	  color: white;
	  position: relative;
	  
}

.block {
	display: inline-block;
	height: 400px;
	width: 30%;
	max-height: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.block img {
  width: 100%;
}

.footer {
	background: black;
	height: 25px;
	color: white;
	font-family: Lato;
	text-align: center;
	margin-top: 40px;
	padding: 20px;
}