body{
	background-color: grey;
}

.bg-img{
  background-image: url(../pictures/header.jpg);
  min-height:250px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

}

.header{
  position:relative;
  width: inherit;
  height:200px;
  background-color: #454344;

}
.center{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#p0{
  font-size: 40px;
  color:#ffffff;
  font-family: "Merriweather";
}
#p1{
  font-size: 40px;
  color:#ffc02e;
  font-family: "Merriweather";
}

.container{
  position:absolute;
  bottom:0;
  width: auto;
}

.wrapper{
  width:1000px;
  margin:0px auto;
  }

.nav:not(.space){
  overflow: hidden;

}

.nav a{
  float: left;
  text-decoration:none;
  height:20px;
  text-align:center;
  font-size:16px;
  background-color:#666666;
}
.nav a:not(.space){
  padding:5px 20px 5px 20px;
  color:#283745;
  font-family: "Open Sans";
  font-weight: bold;
}

.nav a:hover:not(.space)  {
  background-color:#555c66;
}

.nav a.active{
  background-color:#dfa953;
  color:#fff;
}
/*.nav a{
  border-right-width:5px;
  border-right-style:solid;
}
.nav a:last-child{
  border-right:none;
}*/

a.space{
  padding-right: 1px;
  padding-left: 1px;
  background-color: rgba(0,0,0,0);
}

#part1{
  width:inherit;
  height:350px;
  background-color: #ffd147;
}
#part1 p{
  line-height: 2em;
  margin: 0px 45px 20px 45px;
  font-family: "Open Sans";
}
 .right{
 	width: 48%;
 	float:right;
 }
 .left{
 	width: 48%;
 	float:left;
 }


 #pics{
  padding: 40px 20px 20px 20px;
  background-color: #666666;
  width:inherit;
  height:660px;
 }
 #pic1{ 
  background-image: url(../pictures/obr2.jpg);
  min-height: 300px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  filter: drop-shadow(10px 10px 5px #454344);

 }
 #pic2{ 
  background-image: url(../pictures/obr4.jpg);
  min-height: 300px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  filter: drop-shadow(10px 10px 5px #454344);

 }
 #pic3{ 
  background-image: url(../pictures/obr1.jpg);
  min-height: 300px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  filter: drop-shadow(10px 10px 5px #454344);

 }
 #pic4{ 
  background-image: url(../pictures/obr3.jpg);
  min-height: 300px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  filter: drop-shadow(10px 10px 5px #454344);

 }

 footer{
  height:70px;
  background-color:#454344;
 }

 #kontakt{
  width:inherit;
  height:480px;
  background-color: #ffd147;
}
#kontakt p:not(#fb,#p0,#p1)  {
  margin: 45px 0px 20px 45px;
  font-family: "Open Sans";
  font-size:20px;
  line-height: 1.5em;

}
#kontakt_tel{
  margin-bottom: 0;
  color:#283745;
}
#kontakt_pic{
  background-image: url("../pictures/kontakt_obr.jpg");


  margin: 45px 45px 20px 45px;
  min-height: 250px;


  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(10px 10px 5px #454344);
  position:relative;

}
.fa {
  padding-left:12px;
  padding-right:20px;
  padding-bottom:20px ;
  padding-top:10px;
  font-size: 30px;
  width: 5px;
  height: 5px;
  text-align: center;
  text-decoration: none;
  margin-left:37px;
  border-radius: 30%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
#map{
  background-color: #454344;
}
#fb{
  font-family: "Open Sans";
  font-size:20px;
}
#container_{
  background-color:#454344;
  padding-left: 20px;
  padding-right:20px;
}

#cennik{
  background-image:url(../pictures/cennik.png);
  min-height: 620px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  
}

#divider{
  background-color:#454344;
  height:30px;
}

#pdf_container{
  background-color: #454344;
  width:inherit;
  height:900px;
}

#vz{
  background-color: #ffd147;
  padding: 40px 20px 20px 20px;
  width:inherit;
  height:660px;
}
