@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
}


/* table starts */
caption{
    font-weight: bold;
    font-size: 25px;
}
thead{
    font-weight: bold;
    font-size: 15px;
}
table{
    padding: 15px;
    width: 90%;
    margin: 40px auto;
}
table, td, th{
    border: 1px solid lightpink;
    border-collapse: collapse;
}
tr, td, th{
    padding: 20px;
}
/* table ends */

header{
    position: absolute;
    display: inline-block;
    margin: 40px auto;
    text-align: center;
    width: 100%;
}
footer{
    padding-bottom: 10px;
    border-top: 2px solid #000;
    background-color: lightpink;
    color: #000;
    text-align: center;
    position: relative;
    text-decoration: none;

}

.top{
    text-decoration: none;
    color: #000;
    border: 1px solid lightpink;
    text-align: center;
}

#wrapper{
    width: 80%;
    line-height: 200%;
    margin: 0 auto;
}

.clearfix{
    clear: both;
} 

.logo{
    width: 30%;
    float: left;
    padding: 15px;
    font-size: 50px;
    font-weight: bold;
    color: #fff ;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    float: left;
} 


nav{
    width: 100%;
    text-align: center;
    float: right;
} 

nav ul li{
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 15px;
    text-align: center;
}

nav a{
    text-decoration: none;
    padding: 20px 30px;
    display: block;
    padding-right: 50px;
    padding-left: 50px;
    transition: 0.5s;
    color: #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

nav a:visited{color:lightpink;}
nav ul li a:hover {
    background-color:#fff;
    color: #000;
}
/* banner at top of page */
.banner{
    background-image: url(images/banner.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner2{
    background-image: url(images/overview.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}

.banner3{
    background-image: url(images/beach10.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner4{
    background-image: url(images/beach12.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner5{
    background-image: url(images/beach8.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
.banner6{
    background-image: url(images/overview2.jpg);
    /* get a different picture */
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: fixed;
}
/* banners at top of page ends */

/* gallery starts */
.column{
    float: left;
    width: 50%;
    
}
.column-itemsleft{
    width: 45%;
    padding: 5px;
    text-align: center;
    float: left;
}
.column-itemsright{
    width: 45%;
    padding: 5px;
    text-align: center;
    float: right;
}
.column-itemsleft img{
    width: 100%
}
.column-itemsright img{
    width: 100%
}

/* events pictures */
.column-items1{
    width: 30%;
    text-align: center;
    float: left;
    border: 1px solid lightpink;
    height: fit-content;
    margin-left: 15px;
    margin-bottom: 15px;
}

.column-items1 img{
    width: 100%;
    height: 375px;
    float: left;
}
   
.column-items1 a{
    text-decoration: none;
}
.column-items1 h3{
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 5px;
}
.column-items1 p{
    text-align: center;
    color: black;
}


h2{
    padding: 15px;
    font-size: 30px;

}

p{
    padding: 15px;
    font-size: 20px;
}
ul li{
    font-size: 20px;
    text-align: left;
    padding: 5px;
}

/* get directions button */
.button{
    text-decoration: none;
    color: lightpink;
    border: 3px solid #000;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 15px;
    font-weight: bold;
}
.button:hover{
    background: #000;
}

/* eagle and map pic */
.image{
   float: right;
   padding-right: 15px;
}
.image img{
    width: 325px;
    float: right;
    padding-bottom: 5px;
    padding-right: 20px;
}


/* social */

.social a {
    margin: 0 5px;
}

.social img {
    width: 30px;
}

 /* thank you page */
h4{
    padding: 50px;
    font-size: 50px;
    margin: 0;
    line-height: 50px;
}
.button2{
    text-decoration: none;
    color: #000;
    border: 3px solid lightpink; 
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
#happy{
    background-color: lightpink;
    text-align: center;
    margin: auto auto;
    height: 1000px;
}

/* youtube video */
h3{
    padding: 15px;
    font-size: 20px;
    display: block;
}

.video{
   
    padding: 15px;
    margin: 5px;
    display: block;
    padding-bottom: 5px;
    padding: 15px;

}

iframe{
    width:350px; 
    height:315px;
}
.para2{
    float: right;
    text-align: center;
    
   /*  margin: 25px; */
    width: 60%;

}


@media (max-width: 800px){
  
    header label{
        display: block;
    }
    nav{
        width: 50%;
        background-color: lightpink;
        max-height: 0;
        padding-bottom: 0;
        transition: 0.3s;
    }
    nav ul li{
        display: block;
        padding: 0;
    }
    nav a{
        color: lightpink;
        text-align: center;
    }
    nav a:visited, nav a:link{
        color: lightpink;
    }
    .logo{
        font-size: 30px;
    }

    .banner, .banner2, .banner3, .banner4, .banner5, .banner6{
       width: 100%;
       background-image: url(images/beach3.jpg);
        height: 700px;
        background-position: center;
        background-size: cover;
     
      }


    .column-items1{
        width: 40%;
        padding: 5px;
        text-align: center;
        float: left;
        border: 1px solid lightpink;
        height: fit-content;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .column-items1 img{
        width: 100%;
        height: 275px;
        float: left;
    }
       
    .column-items1 a{
        text-decoration: none;
    }
    .column-items1 h3{
        text-align: center;
        color: black;
        font-weight: bold;
    }
    .column-items1 p{
        text-align: center;
        color: black;
    }
    h4{
        padding: 55px;
        font-size: 40px;
    }

    
}