/* 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;
}


.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #000000; /* Black*/
    opacity: .8;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
	padding: 15px 8px 8px 0px;
	text-decoration: none;
	font-size: 40px;
	color: #ffffff;
	display: block;
    text-align: center;
	transition: 0.3s;
    opacity: 1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
	position: absolute;
	top: 9px;
	left: 316px;
	font-size: 100px;
	margin-right: 50px;
    color: white;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
	transition: margin-right .5s;
	padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }



body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.validation {
    display: none;
}


.Top {
    background-color: rgb(200,109,61);
    color: white;
}

img {
    padding: 5px;
}

.map2 {
    display: none;
}

ul {
    display: flex;
    margin: auto;
    padding: 5px;
    position: relative;
}

li img {
    width: 250px;
}

.button {
    display: flex;
    margin: auto;
    transition: 1s;
    font-size: 30px;
    border-radius: 5px;
    width: 200px;
    justify-content: center;
    text-align: center;
}

.button a:link, a:visited{
    color: black;
    text-decoration: none;
    width: 340px;
}

.button:hover {
    background-color: rgb(160, 83, 42);
    padding: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
}


h2 {
    margin: auto;
    text-align: center;
    font-size: 60px;
    padding: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
}

p {
    font-size: 45px;
    padding: 10px;
    text-align: center;

}

.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;

}

.one {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: auto;
    line-height: 75px;
}

.onep {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 750px;
    margin: auto;
}

.two {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: auto;
    line-height: 75px;
}

.twop {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 750px;
    margin: auto;
}

footer ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    font-family: 'Dosis', sans-serif;
}


footer li{
    width: 200px;
    font-size: 20px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    margin: 0px 0px 0px 15px;
    border-radius: 5px;
}

footer {
    color: white;
    background-color: rgb(200,109,61);
    padding: 5px;
}

.facebook {
    width: 50px;
    font-size: 20px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    margin: 10px 0px 0px 15px;
    border-radius: 5px;
    transition: 1s;
}

.facebook:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
  }
  
.facebook:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
  }
  
.facebook:hover {
	color:rgb(160, 83, 42);
    padding: 5px;
}

.map {
    text-align: center;
    margin: auto;
}

.Menu {
    display: grid;
    grid-template-columns: 1fr 20% 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.Menu img {
    height: 750px;
    margin: auto;
}

.Bottom {
    display: flex;
    grid-column: 1/4;
}

.Bottom img {
    margin: auto;
}

.ChallengeTwo {
    display: flex;
}

.ChallengeTwo img {
    width: 500px;
    height: 375px;
    margin: auto;
}

.park {
    display: flex;
}

.park img {
    margin: auto;
    height: 600px;
    width: 800px;
}

.EventIMG {
    height: 550px;
    margin: auto;
    display: flex;
} 

.icon {
    display: none;
}

@media (max-width: 940px) {

    body {
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     }
 
     .icon {
        display: block;
    }

    .Top {
        background-color: rgb(200,109,61);
        color: white;
        display: flex;
    }

    .main {
        text-align: center;
    }

    .Home img {
        width: 259px;
    }

    img {
        padding: 5px;
    }
    
    nav ul {
        display: flex;
    }

    .button {
        display: none;
    }

    h2 {
        font-size: 50px;
        text-align: center;
        margin: auto;
        padding: 5px;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    
    p {
        font-size: 35px;
        padding: 10px;
        text-align: center;      
    }
    
    label {
        font-size: 30px;
    }

    .about {
        display: grid;
        grid-template-rows: 10% 1fr 10% 1fr;
        grid-template-columns: 1fr;
    }

    .about img {
        width: 375px;
        padding: 10px;
    }
    
    .onep {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .one {
        grid-row: 2/3;
        grid-column: 1/2;
    }
    
    .two {
        grid-row: 4/5;
        grid-column: 1/2;
    }
    
    .twop {
        grid-row: 3/4;
        grid-column: 1/2;
    }

    footer ul{
        list-style-type: none;
        font-family: 'Dosis', sans-serif;
    }
    
    footer li{
        font-size: 10px;
        font-family: 'Dosis', sans-serif;
        padding: 2px;
        width: 100%;
    }

    footer {
        color: white;
        background-color: rgb(200,109,61);
        padding: 5px;
    }
    
    .map {
        display: none;
    }

    .map2 {
        display: block;
        text-align: center;
    }

    .Menu {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .Menu img {
        height: 550px;
        margin: auto;
    }

    .MIa {
        grid-row: 1/2;
    }

    .MIb {
        grid-row: 2/3;
    }

    .MIc {
        grid-row: 3/4;
    }

    .MId {
        grid-row: 4/5;
    }

    .MIe {
        grid-row: 5/6;
    }

    .MIf {
        grid-row: 6/7;
    }

    .Bottom {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .MIg {
        grid-row: 1/2;
    }

    .MIh {
        grid-row: 2/3;
    }

    .ChallengeTwo {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    
    .ChallengeTwo img {
        width: 375px;
        height: 250px;
    }

    .yeah {
        grid-row: 1/2;
    }

    .moreyeah {
        grid-row: 2/3;
    }

    .EventIMG {
        width: 325px;
        height: 250px;
        margin: auto;
    }

    .park {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
    
    .park img {
        margin: auto;
        height: 300px;
        width: 400px;
    }

    .RVone {
        grid-row: 1/2;
    }

    .RVtwo {
        grid-row: 2/3;
    }

    .icon {
        margin: auto;
        display: flex;
        color: white;
        text-decoration: none;
        font-size: 35px;
      }

      .icon a:link, a:visited, a:active, a:visited {
        color: white;
        text-decoration: none;
    }
 } 