
	#section0,
	#section1,
	#section2,
	#section3{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(../img/img.jpg);
		padding: 18% 0 0 0;
	}
	
	@media(max-width:767px) {
		#section0{
		overflow: hidden !important;
		height: auto !important;
		padding: 25% 0 0 0 !important;
		}
		h1.carousel-title {
			font-size: 4em !important;
			margin-bottom: 0 !important;
		}
		span.sub-title {
			font-size: 1em !important;
		}
		#section0{
		padding: 20px 0 !important;
		}
		.carousel-text p {
		font-size: 14px;
		}
	}