/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*end of CSS reset */

nav a{
	color: rgb(243, 243, 243);
	text-decoration: none;
}

.icon{
	color: rgb(243, 243, 243);
	box-sizing: border-box;
}

header{
	background-color: rgb(117, 8, 0);
	color: rgb(243, 243, 243);
}

 header h1{
	font-family: 'Salsa', cursive;
}

/* Footer CSS */
.facebook{
	font-size: 25px;
	color: whitesmoke;	
	text-decoration: none;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	place-self: center;
}

.facebook:hover{
	color: rgb(247, 247, 165);
}

footer{
	margin-top: auto;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	background-color: rgb(117, 8, 0);
	color: rgb(243, 243, 243);
	margin-top: 3em;
	font-family: 'Noto Sans', sans-serif;
}

.location{
	grid-column: 3 / 4;
	grid-row: 1 / 3;
	padding-top: 17px;
}

.location h4{
	font-weight: bold;
	font-size: 20px;
	color: whitesmoke;
}

.location p{
	font-size: 18px;
}

footer ul{
	grid-column: 2/3;
	grid-row: 1/3;
	padding-top: 17px;
	font-size: 18px;
	line-height: 25px;
}

.bottomNav a:link, .bottomNav a:visited{
    color: rgb(255, 255, 255);
    text-decoration: none;
	font-weight: bold;
}

.bottomNav{
	margin-top: auto;
	margin-bottom: auto;
}

.bottomNav a{
	width: 200px;
}

.hover-animation {
	position: relative;
	text-decoration: none;
}

.bottomNav a:hover{
	color: rgb(172, 173, 172);
}

.hover-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: rgb(172, 173, 172);
	color: rgb(255, 255, 255);
	-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
			transform-origin: bottom left;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
}

.hover-animation:hover::after {
	-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
			transform: scaleX(1);
	color: rgb(172, 173, 172);
}

.hover-animation:hover {
	color: rgb(172, 173, 172);
}


.copyright{
	grid-column: 1/4;
	grid-row: 3/4;
	padding-top: 20px;
} 

.contactFoot{
	margin-top: 150px;
}

.conInfo a:visited, .conInfo a::after, .conInfo a:hover, .conInfo a:link{
	color: whitesmoke;
	text-decoration: none;
}

/* Slide Show css */
  
  /* Position the image container (needed to position the left and right arrows) */
  
  
  /* Hide the images by default */
  .mySlides {
	height: 35em;
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .column {
	float: left;
	width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }

  .mySlides img{
	object-fit: cover;
	width: 100%;
	height: 100%;
  }

/* end of slide show code */

body{
	background-color: rgb(172, 173, 172);
}

#address{
	display: none;
}


