/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* end of css reset */

body{
    background-color: darkred;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-image: url(images/PlaidPattern.png);
    background-size: cover;
    background-repeat: repeat-y;
    height: 100%;
}
 
footer{
    background-color: rgb(0,0,0, 0.8);
    padding: 13px;
    color: white;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
/* Contact page styles */
.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 10px;
    margin-top: 50px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.contact-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: darkred;
    color: white;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: darkred;
}

/* Header css */

.Head{
    background-color: rgb(0,0,0, 0.8);
    display: flex;
    flex-direction: column;
    margin: auto;
}

.HeadH1{
    text-align: center;
    letter-spacing: 2px;
    font-size: 35px;
    color: white;
    padding: 20px;
    font-family: 'Dancing Script', cursive;
    width: 80%;
    margin: auto;

}
.Head nav{
    width: 98%;
    text-align: center;
    background-color: rgb(0,0,0, 0.1);
    margin: auto;
    padding: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.Head a{
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 5px;
    transition: 0.7s;
    color: white;
    text-decoration: none;
    font-style: italic;
    font-size: 17px;
    width: 100%;
    border: 0.2px rgb(0,0,0) solid;
    border-radius: 10px 0px 5px;

}

.Head a:hover{
    color: darkred;
    background-color: none;
    letter-spacing: 0.5px;
}

.hero-burger-image{
    background-image: url("images/Burger.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0,0,0, 0.6);
}


.hero-burger-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 400px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: auto;
    font-size: 35px;
    text-shadow: 5px 5px 10px black;
    font-style: italic;
}

.Area1{
    text-align: center;
    margin: auto;
    width: 100%;
    background-color: rgb(0,0,0, 0.6);
    
}

.Area1 div{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}
.Area1 h1{
    padding: 5px;
    margin: auto;
    font-size: 60px;
    font-family: 'Dancing Script', cursive;
    line-height: 70px;
    text-shadow: 5px 5px 10px black;
    background-color: rgb(0,0,0, 0.2);
    color: white;
}
.Area1 p{
    font-size: 25px;
    padding: 5px;
    margin: auto;
    width: 45%;
    text-shadow: 5px 5px 10px black;
    color: white;
}
.Area1 img{
    width: 35%;
    margin: auto;
    height: 245px;
    padding: 10px;
    border-radius: 15px;
    background-color: rgb(0,0,0, 0.5);
}

.location{
    background-color: rgb(0,0,0, 0.6);
    width: 100%;

}

.location iframe{
    margin: auto;
    position: relative;
    left: 26%;
    padding: 10px;
    background-color: rgb(0,0,0, 0.3);
    border-radius: 15px;
}
.location h1{
    width: 100%;
    font-size: 45px;
    line-height: 70px;
    color: white;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    background-color: rgb(0,0,0, 0.3);
}

.location h2{
    width: 15%;
    font-size: 20px;
    color: white;
    text-align: center;
    background-color: rgb(0,0,0);
    border: 2px gray solid;
    border-radius: 10px;
    margin: auto;
}
.location a{
    color: white;
    text-decoration: none;
    font-style: italic;
    transition: 1s;

}
.location a:hover{
    color: red;
    letter-spacing: 2px;
}
.location p{
    color: white;
    font-size: 25px;
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 5px;
    text-shadow: 5px 5px 10px black;
}


/* M E N U */

.menu{
    background-color: rgb(0,0,0, 0.6);
    color: white;
    width: 100%;
    margin: auto;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    text-shadow: 5px 5px 10px black;
}
.menu h1{
    font-size: 50px;
    font-family: 'Dancing Script', cursive;
}

.menu h3{
    font-size: 25px;
    padding: 5px;
}
.menu div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.menu img{
    width: 50%;
    margin: auto;
}

/* RV park */

.RVParkImage{
    height: 400px;
    background-image: url(images/RVpark.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: rgb(0,0,0, 0.5);
}

.RVParkImage h1{
    position: absolute;
    font-size: 35px;
    background-color: rgb(0,0,0, 0.3);
    height: 399px;
    width: 52.5%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    left: 23.8%;
    text-shadow: 5px 10px 10px black;
    color: white;
}

.RVInfo{
    margin: auto;
    width: 100%;
    background-color: rgb(0,0,0, 0.5);
}
.RVInfo ul{
    background-color: rgb(0,0,0, 0.5);
    color: white;
    margin: auto;
    width: 50%;
    padding: 5px;
}

.RVInfo h2{
    width: 49%;
    font-size: 35px;
    margin: auto;
    color: white;
    font-family: 'Dancing Script', cursive;
    letter-spacing: 1px;
    padding: 5px;
    background-color: rgb(0,0,0, 0.3);

}


.RatesAndLocations{
    background-color: rgb(0,0,0, 0.5);
    color: white;
    width: 100%;

}

.RatesAndLocations img{
    margin: auto;
    display: flex;
    justify-content: center;
}

.RatesAndLocations h2{
    margin: auto;
    width: 50%;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    background-color: rgb(0,0,0, 0.3);
}
.RatesAndLocations h3{
    margin: auto;
    width: 50%;
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    background-color: rgb(0,0,0, 0.3);
}
.RatesAndLocations ul{
    margin: auto;
    width: 50%;
    background-color: rgb(0,0,0, 0.2);
}
.RatesAndLocations li{
    font-size: 20px;
    background-color: rgb(0,0,0, 0.3);
    padding: 5px;
}
.RatesAndLocations a{
    color: white;
    text-decoration: none;
    transition: 1s;
    font-style: italic;
}
.RatesAndLocations a:hover{
    color: red;
    letter-spacing: 0.5px;

}

.RV-Locations{
    margin: auto;
    width: 50%;
}

/* C A T E R I N G */
.Catering{
    margin: auto;
    width: 100%;
    background-color: rgb(0,0,0, 0.5);
    display: flex;
    flex-direction: row;
    color: white;
}
.Catering-Paragraphs{
    justify-content: center;
    width: 50%;
    margin: auto;
    padding: 10px;
}
.Catering-Paragraphs p{
    font-size: 25px;
    padding: 5px;
}
.Catering img{
    margin: auto;
    display: flex;
    position: center;
}

/* Challenge */
.FORchallenge{
    background-color: rgb(0,0,0, 0.3);
}
.challenge{
    width: 60%;
    margin: auto;
    background-color: rgb(0,0,0, 0.5);
}
.challenge h1{
    color: white;
    text-align: center;
    font-size: 25px;
}

.challenge p{
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: rgb(0,0,0, 0.3);
}
.challenge-images img{
    background-color: rgb(0,0,0, 0.5);
    position: relative;
    margin: auto;
    width: 20%;
    left: 20%;
}
.challenge-images{
    background-color: rgb(0,0,0, 0.5);
}

/* contact */
.contact{
    background-color: rgba(0,0,0, 0.5);
    width: 100%;
}
.contact h1{
    color: white;
    text-align: center;
    margin: auto;
    font-size: 30px;
    
}
.contact h2{
    color: white;
    text-align: center;
    margin: auto;
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
}
.contact a{
    transition: 0.7s;
    text-align: center;
    width: 100%;
    position: relative;
    line-height: 50px;
    left: 46%;
    margin: 10px;
    background-color: white;
    border: 2px black solid;
    border-radius: 10px;
    font-style: italic;
    padding: 5px;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    
}

.contact a:hover{
    letter-spacing: 1px;
    color: red;
    

}

/*  M O B I L E  D E S I G N  */

@media screen and (max-width: 852px){

    .DesktopNav {
        display: none;
    }
    .Head nav{
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    
    .Head a{
        color: white;
        display: flex;
        flex-direction: column;
        font-size: 19px;
        margin: auto;
        width: 100%;
    }
    
    .Head{
        background-color: rgb(0,0,0, 0.8);
        display: flex;
        justify-content: space-between;
        margin: auto;
        width: 100%;
    }
    
    .HeadH1{
        text-align: center;
        letter-spacing: 0px;
        font-size: 40px;
        margin: auto;
        color: white;
    }
    
    .hero-burger-image{
        background-image: url(images/Burger.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size:contain;
        position: relative;
        width: 100%;
        height: 263px;
    }
    
    .hero-burger-text{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 263px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        margin: auto;
        font-size: 19px;
    }

    .Area1{
        width: 100%;
        color: white;

    }
    .Area1 h1{
        font-size: 38px;
    }
    .Area1 p{
        font-size: 20px;
        width: 100%;
    }
    .Area1 img{
        width: 95%;
        height: 200px;
    }


    .location{
        background-color: rgb(0,0,0, 0.6);
        width: 100%;
    }
    

    .location iframe{
        margin: left;
        width: 50%;
        background-color: rgb(0,0,0, 0.3);
        border-radius: 15px;
    }

    .location h1{
        width: 100%;
        font-size: 40px;
        line-height: 70px;
        color: white;
        text-align: center;
        font-family: 'Dancing Script', cursive;
        background-color: rgb(0,0,0, 0.3);
    }
    .location h2{
        width: 30%;
        font-size: 20px;
    }

    .location p{
        color: white;
        font-size: 25px;
        width: 90%;
        text-align: center;
        margin: auto;
        padding: 5px;
        text-shadow: 5px 5px 10px black;
    }

    /* M E N U */

    #main-menu ul {
        width:100%;
    
       background-color: black;
    
    
    }
    
    #main-menu  li {
        font-size: 20px;
        padding:9px;
        text-align: center;
        margin:0px;
       
        
    }
     #main-menu a {
        text-decoration:none ;
        color:orange;
     }

    /* R V */

    .RVParkImage{
        height: 400px;
        background-image: url(images/RVpark.jpg);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-color: rgb(0,0,0, 0.5);
    }
    
    .RVParkImage h1{
        position: absolute;
        font-size: 35px;
        background-color: rgb(0,0,0, 0.3);
        height: 399px;
        width: 100%;
        text-align: center;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: italic;
        left: 0%;
        text-shadow: 5px 10px 10px black;
        color: white;
    }
    
    .RVInfo{
        margin: auto;
        width: 100%;
        background-color: rgb(0,0,0, 0.5);
    }
    .RVInfo ul{
        background-color: rgb(0,0,0, 0.5);
        color: white;
        margin: auto;
        width: 100%;
        padding: 5px;
    }
    
    .RVInfo h2{
        width: 100%;
        font-size: 35px;
        margin: auto;
        color: white;
        font-family: 'Dancing Script', cursive;
        padding: 5px;
        background-color: rgb(0,0,0, 0.3);
    }
       
    .RatesAndLocations{
        background-color: rgb(0,0,0, 0.5);
        color: white;
        width: 100%;
        
    
    }
    
    .RatesAndLocations img{
        margin: auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .RatesAndLocations h2{
        margin: auto;
        width: 95%;
        font-family: 'Dancing Script', cursive;
        font-size: 25px;
        background-color: rgb(0,0,0, 0.3);
    }
    .RatesAndLocations h3{
        margin: auto;
        width: 95%;
        font-family: 'Dancing Script', cursive;
        font-size: 25px;
        background-color: rgb(0,0,0, 0.3);
    }
    .RatesAndLocations ul{
        margin: auto;
        width: 95%;
        background-color: rgb(0,0,0, 0.2);
    }
    .RatesAndLocations li{
        font-size: 20px;
        background-color: rgb(0,0,0, 0.3);
        padding: 5px;
        width: 100%;
        text-align: left;
    }
    .RatesAndLocations a{
        color: white;
        text-decoration: none;
        transition: 1s;
        font-style: italic;
    }
    .RatesAndLocations a:hover{
        color: red;
        letter-spacing: 0.5px;
    
    }
    
    .RV-Locations{
        margin: auto;
        width: 95%;
    }
    /* C A T E R I N G */
    .Catering{
    margin: auto;
    width: 100%;
    background-color: rgb(0,0,0, 0.5);
    display: flex;
    flex-direction: column;
    color: white;
    }
    .Catering-Paragraphs{
    justify-content: center;
    width: 80%;
    margin: auto;
    padding: 10px;
    }
    .Catering-Paragraphs p{
    font-size: 25px;
    padding: 5px;
    line-height: 30px;
    background-color: rgb(0,0,0, 0.3);
    text-shadow: 5px 10px 10px black;
    }
    .Catering img{
    margin: auto;
    display: flex;
    position: center;
    width: 100%;
    }
    /* Challenge */
    .FORchallenge{
    background-color: rgb(0,0,0, 0.3);
    }
    .challenge{
    width: 100%;
    margin: auto;
    background-color: rgb(0,0,0, 0.5);
    }
    .challenge h1{
    color: white;
    text-align: center;
    font-size: 25px;
    }

    .challenge p{
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: rgb(0,0,0, 0.3);
    }
    .challenge-images img{
    background-color: rgb(0,0,0, 0.5);
    width: 60%;
    background-color: rgb(0,0,0, 0.5);
    }
    .challenge-images{
        background-color: rgb(0,0,0, 0.5);
    }

    /* contact */
    .contact{
    background-color: rgb(0,0,0, 0.5);
    width: 100%;
    }
    .contact h1{
    color: white;
    text-align: center;
    margin: auto;
    font-size: 30px;
    
    }
    .contact h2{
    color: white;
    text-align: center;
    margin: auto;
    font-size: 25px;
    font-family: 'Dancing Script', cursive;
    }
    .contact a{
    transition: 0.7s;
    text-align: center;
    width: 100%;
    position: relative;
    line-height: 50px;
    left: 35%;
    margin: 10px;
    background-color: white;
    border: 2px black solid;
    border-radius: 10px;
    font-style: italic;
    padding: 5px;
    color: white;
    text-decoration: none;
    background-color: rgb(0,0,0, 0.3);
    
    }

    .contact a:hover{
    letter-spacing: 1px;
    color: red;
    }


    }