body
{
	margin:0;
}

.one
{
	background:url(../images/i3.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	background-attachment:fixed;
	width: 100%; /* Full width */
    height: 500px; /* Fixed height */
   
}
.one-text { 
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding:50px;
  transform: translate(-50%, -50%);
  color: white;
  background-color:rgba(0,0,0,0.8);

}

.box {
    width: 100%; /* Full width */
    height: 400px; /* Fixed height */
    background-color: #80A2AD; /* Just for visibility */
	color:#5D3B14;
  }

.two
{
	background:url(../images/i5.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	background-attachment:fixed;
	width: 100%; /* Full width */
    height: 500px; /* Fixed height */
}
.three
{
	background:url(../images/i7.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
	background-size:cover;
	color:white;
	background-attachment:fixed;
	width: 100%; /* Full width */
    height: 500px; /* Fixed height */
}
