/* CSS Document */
.RV_Repair_Container {
	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
.PageContent{
	width:100%;
	min-height:400px;
	height:auto;
	background-color:rgba(40,40,40,1.00);
	padding-top:100px;
}
.RVServiceSplash{
	width:100%;
	max-width:1600px;
	background-image:url(../_images/Layout/RV_Service_Repair.jpg);
	background-repeat:none;
	background-position:bottom;
}
.RVNews{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.RVNews_Items{
	padding:2%;
}
.Action_Container{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

@media screen and (min-width:250px){
.PageContent{
	padding-top:20px;
}
.RVNews_Items{
	width:230px;
}
.RVServiceSplash{
	height:115px;
}
.Action_Button{
	order:2;
	background-color:rgba(82,115,85,1.00);
	width:300px;
	height:45px;
	text-align:center;
	border:solid thin white;
	margin:3%;
}
.Header_Points{
	order:1;
	width:300px;
	padding:10px;
}
.News_Section_title{
	order:3;
	width:100%;
	padding:10px;
}
h1{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:20px;
	letter-spacing: 1px;
	color:White;
}
h2{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:22px;
	letter-spacing: 1px;
	color:rgba(82,115,85,1.00);
	font-weight:bold;
}
h4{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:18px;
	letter-spacing: 4px;
	color:rgba(145,145,145,1.00);
	font-weight:lighter;
}
h5{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:17px;
	letter-spacing: 3px;
	color:rgba(82,115,85,1.00);
}
h6{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:14px;
	letter-spacing: 1px;
	color:rgba(145,145,145,1.00);
	font-style:italic;
	font-weight:bold;
}
p{
	font-family:Perpetua, Times New Roman, Calibri Light;
	font-size:20px;
	color:white;
}

hr{
	display:block;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-left:5%;
	margin-right:8%;
	color:rgba(82,115,85,1.00);
}
}
@media screen and (min-width:300px){
.PageContent{
	padding-top:25px;
}
.RVNews_Items{
	width:280px;
}
.RVServiceSplash{
	height:150px;
}
}
@media screen and (min-width:400px){
.PageContent{
	padding-top:35px;
}
.RVNews_Items{
	width:380px;
}
.RVServiceSplash{
	height:200px;
}
}
@media screen and (min-width:500px){
.PageContent{
	padding-top:45px;
}
.RVNews_Items{
	width:480px;
}
.RVServiceSplash{
	height:225px;
}
}
@media screen and (min-width:600px){
.PageContent{
	padding-top:55px;
}
.RVNews_Items{
	width:580px;
}
.RVServiceSplash{
	height:270px;
}
.Action_Button{
	height:60px;
}
	h1{
	font-size:26px;
	letter-spacing: 3px;
}
h2{
	font-size:30px;
}
h5{
	font-size:16px;
}
h6{
	font-size:16px;
}
p{
	font-size:22px;
}
hr{
	border-bottom-width:2px;
}
}
@media screen and (min-width:700px){
.PageContent{
	padding-top:60px;
}
.RVNews_Items{
	width:320px;
}
.RVServiceSplash{
	height:315px;
}
}
@media screen and (min-width:800px){
.PageContent{
	padding-top:65px;
}
.RVServiceSplash{
	height:350px;
}
}
@media screen and (min-width:900px){
.PageContent{
	padding-top:70px;
}
.RVServiceSplash{
	height:375px;
}
}
@media screen and (min-width:1000px){
.PageContent{
	padding-top:80px;
}
.RVServiceSplash{
	height:450px;
}
}
@media screen and (min-width:1200px){
.PageContent{
	padding-top:100px;
}
.RVServiceSplash{
	height:550px;
}
}
@media screen and (min-width:1400px){
.PageContent{
	padding-top:120px;
}
.RVServiceSplash{
	height:600px;
}
}
