/* 


Blue
RGB: 0 – 178 – 170
#0B2AA

Green
RGB: 160 – 219 – 142
#A0DB8E 


Yellow
RGB: 244 – 226 – 135
#F4E287

brown
RGB: 193 – 168 – 117
#C1A875

tan
RGB: 252 – 204 – 147
#FCCC93


dark brown
RGB: 135 – 96 – 40
#876028

red/pink
RGB: 252 – 94 – 114
#FC5E72

light brown
RGB: 196 – 183 – 150
#C4B796

-webkit-text-stroke: 1px black ;

*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    position:relative;
    background: #eee;
    padding: 5px;
    
}


body {
    display: flex;
    flex-direction: column;
    text-align:center;
    position:relative;
    color: black;
  
}

#hello {
  
    font-size:170%;
    
}
 p {
     line-height:normal;
     padding:10px;    
}

*{
    padding: 0;
    margin: 0;
    font-family: Ubuntu; 
}


#reservationsHead {
    flex: 0 0 600px;
    background-image:url(pictures/DronePicture.png);
    background-repeat: no-repeat;
    background-size: 100% 800px;
    background-position: 70% 65%; 
    
}

#waysToStayHead {
    flex: 0 0 600px;
    background: url(pictures/campsites.jpeg) no-repeat center;
    background-repeat: no-repeat;
    background-size: 100% 800px;
    background-position: 70% 17%; 
    
    
    }
    


#ActivitiesHead {
    flex: 0 0 600px;
    background-image:url(pictures/ActivitesCollage.png);
    background-repeat: no-repeat;
    background-size: 100% 800px;
    background-position: 70% 40%; 
    
    }
    


#MoreInfoHead { 
    flex: 0 0 600px;
    background-image: url(pictures/MoreInfoBackground.jpg);
    background-repeat: no-repeat;
    background-size: 2000px 800px;
    background-position: 70% 40%; 
    }

#titleBar{
    
    display: flex;
    justify-content: center;

}
#yogiLogo {
    
    flex:1;
    
    

}
#fbLogo{
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}
#mainText {
    flex:1;
    color:white;
    font: arial;
    font-weight:bold;
    font-size:140%;
        display:flex;
    flex-direction: column;
    justify-content: center;
  
}


.MainNav {
   
    width: 100%:
    
}
/* For the drop-down nav bar*/

ul {
    
    list-style: none;
    
}
ol {
    list-style:none;
    
}

ul li {
    float:left;
    width:25%;
    height: 40px;
    background: transparent;
    opacity: .99;
    text-align:center;
    line-height: 40px;
    
}

ul li a {
    text-decoration: none;
    color: white;
    
    font-weight:bold;
    font-size:130%;
    display: block;
    
}
li ul li a {
    display:inline-block;
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    
}
ul li ul li {
    width: 100%
}

ul li :hover {
    
    background-color:#07306e;
}

ul li ul li  {
    
    display: none; 
}

ul li:hover ul li {
    
    display:block;
}

/* End for the drop-down nav bar*/



/*More Info Page Specific */


#infoBackground {
    background-image:url(pictures/MoreInfo_Background.png);
    background-attachment: fixed;
    height:600px;
    border-bottom: 10px dashed #09154c;

}
#info {
    font-weight:bold;
    font-size:120%;
    display: flex;
   
    flex:1 0 600px;
    
}
#info img{
    
    max-width: 250px;
}

#infoTitle {
    font-size:200%;
    display:flex;
    color:#09154c;
    flex-direction:column;
    justify-content: center;
    width: 100%;
    height: 150px;

    
}

#lotOwners {
    flex: 1 ;
    
}
#parkMap {
    flex: 1;
    
}
#lotSales {
    flex: 1;
    
}






#facilities {
    display: flex;
    background:#FCCC93;
    margin: 70px;   
}

#facilitiesInfo {
    font-size: 160%;
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

#facilitiesImage {
    flex:1;   
}



#cartBox {
    background-image: url(pictures/NewIcons/MoreInfoBackground.png);
    background-attachment: fixed;
}
#infoBackground{
    background-image: url(pictures/NewIcons/MoreInfoBackground.png);
    background-attachment: fixed;    
}

#cartRental {
   
}
#rentBox {   
    display: flex;
    flex:1;
    padding-top:100px;
    padding-bottom:100px;
    border-top: 10px dashed #09154c;   
}
.title {
    padding-top: 40px;
}
#contact {
    padding-top: 40px;
}
#rentInfo {
    flex:2;
    display:flex;  
    flex-direction:column;
    justify-content: center;
    font-size: 160%;
    background: white;
    margin-right: 100px;
    margin-left: 100px;

}
#rentImage {
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content: center;
}


