*{
		box-sizing: border-box;

}
body, html{
	height: 100%;
	margin: 0;
	padding: 0;
	background:rgba(254,206,0,1.00) ;
		
}

h1 {
	font-family:Arial;
	font-size: 70px;
	color: black;
	
	margin: 0; 
}

p {
	font-family: Arial;
	color: black;
	font-size: 16px; 
}
.bgimg {
	background-image: url("Images/RV.jpg");
	background-size: cover; 
	filter:blur(10px);
	background-repeat: no-repeat;
	background-position: center center ;
	height: 100%
}

.bigtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
		width; 100%
	padding: 40px 40px 40px 0;
	text-align: center;
	
	background color: black;
	font-weight: bold;
	
		
}
a{
	disply: inline-block;
	padding: 50px 50px;
	color: antiquewhite;
	text decoration: none;
	font-weight: bold;
	
}

a.hover {
	color: #A87D00
} 

.logo { <img src="Images/logo.png" alt="Zebra RV Logo"> 
	
	
}
