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;
}
body{
    background-color:white;
    overflow-x:hidden;
    font-family:Arial, Helvetica, sans-serif;
}

header{
    background-color:black;
    color:white;
    padding:10px;
    font-size:30px;
    display:flex;
    justify-content:space-between;
    text-align:center;
}

header h1{
    margin:30px 35px 0px 0px;
}

.icon{
    color:white;
    margin-top:15px;
}

#wingoffgrill{
    width:70%;
    margin-top:15px;
}

a{
    color:black;
}

#ContactTitle{
    text-align:center;
    font-size:40px;
    margin:20px 0px 20px 0px;
}

#ContactMe{
    text-align:center;
    background-color:rgb(245, 245, 245);
    width:70%;
    display:flex;
    flex-direction:column;
    margin:auto;
    padding:10px;
    margin-top:30px;
    margin-bottom:45px;
    border:solid gray 5px;
    height:600px;
    border-radius:20px;
}

#ContactMe p{
    padding:10px;
    margin-top:30px; 
}

#ContactMe span{
    color:red;
}

#address{
    display:none;
}

#EmailSubmit{
    background-color:white;
    width:70%;
}

#EmailSubmitPhp{
    font-size:30px;
    margin-top:50px;
    text-align:center;
}

form p input{
    width:60%;
    height:30px;
    border-radius: 10px;
}

form p textarea{
    width:60%;
    height:30px;
    border-radius: 10px;
    border:black solid 2px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    display:flex;
    flex-direction:column;
}
  

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  

.sidenav a:hover {
    color: #f1f1f1;
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
}

i{
    margin:15px 0px 0px 0px;
}

#viewport {
    position: relative;
    min-height: 100vh;
}

#cont {
    padding-bottom: 94px;
}

.sidenav h1{
    color:white;
    font-weight:bold;
    z-index:1;
    font-size:35px;
    margin-left:20px;
    margin-bottom:30px;
}

#SatDate{
    text-align:center;
    margin:50px 20px 0px 20px;
    font-size:35px;
    z-index:1;
    color: whitesmoke;
    position:relative;
}

#SatDate h2{
    font-size:15px;
    margin:0px 20px 0px 20px;
    line-height:30px
}

.FirstP{
    padding:10px;
    font-size:20px;
    line-height:30px;
    background-color:white;
}

#gonewild{
    width:100%;
    z-index:-1;
    position:absolute;
    overflow-x:hidden;
    height: auto;
    background-size:cover;
    min-height:650px;
}

#SatDate a{
    border: solid black 3px;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 70px 0px 0px 0px;
    cursor: pointer;
    border-radius:15px;
}

.hoverchange{
    background-color:white;
    color:black;
    transition:0.5s;
}

.hoverchange:hover{
    background-color:#818181;
}

#wheregoogle{
    margin:20px 0px 20px 0px;
    height:400px;
    width:100%;
}

#specialannounce{
    font-size:30px;
    color:black;
    font-weight:bold;
    margin:0px 0px 10px 10px;
    padding: 10px 0px 5px 0px;
}

#winggroup{
    width:100%;
}

.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: rgb(226, 226, 226) 2px;
    border-style: solid none none none;
    outline: none;
    transition: 0.4s;
    font-size:20px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: black;
    font-size:20px;
}

.panel p{
    margin: 20px 0px 20px 0px;
    line-height:30px;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: black;
    float: right;
    margin-left: 5px;
}
  
.active:after {
    content: "\2796";
    color: black;
}

footer{
    background-color:rgb(60,60,60);
    color:white;
    padding: 20px 0px 10px 0px;
    text-align:center;
}

#pushdown{
    background-color:white;
    margin-top:150px;
}

#AboutUs{
    color:black;
    font-size:30px;
    font-weight:bold;
    margin: 30px 0px 30px 10px;
}

.wings{
    width:100%;
    margin:20px 0px 0px 0px;
}

#backwhite{
    background-color:white;
}

.hrstyle{
    height:1px;
    width:95%;
    background-color:#c9c9c9;
    border:none;
}

.accordianimages{
    width:100%;
}

.footerhref{
    color:white;
}

#footerflex{
    display:flex;
    justify-content:center;
    justify-content:space-evenly;
}

#footerflex2{
    display:flex;
    justify-content:center;
    justify-content:space-evenly;
    background-color:rgb(60,60,60);
    color:white;
    padding: 20px 0px 10px 0px;
    text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 94px;
}

.icons{
    margin: 15px 0px 0px 10px;
    color:rgb(126, 126, 126);
}

.icons i{
    font-size:30px;
}

#iconflex{
    display:flex;
}

.requirements{
    font-size:30px;
    font-weight:bold;
    margin:20px 0px 10px 10px;
}

.showbullet{
    display:list-item;
}

.rulelist ul{
    list-style-type: square;
}