#yogiPic {
    flex:2;
    margin: 50px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    font-size: 200%;
    
}






#parkRules {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    padding-bottom: 50px;
    
}
#ruleTitle {
    border-top: 10px dashed #07306e;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 250%;
}
#rules {  
    flex: 2;
    font-size: 150%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    background: white;
    margin: 50px;
    
}
#rules p {
    
    font-size: 90%;
    padding: 30px;
}

#rangerSmith{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lotOwnerSection {
    background-image: url(pictures/NewIcons/MoreInfoBackground.png);
    background-attachment: fixed;  
    border-top: 10px dashed #07306e;
    flex:1 0 auto;
    display: flex;
    padding-bottom: 40px;
    padding-top: 40px;
}

#lotOwnerTitle {
    flex:2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 160%;
}

#lotOwnerPicture {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lotOwnerLinks {
    background: white;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 140%;
    line-height: 3;
    padding: 50px;
    margin: 50px;
}




#jobs {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 10px dashed #07306e;
    display: flex;
    flex:1 0 auto;
    
}
#jobPic {
    flex: 1;
    
}
#jobInfo {
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size: 140%;
}




#activityInfo{
    border-top: 10px dashed #07306e;
    background: #FCCC93;
}



/*Activities Page Specific*/
h1 {
    color:#07306e;
    
}

#ActivitiesTitle {
    flex: 0 0 200px;
    background:white;
    font-size: 200%;
    font-weight:bold;
    display:flex;
    flex-direction:column;
    justify-content: center;
}







#activityPromoTop {
    border-top: 10px dashed #07306e; 
    padding-top:20px;
    flex:1;
    display:flex;
    justify-content:center;
    font-size: 200%;
    
    
}
#activityPromoBottom {
    font-size: 200%;
    flex:1;
    display:flex;
    border-bottom: 10px dashed #07306e;
    padding-bottom:20px;
}
#wordingTop {
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
#wordingBottom{
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content: center;
    

}
#actImgOne {
    flex: 1;
    
}
#actImgTwo {
    flex: 1;
    
}
.ActPic {   
    max-width: 500px;
}

#rvPic {
    max-width: 700px;
}



#activityBackground {
    background-image: url(pictures/ActivitiesBackground.png);
}

#activityInfo {
    flex: 0 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 10px dashed #07306e; 
    
}


#infoList {
    background: white;
    margin: 20px;
}
#infoElements {
    display: flex;
    flex-wrap: wrap;
    
}
.infoList{
    flex: 1 0 300px;
    
}



#scrollBarTop {   
    display: flex;
    padding: 20px;
}
#scrollBarBottom {    
    display: flex;
    padding: 20px;
}

#picScrollOne{
    padding-right: 10px;
    flex: 1;
    width: 50%;
}

#picScrollTwo {
    flex: 1;
    width: 50%;
    padding-left: 10px;
}
#picScrollThree{
    width: 50%;
    padding-right: 10px;
    
}
#picScrollFour {   
    width: 50%;    
    padding-left: 10px;
}



#weeklySpecials h3 {
    font-size: 150%;
    color: #07306e;
    padding: 20px;
}
#specialsText {
    flex: 1;
    display:flex;
    flex-direction: row;
}
.specials {
    width: 50%;
    padding: 50px;
}





#weeklySpecials {
    font-size: 200%;
    border-bottom: 10px dashed #07306e;
    
}

#specialsImg {
    flex: 1;
}





#themedWeekends{
    display: flex;
    flex-direction: column;
    justify-content: center;   
    background-image: url(pictures/NewIcons/Background.png);
}
#themedWeekends h3 {
    font-size: 300%;
    color: #07306e;
    padding: 20px;
    font-weight: bold;
}
#themedWeekends p {
    padding: 20px;
    font-size: 200%;
    font-weight: bold;
}
#themedPic {
    padding: 40px;
}



#upcomingEvents {
    padding-top: 80px;
    padding-bottom: 100px;
    flex: 0 0 400px;
    display: flex;
    flex-wrap: wrap;
    background:#A0DB8E ;
    
}
#upcomingOne {
    flex: 1;
}
#upcomingTwo {
    flex: 1;
}
#upcomingThree {
    flex: 1;
}


#themeWeekendBox {
    width: 100%;
    font-size: 150%;
    background: #FCCC93; 
    margin: 20px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}



/* Ways To Stay Page Specific  */


#waysToStayTitle {
    flex: 0 0 200px;
    background: #FCCC93;
    font-size: 140%;
    font-weight:bold;
    padding-bottom: 30px;
    border-bottom: 10px dashed #07306e;
}
#waysToStayTitle h1 {
    padding: 30px;
    font-size: 300%;
    color: #07306e;
}

