@charset "utf-8";
/* CSS Document */

#slider-main h1 {
	color: #707070;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bolder;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 16px;
	letter-spacing: 1px;
	max-width: 900px;
	width: 96%;
	margin: auto;
}

#slider-main p {
	color: #707070;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 0px;
	max-width: 900px;
	width: 96%;
	margin: auto;
}

@media (min-width: 660px) {
	#slider-main h1 {
		font-size: 2rem;
		line-height: 1.2;
		padding-bottom: 14px;
	}
	
	#slider-main p {
		font-size: 1.2rem;
		line-height: 1.2;
		padding-bottom: 10px;
		width: 90%!important;
		margin: auto;
	}	
	
}