body, html{
  height:100%;
  margin:0;
  font-size:13px;
  font-family:"Lato", sans-serif;
  font-weight:100;
  line-height:2em;
  color:rgb(162, 162, 179);
}

.pimg1, .pimg2, .pimg3, .pimg4, .pimg5, .pimg6{
  
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
              
      /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}
  

.pimg1{
  background-image:url('../img/Goce118.jpg');
  min-height:100%;
}

.pimg2{
  background-image:url('../img/Goce147.jpg');
  min-height:100%;
}

.pimg3{
  background-image:url('../img/Pericola.jpg');
  min-height:100%;
}

.pimg4{
  background-image:url('../img/Goce116.jpg');
  min-height:100%;
}

.pimg5{
  background-image:url('../img/Sliven.jpg');
  min-height:100%;
background-position:left;
}

.pimg6{
  background-image:url('../img/MallSofia.jpg');
  min-height:100%;
background-position:left;
}

.ptext1{
  position:relative;
  top:0%;
  width:100%;
  text-align:right;
  color:rgb(255, 255, 255);
  font-size:18px;
  letter-spacing:5px;
}



.section{
  text-align:center;
  padding:10px 10px;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}

@media(max-width:568px){
  .pimg1, .pimg2, .pimg6{
    background-attachment:fixed;
    background-position-x:center;
    }

  .pimg3{
      background-attachment:fixed;
      background-position-x:center;
      min-height:100%;
      }

    .pimg4{
      background-attachment:relative;
      background-position-x:center;
      min-height:100%;
     }

     .pimg5{
      background-attachment:fixed;
      background-position-x:left;
      min-height:100%;
     }
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.envelope {
  background: #00dd37;
  opacity:0.7;
  color: white;
}

.facebook {
  background: #3B5998;
  opacity:0.7;
  color: white;
}

.youtube {
  background: #bb0000;
  opacity:0.7;
  color: white;
}

.instagram {
  background: #a500bb;
  opacity:0.7;
  color: white;
}

.twitter {
  background: #1da0f2;
  opacity:0.7;
  color: white;
}