@charset "utf-8";
/* CSS Document */

#slider-main h1 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 8px;
	padding-top: 16px;
	letter-spacing: 1px;
	max-width: 900px;
	width: 96%;
	margin: auto;
}

#slider-main p {
	color: #C1C1C1;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 20px;
	max-width: 900px;
	width: 96%;
	margin: auto;
}

@media (min-width: 660px) {
	#slider-main h1 {
		font-size: 1.6rem;
		line-height: 1.2;
		padding-bottom: 8px;
	}
	
	#slider-main p {
		font-size: 1.2rem;
		line-height: 1.2;
		width: 90%!important;
		padding-bottom: 70px;
	}	
	
}

@media (min-width: 800px) {
	#slider-main h1 {

	}
	
	#slider-main p {
		padding-bottom: 100px;
	}	
	
}