/*css reset*/
    /* 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;
}
    /*General*/
main{
	background-color: #ffe6cc;
	display: grid;
	grid-template-columns: 1fr 1fr 500px 1fr 1fr;
	grid-template-rows: 100px 1fr 400px 1fr 1fr 52px ;
}
header{
	font-size: 35px;
	font-family:'Cinzel', serif;
	text-align: center;
	grid-column: 1/6;
	grid-row: 1;
	background-color: #ffbb99;
}
footer{
	grid-row: 9;
	grid-column: 1/6;
	font-size: 20px;
	background-color:#ffbb99 ;
	text-align: center;
}
h1{
	font-size: 45px;
	border: black solid;
	font-family:'Cinzel', serif;
}
h2{
	font-size: 25px;
	text-align: center;
	grid-column: 1/6;
	grid-row: 2;
	font-family:'Cinzel', serif;
	margin: 25px;
}
p{
	font-size: 30px;
}
#text{
	grid-row: 3;
	grid-column: 1/4;
	text-align: center;
	font-size: 35px;
	margin: 20px;
}
#HeroImg{
	text-align: center;
	grid-row: 3;
	grid-column: 4/6;
}
#H-Menu{
	display: flex;
	justify-content: space-around;
}
a:hover{
	color: black;
	text-decoration: none;
	background-color: #ffa366;
}
a:active{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:link{
	color: black;
	text-decoration: none;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  display: grid;
  grid-row: 3;
  grid-column: 2/5;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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,.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
#Challenge{
	grid-row: 2;
	grid-column: 1/6;
	text-align: center;
	font-size: 35px;
}
#form{
	text-align: center;
	grid-row: 3;
	grid-column: 1/6;
}
#fullname{
	text-align: center;
	font-size: 30px;
}
#email{
	text-align: center;
	font-size: 30px;
}
#comments{
	text-align: center;
	font-size: 30px;
}
#address{
	display: none;
}
#submit{
	font-size: 30px;
	background-color: #ffa366;
}
#map{
	grid-row: 4;
	grid-column: 1/6;
	text-align: center;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#list{
	text-align: center;
	font-size: 30px;
	grid-row: 3;
	grid-column: 1/6;
}
#address{
	display: none;
}
#Catering{
	text-align: center;
	grid-row: 3;
	grid-column: 3;
	text-align: center;
}
#spacer{
	height: 200px;
}
#Rvs{
text-align: center;
grid-column: 1/6;
grid-row: 3;
}
#ratestext{
	grid-column: 1/6;
	grid-row: 4;
}
#rates{
	grid-column: 1/6;
	text-align: center;
	grid-row: 5;
	font-size: 30px;
}
#Cateringoffer{
	text-align: center;
	grid-column: 3;
	grid-row: 2;
}
#specialspacer{
	grid-row: 4;
	height: 200px;
}
    /*phone*/
@media screen and (min-width:0px) and (max-width:640px) {
	#V-Menu{
		display: block;
	}
	#H-Menu{
		display: none;
	}
	main{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 50px 200px 200px 1fr 1fr 1fr;
	}
	#pagepic{
		grid-column: 1/4;
		grid-row: 3;
		text-align: center;
	}
	#HeroImg{
		display: none;
	}
	p{
	display: flex;
	justify-content: space-between;
	}
	#Rvs{
		display: none;
	}
	#Cateringoffer{
		grid-column: 1/4;
		grid-row: 3;
	}
	#map{
		grid-row: 4;
	}
	#form{
		grid-row: 2;
		text-align: center;
	}
	#Catering{
		text-align: center;
		grid-column: 1/4;
		grid-row: 2;
	}
	.slideshow-container {
		max-width: 1000px;
		position: relative;
		display: grid;
		grid-row: 3;
		grid-column: 1/4;
		text-align: center;
	  }
	  #Cateringoffer{
		text-align: center;
		grid-column: 1/4;
		grid-row: 7;
	}
	#map{
		grid-row: 4;
		grid-column: 1/4;
		text-align: center;
	}

}
    /*Desktop*/
@media screen and (min-width:641px) {
	#V-Menu{
		display: none;
	}
	#H-Menu{
		display: block;
		display: flex;
	}

}