/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3{
		background-size: cover;
	}
	
	/* Defining each sectino background and styles 
	* --------------------------------------- */
	#section0{
		background-image: url(imgs/cafe_study.jpg);
		padding: 30% 0 0 0;
	}
	#section1{
		background-image: url(imgs/odd_study.jpg);
		padding: 6% 0 0 0;
	}
	#section2{
		background-image: url(imgs/outside_studying.jpg);
		padding: 6% 0 0 0;
	}
	#section3{
	background-image: url(imgs/redstudy.jpg);
		padding: 6% 0 0 0;
		
	}

  p {
  position: absolute;
  bottom: 5.5em;
  left: 50em;
  z-index: 1;
  width: 30%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1em;
  padding: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
 	