@charset "utf-8";
/* CSS Document */

#slider-main h1 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	max-width: 900px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	outline: 0px solid #000;
}

#slider-main p {
	color: #000;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	max-width: 900px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
	outline: 0px solid #000;
}

@media (min-width: 660px) {
	#slider-main h1 {
		font-size: 1.7rem;
		line-height: 1;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#slider-main p {
		font-size: 1.3rem;
		line-height: 1.2;
		width: 90%!important;
	}	
	
}

