body, html{
  height:100%;
  margin:0;
  font-size:16px;
  font-family:"Lato", sans-serif;
  font-weight:400;
  line-height:1.8em;
  color:#666;
}

.mimage1, .mimage2, .mimage3, .mimage4{
  position:relative;
  opacity:0.90;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.mimage1{
  background-image:url('../images/mughals/tajmahal.jpg');
  min-height:100%;
}

.mimage2{
  background-image:url('../images/mughals/humayun.jpg');
  min-height:400px;
}

.mimage3{
  background-image:url('../images/mughals/jamamasjid.jpg');
  min-height:400px;
}

.mimage4{
  background-image:url('../images/mughals/agrafort.jpg');
  min-height:100%;
}


.section{
  text-align:center;
  padding:50px 80px;
}

.section-light{
  background-color:#f4f4f4;
  color:#666;
}

.section-dark{
  background-color:#282e34;
  color:#ddd;
}

.mtext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.mtext .border{
  background-color:#111;
  color:#fff;
  padding:20px;
}

.mtext .border.trans{
  background-color:transparent;
}

@media(max-width:568px){
  .mimage1, .mimage2, .mimage3, .mimage4{
    background-attachment:scroll;
  }
}
