/* -----------Tablet View----------- 
@media only screen and (max-width : 1000px) and (min-width : 481px)   {

*/

/* -----------Smartphone View----------- */ 
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/*******************
	BACKGROUNDS
	*******************/
	html, body{
	  width: 100%;
	  margin: 0px;
	  padding: 0px;
	  
	}

	.content{
	  width:100%;
	}


	.one{  
	  background-attachment: scroll;
	}

	.two{  
	  background-attachment: scroll;
	}

	.three{  
	  background-attachment: scroll;
	}

	.four{  
	  background-attachment: scroll;
	}

	.five{  
	  background-attachment: scroll;
	}

	.imgnav {
	  position: relative;
	  padding: 0 0 0 25%;
	}

}


