body {
  background: url("../img/web-elements/fotolia_70850792_edited2.jpg") no-repeat;
  background-color: #684e3b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:0;
  margin:0;
  position:relative;
}

/* HOME - Styling for the intro part */

#home-intro-text {
	margin-top:90px;
	margin-bottom:170px;
}

#home-intro-text p {
	font-weight:500;
	font-size:33px;
	color:#f9f7f1;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

#home-intro-text h1 {
	font-weight:400;
	font-size:74px;
	text-transform:uppercase;
	color:#f9f7f1;
	text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.75);
}


/* EXTRA SMALL Screens */
@media (max-width: 768px) {

	#home-intro-text {
	
	margin-top:40px;
	margin-bottom:130px;
	text-align:center;
	
	}

	#home-intro-text p {
	font-size:20px;
	text-align:center;
}

#home-intro-text h1 {
	font-size:50px;	
	text-align:center;
}

#home-intro-text a.btn { 
	font-size:15px;
	padding:15px;
	text-align:center;
	display:inline-block;
}

}

/* SMALL Screens */
@media (min-width: 768px) and (max-width: 991px) {
#home-intro-text p {
	font-size:20px;
}

#home-intro-text h1 {
	font-size:60px;	
}
}

@media (min-width: 992px) {

#home-intro-text p {
	font-size:25px;
}

#home-intro-text h1 {
	font-size:74px;	
}


}