@media screen and (max-width: 640px) {
	nav{
		display: none;
		background-color: rgb(117, 8, 0);
		text-align: center;
	}

	nav a{
		text-decoration: none;
		color: rgb(243, 243, 243);
		font-size: 35px;
		font-family: 'Salsa', cursive;
	 }

	 nav li{
		box-sizing: border-box;
		padding-bottom: 15px;
	 }

	.text{
		display: flex;
		flex-direction: row;
	 }

	 .text{
		display: flex;
		width: 100%;
		box-sizing: border-box;
		justify-content: space-around;
		padding: 25px 0;
	 }

	 h1, .icon{
		font-size: 27px;
	 }

	 .icon{
		padding-right: 15px;
		box-sizing: border-box;
	 }

	 h1{
		padding-left: 15px;
		box-sizing: border-box;
	 }


	 /* Home CSS */

	 .menuButton{
		padding: 50px 25px 50px 25px;
		width: 95vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
		color: whitesmoke;
	}


	.menuButton img{
		text-align: left;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
	}
	
	.menuButton p{
		width: 300px;
		font-size: 18px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.menuButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
		box-sizing: border-box;
	}

	.rvButton{
		padding: 50px 25px 50px 25px;
		width: 95vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
		color: whitesmoke;
	}


	.rvButton img{
		text-align: left;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
	}
	
	.rvButton p{
		width: 300px;
		font-size: 18px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.rvButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
		box-sizing: border-box;
	}

	.caterButton{
		padding: 50px 25px 50px 25px;
		width: 95vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
		color: whitesmoke;
	}


	.caterButton img{
		text-align: left;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
	}
	
	.caterButton p{
		width: 300px;
		font-size: 18px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.caterButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
		box-sizing: border-box;
	}

	.button p{
		font-family: 'Noto Sans', sans-serif;
	}

	.about{
		padding: 50px 100px 50px 100px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
		text-align: center;
		font-family: 'Noto Sans', sans-serif;
		font-size: 20px;
		color: whitesmoke;
	}

	.map{
		padding: 25px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
	}

	.map iframe{
		margin: auto;
		width: 95%;
		height: 65vh;
	}

	 /* Contact form CSS */

	 form span{
		color: rgb(255, 255, 255);
	 }

	#conForm{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 85%;
		box-sizing: border-box;
		border-radius: 50px;
		font-family: 'Noto Sans', sans-serif;	
		color: whitesmoke;
	}

	textarea{
		width: 85%;
		box-sizing: border-box;
		height: 5em;
		margin: auto;
		padding-top: 10px;
	}

	input{
		width: 85%;
		box-sizing: border-box;
		height: 4em;
		margin: auto;
		
	}

	textarea, input{
		border: 0 solid black;
		border-radius: 15px;
		padding-left: 15px;
		font-family: 'Noto Sans', sans-serif;
	}

	form p{
		line-height: 45px;
		font-size: 25px;
		box-sizing: border-box;
	}

	.submit input{
		height: 3em;
		background-color: rgb(117, 8, 0);
		color: rgb(172, 173, 172);
		font-size: 15px;
		font-weight: bolder;
	}

	#conForm h2{
		box-sizing: border-box;
		font-size: 35px;
		margin-bottom: 10px;
	}

	/*Menu CSS */
	.mess{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 95%;
		box-sizing: border-box;
		border-radius: 25px;
		font-size: 20px;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}

	.mess h2{
		padding-bottom: 25px;
		font-size: 25px;
		font-family: 'Noto Sans', sans-serif;
		font-weight: bold;
		color: whitesmoke;
	}

	.mainMess{
		padding-bottom: 15px;
		margin: 0 15px;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}

	.items{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 95%;
		box-sizing: border-box;
		border-radius: 50px;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}

	.items img{
		box-sizing: border-box;
		width: 80%;
	}

	.menuSmalls img{
		width: 40%;
		box-sizing: border-box;
	}

	.menuSmalls{
		display: flex;
		flex-direction: row;
		justify-content: center;
		color: whitesmoke;
	}

	.items p{
		font-size: 20px;
		font-family: 'Noto Sans', sans-serif;
		margin-bottom: 15px;
		color: whitesmoke;
	}

	.challenge h2{
		font-size: 25px;
		padding-bottom: 25px;
		font-weight: bold;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}

	.challenge p{
		font-size: 20px;
		padding-bottom: 25px;
		margin: 0 15px;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}

	.challenge img{
		width: 60%;
		height: auto;
		box-sizing: border-box;
	}

	.challenge{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 95%;
		box-sizing: border-box;
		border-radius: 25px;
		font-family: 'Noto Sans', sans-serif;
		color: whitesmoke;
	}


	/*RV css */
	.top{
		display: flex;
		align-items: baseline;
		justify-content: center;
		background-image: url(images/rvHero.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 25.75em;
		width: 100%;
		margin-bottom: 2em;
		box-sizing: border-box;
	}

	.above{
		background-color: rgb(187, 76, 69);
		padding: 15px 3em;
		border-radius: 15px;
		line-height: 1.5em;
		text-align: center;
		margin-top: 25px;
		box-sizing: border-box;
		width: 75%;
		box-sizing: border-box;
	}

	.above h2{
		font-size: 25px;
		font-weight: bolder;
	}

	.above h3{
		font-size: 23px;
		font-weight: bold;
	}

	.rvInfo{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 50px;
		width: 75%;
		box-sizing: border-box;
		border-radius: 50px;
		line-height: 35px;
		font-family: 'Noto Sans', sans-serif;
	}

	.attractions a{
		text-decoration: none;
		color: rgba(0, 0, 0, 0.8);
		font-size: 18px;
	}

	.attractions a:hover{
		color: whitesmoke;
	}

	.rv1{
		margin-bottom: 25px;
		font-size: 20px;
	}

	.rates h4{
		font-size: 20px;
		font-weight: bold;
	}

	.rates ul{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.rates p{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.rvInfo hr{
		box-sizing: border-box;
		width: 95%;
		border: 2.5px solid rgb(0, 0, 0);
		margin-bottom: 25px;
	}

	.fun h4{
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.fun h5{
		font-size: 20px;
		box-sizing: border-box;
		width: 90%;
		margin: 15px auto;
	}

	.fun ul{
		font-size: 18px;
	}

	.rvBottom{
		margin: 35px auto 0 auto;
		width: 100%;
		box-sizing: border-box;
	}

	.masImages{
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		justify-content: center;
	}	

	.masImages img{
		margin-bottom: 15px;
	}

	/* Catering CSS */
	.caterTop{
		display: flex;
		align-items: baseline;
		justify-content: center;
		background-image: url(images/caterHero.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 25.75em;
		width: 100%;
		margin-bottom: 2em;
		box-sizing: border-box;
	}
	
	.caterCon{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 50px;
		width: 75%;
		box-sizing: border-box;
		border-radius: 50px;
		line-height: 35px;
		font-family: 'Noto Sans', sans-serif;
	}

	.caterCon p{
		margin: 20px auto;
		font-size: 20px;
		width: 90%;
		box-sizing: border-box;
	}

	.caterCon h2{
		font-size: 35px;
		font-weight: bolder;
	}

	/*PHP CSS */
	.formHead{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 22px;
		display: flex;
		flex-direction: column;
		align-self: center;
		text-align: center;
		width: 150px;
		background-color: rgb(187, 76, 69);
		padding: 5px 75px;
		border-radius: 60px;
		margin:15px 5px 5px 5px;
		line-height: 35px;
	}
	
	.thanks{
		width: auto;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.phpBod{
		min-height: 100vh;
	}

	.phpFoot{
		display: flex;
		align-content: baseline;
		width: 100vw;
		box-sizing: border-box;
	}

	.phpFoot footer{
		width: 100vw;
		position: absolute;
		bottom: 0; 
    	left: 0; 
	}
}


@media screen and (min-width: 641px) {
	
	/* General CSS */
	.icon{
		display: none;
	}

	header{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		padding: 50px;
	}

	nav ul{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		box-sizing: border-box;
		margin-left: 40px;
		font-size: 25px;
		width: 50vw;
		font-family: 'Salsa', cursive;
		text-align: center;

	}

	nav li{
		padding-left: 5px;

	}

	h1{
		font-size: 35px;
		text-align: center;
	}
	
	/*Home Css */
	.dot {
		cursor: pointer;
		height: 15px;
		width: 15px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}

	.dots{
		cursor: pointer;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%,-25%);
		width: auto;
		padding: 16px;
		margin-top: -30px;
		color: white;
		font-weight: bold;
		font-size: 20px;
		border-radius: 0 3px 3px 0;
		user-select: none;
		-webkit-user-select: none;
	}

	.container {
		position: relative;
		width: 85vw;
		margin: auto;
		box-sizing: border-box;
	  }

	.menuButton{
		padding: 50px 100px 50px 100px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
	}


	.menuButton img{
		text-align: left;
		width: 30%;
		height: 30%;
		box-sizing: border-box;
		margin: auto;
	}
	
	.menuButton p{
		width: 300px;
		font-size: 24px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.menuButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
	}

	.rvButton{
		padding: 50px 100px 50px 100px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
	}


	.rvButton img{
		text-align: left;
		width: 30%;
		height: 30%;
		box-sizing: border-box;
		margin: auto;
	}
	
	.rvButton p{
		width: 300px;
		font-size: 24px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.rvButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
	}

	.caterButton{
		padding: 50px 100px 50px 100px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
	}


	.caterButton img{
		text-align: left;
		width: 30%;
		height: 30%;
		box-sizing: border-box;
		margin: auto;
	}
	
	.caterButton p{
		width: 300px;
		font-size: 24px;
		padding: 0 10px 0 25px;
		color: black;
		margin: auto;
		text-align: center;
	}
	
	.caterButton button{
		background-color: rgb(172, 173, 172);
		width: 200px;
		height: 100px;
		font-size: 22px;
		margin: auto;
		border-radius: 25px;
	}

	.button p{
		font-family: 'Noto Sans', sans-serif;
	}

	.about{
		padding: 50px 100px 50px 100px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
		text-align: center;
		font-family: 'Noto Sans', sans-serif;
		font-size: 20px;
	}

	.map{
		padding: 50px 25px 50px 25px;
		width: 85vw;
		display: flex;
		justify-self: center;
		flex-direction: row;
		align-items: center;
		border: 3px black outset;
		background-color: rgb(187, 76, 69);
		margin: 25px auto;
		box-sizing: border-box;
	}

	.map iframe{
		margin: auto;
		width: 95%;
		height: 65vh;
	}

	/*Contact Form CSS */
	form span{
		color: rgb(255, 255, 255);
	 }

	#conForm{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 85%;
		box-sizing: border-box;
		border-radius: 50px;
		font-family: 'Noto Sans', sans-serif;
	}

	textarea{
		width: 85%;
		box-sizing: border-box;
		height: 5em;
		margin: auto;
		padding-top: 10px;
	}

	input{
		width: 85%;
		box-sizing: border-box;
		height: 4em;
		margin: auto;
		
	}

	textarea, input{
		border: 0 solid black;
		border-radius: 15px;
		padding-left: 15px;
	}

	form p{
		line-height: 7.5vh;
		font-size: 25px;
		box-sizing: border-box;
	}

	.submit input{
		height: 3em;
		background-color: rgb(117, 8, 0);
		color: rgb(172, 173, 172);
		font-size: 15px;
		font-weight: bolder;
	}

	#conForm h2{
		box-sizing: border-box;
		font-size: 35px;
		margin-bottom: 10px;
	}

	/*Menu CSS */

	.mess{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 85%;
		box-sizing: border-box;
		border-radius: 25px;
		font-size: 20px;
		font-family: 'Noto Sans', sans-serif;
	}

	.mess h2{
		padding-bottom: 25px;
		font-size: 25px;
		font-family: 'Noto Sans', sans-serif;
		font-weight: bold;
	}

	.mainMess{
		padding-bottom: 15px;
		margin: 0 15px;
		font-size: 23px;
		font-family: 'Noto Sans', sans-serif;
	}

	.items{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 85%;
		box-sizing: border-box;
		border-radius: 50px;
		font-family: 'Noto Sans', sans-serif;
	}

	.items img{
		box-sizing: border-box;
		width: 60%;
	}

	.menuSmalls img{
		width: 30%;
		box-sizing: border-box;
	}

	.menuSmalls{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.items p{
		font-size: 20px;
		font-family: 'Noto Sans', sans-serif;
		margin-bottom: 15px;
		font-family: 'Noto Sans', sans-serif;
	}

	.challenge h2{
		font-size: 25px;
		padding-bottom: 25px;
		font-family: 'Noto Sans', sans-serif;
	}

	.challenge p{
		font-size: 20px;
		padding-bottom: 25px;
		font-family: 'Noto Sans', sans-serif;
	}

	.challenge img{
		width: 60%;
		height: auto;
		box-sizing: border-box;
	}

	.challenge{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 0;
		width: 85%;
		box-sizing: border-box;
		border-radius: 25px;
		font-family: 'Noto Sans', sans-serif;
	}


	/*RV css */
	.top{
		display: flex;
		align-items: baseline;
		justify-content: center;
		background-image: url(images/rvHero.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 25.75em;
		width: 100%;
		margin-bottom: 2em;
		box-sizing: border-box;
	}

	.above{
		background-color: rgb(187, 76, 69);
		padding: 15px 3em;
		border-radius: 15px;
		line-height: 1.5em;
		text-align: center;
		margin-top: 25px;
		box-sizing: border-box;
		width: 50%;
		box-sizing: border-box;
	}

	.above h2{
		font-size: 25px;
		font-weight: bolder;
	}

	.above h3{
		font-size: 23px;
		font-weight: bold;
	}

	.rvInfo{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 50px;
		width: 75%;
		box-sizing: border-box;
		border-radius: 50px;
		line-height: 35px;
		font-family: 'Noto Sans', sans-serif;
	}

	.attractions a{
		text-decoration: none;
		color: rgba(0, 0, 0, 0.8);
		font-size: 18px;
	}

	.attractions a:hover{
		color: whitesmoke;
	}

	.rv1{
		margin-bottom: 25px;
		font-size: 20px;
	}

	.rates h4{
		font-size: 20px;
		font-weight: bold;
	}

	.rates ul{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.rates p{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.rvInfo hr{
		box-sizing: border-box;
		width: 95%;
		border: 2.5px solid rgb(0, 0, 0);
		margin-bottom: 25px;
	}

	.fun h4{
		font-weight: bold;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.fun h5{
		font-size: 20px;
		box-sizing: border-box;
		width: 90%;
		margin: 15px auto;
	}

	.fun ul{
		font-size: 18px;
	}

	.rvBottom{
		margin-top: 35px;
		width: 50%;
		box-sizing: border-box;
	}

	.masImages{
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		justify-content: center;
	}

	.masImages img{
		width: 50%;
		height: 25em;
		box-sizing: border-box;
		margin: 0 5px;
	}

	/*Catering CSS */
	.caterTop{
		display: flex;
		align-items: baseline;
		justify-content: center;
		background-image: url(images/caterHero.jpg);
		background-size: cover;
		background-position: 50% 50%;
		height: 25.75em;
		width: 100%;
		margin-bottom: 2em;
		box-sizing: border-box;
	}
	
	.caterCon{
		text-align: center;
		margin: 20px auto;
		background-color: rgb(187, 76, 69);
		padding: 25px 50px;
		width: 75%;
		box-sizing: border-box;
		border-radius: 50px;
		line-height: 35px;
		font-family: 'Noto Sans', sans-serif;
	}

	.caterCon p{
		margin: 20px auto;
		font-size: 20px;
		width: 90%;
		box-sizing: border-box;
	}

	.caterCon h2{
		font-size: 35px;
		font-weight: bolder;
	}

	/* PHP CSS */
	.formHead{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 22px;
		display: flex;
		flex-direction: column;
		align-self: center;
		text-align: center;
		width: 150px;
		background-color: rgb(187, 76, 69);
		padding: 5px 75px;
		border-radius: 60px;
		margin:15px 5px 5px 5px;
		line-height: 35px;
	}
	
	.thanks{
		width: auto;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.phpBod{
		min-height: 100vh;
	}

	.phpFoot{
		display: flex;
		align-content: baseline;
		width: 100vw;
		box-sizing: border-box;
	}

	.phpFoot footer{
		width: 100vw;
		position: absolute;
		bottom: 0; 
    	left: 0; 
	}
}


h1, h2, h3, h4, h5, p, ul, li, a{
	color: whitesmoke;
}