.left {
    text-align:left;
    padding: 30px;
}



#cabins {
    background-image:url(pictures/WaysToStayBackground.png);
    flex: 1 0 auto;
    display: flex;
    padding-top: 20px;
    border-bottom: 10px dashed #07306e;
    padding-bottom: 30px;

}
#cabinPictures {
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content: center;
 
}
.cabinPics {
    padding: 30px;
}
#cabinInfo {
    font-size: 160%;
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
#cabinInfo h3 {
    margin: 30px;
    font-size: 200%;
}
#reservationBox{
    background: #FCCC93;
    margin: 20px;

}
#ratesBox{
    background: #09154c;
    margin: 20px;
    font-size: 100%;
}
#ratesLink{
    color: white;
}




#RV {
    display:flex;
    justify-content: center;
    flex: 1 0 600px;
}
#rvInfo {
    flex: 1;
    display:flex;
    font-size: 160%;
    flex-direction: column;
    justify-content: center;
}
#rvPicture {
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
}



a {
    text-decoration: none;
    color: black;
}



#extraBackground {
    background-image:url(pictures/WaysToStayBackground.png);
    flex: 1 0 auto;
    border-top: 10px dashed #09154c;
    border-bottom: 10px dashed #07306e;
    
    
}
#extra {

    height: 500px;
    margin: 100px;
    display:flex;
    background: white;
    
    
    

}
#extraPicture {
    padding-left: 20px;
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
#extraInfo {
    flex: 1;
    display:flex;
    font-size: 160%;
    flex-direction: column;
    justify-content: center;
}






#reserveToday {
    background: #FCCC93;
    flex: 1 0 auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size: 400%;
    
}












/* Reservations Page Specific */

#reservationsTitle {
    flex:1 0 auto;
    background:#F4DEB5;
    font-size: 200%;
    font-weight:bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}





#onlineReservations{   
    display:flex;
    background-size: 100%;
    border-top: 10px dashed #09154c;
    border-bottom: 10px dashed #07306e;
    padding: 30px;
}
#comingSoonBox {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#onlineReservationPicture {
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#reservationPic {
    
}
#whiteBox {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#comingSoon {
    margin: 30px;
    height: 100%;
    background: #09154c;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#soonText {
    font-size: 250%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
#soonText p {
    
    padding: 30px;
}

#reservationsBackground {
    background-attachment:fixed;
    border-bottom: 10px dashed #07306e;
    
}

#ratesBox2{
    background: #07306e;
    margin: 20px;
    font-size: 160%;
    color: white;
}


#separation {
    border-top: 10px dashed #07306e;
}

#reservationGroup{
    margin: 40px;
}




#waysToStayLink {
    margin: 20px;
    height: 50px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    background:#FCCC93;
    font-size: 160%;
    
}
#waysToStayLink a {
   

    text-decoration: none;
    
}





#reservationInfo {
    display:flex;
    height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;

}
#contactInfo{
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    font-size: 160%;
    
}
#parkMap {
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}

.CenterContent {
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}

#address {
    margin-top: 20px;
}
#resHours {
    margin-top: 20px;
}



#directions {
    
    
}
#directionBox {
    margin: 40px;
    background: #FCCC93;
    font-size: 150%;
    
}
#directionTitle {
    width:100%;
    font-size: 300%;
    font-weight: bold;
}
#directionLineOne {
    display: flex;
    padding: 10px;
}
#directionLineTwo {
    display: flex;
    padding: 10px;
}
.DirectionInfo {
    flex: 1;
}



.WaysToStay {
    
    overflow: hidden;
}


#application {
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}
#applicationSection {
    background-image: url(pictures/NewIcons/MoreInfoBackground.png);
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}


#applicationForm {

}
.appEntry {
    width: 300px;  
}
.longAppEntry {
    
    width: 400px;
    height: 300px;
}



.trademark {
    padding: 5px;
    font-size: 60%;
    
}

footer {
    flex: 1 0 auto;
    display: flex;    
    border-top: 10px dashed #07306e;
    background: #FCCC93;
    overflow: hidden;
    
}
a {
    text-decoration: none;
    color: black;
    
}
#footerLogo {
    flex:1;
    padding-top: 25px;
    
}
#linkRowOne {
    flex:1;
    padding-top: 10px;
    
}
#linkRowTwo {
    flex:1;
    padding-top: 10px;
    
}
#linkRowThree{
    flex:1;
    padding-top: 10px;
    
}




@media screen and (max-width: 1000px ) {
    body {
          
        font-size: 80%;
    }
    li {
        margin-bottom: 1px;
    }
}



