body, html {
  height:100%;
  margin: 0;
  font-size: 16px;
  font-weight:400;
  line-height:1.8em;
  font-family:"Raleway", sans-serif;
  color:#666;
  box-sizing:border-box
}

.pimg1, .pimg2, .pimg3{
position:relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
  opacity:0.7;
background-attachment:fixed;
}
.pimg1{
  background-image:url("vangvieng.jpeg");
  min-height:100%;
}
.pimg2{
  background-image:url("udaipurnight.jpeg");
  min-height:500px;
}
.pimg3{
  background-image:url("varanasidawn.jpeg");
  min-height:500px;
}
.text{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;
  font-weight:600;
}

.section{
  text-align:center;
  padding:50px 80px;
}
.section-light{
  background-color:#e3e3e3;
  color:#666;
}
.section-dark{
  background-color:#282e34;
  color:#ddd;
}

.con{
  width:30%;
  margin:5px;
  padding:5px;
  min-width:180px;
}

.imgp{
  width:150px 30%;
  height:150px;
}
.row{
  align-items:center;
}
.row::after {
    content: "";
  clear:left;
    display: table;
}
[class*="con"] {
    float: left;
    padding: 5px;
}
.textPr{
  padding-right: 10px;
}
@media(max-width:568px){
  .img1, .pimg2, .pimg3{
    background-attachment:scroll;
  }
}
