
ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

li {
    padding: 0;
    margin: 0;
}

/*nav {*/
/*    text-align:center;*/
/*    width:100%;*/
/*    position:relative;*/
/*    height:auto;*/
/*    overflow:hidden;*/
/*    background:none;*/
/*}*/
nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #333;
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 16px;
}

nav ul li a:hover {
    color: #34B484;
}

/*styling open close button*/
.button {
    display: inline;
    position: center;
    z-index: 999;
    color: #fff;
}

.button a {
    text-decoration: none;
}

.btn-reserve:after {
    color: #fff;
    content: "\f518";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.btn-twitter {
    color: #fff;
    content: "\f518";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}


.btn-reserve:hover:after {
    color: #fff;
}

.btn-menu:after {
    color: #fff;
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;

    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-menu:hover:after {
    color: #fff;
}

.btn-modal:after {
    color: #fff;
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;

    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-modal:hover:after {
    color: #fff;
}

.btn-voucher:after {
    color: #fff;
    content: "\f79c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-voucher:hover:after {
    color: #fff;
}

.btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #fff;
}

.btn-modal:after {
    color: #fff;
    content: "\f00d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #fff;
}

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #282828;
    overflow: auto;
    z-index: 99;
}

.reserve-overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    overflow: auto;
    z-index: 99;
}

.voucher-overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #34B484;
    overflow: auto;
    z-index: 99;
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.wrap ul.wrap-nav {
    text-transform: capitalize;
    padding: 150px 150px 100px;
}

.wrap ul.wrap-nav li {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    position: relative;
}

.wrap ul.wrap-nav li a {
    color: #34B484;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
    color: #f0f0f0;
}

.wrap ul.wrap-nav ul {
    padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #e9e9e9;
}

.wrap ul.wrap-nav ul li a {
    color: #f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
    color: #34B484;
}

.social {
    font-size: 25px;
    padding: 20px;
}

.social p {
    margin: 0;
    padding: 20px 0 5px 0;
    line-height: 30px;
    font-size: 13px;
}

.social p a {
    color: #34B484;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.social-icon {
    width: 80px;
    height: 50px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    margin: 0 20px;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.social-icon:hover {
    background: #34B484;
    color: #f0f0f0;
}

.social-icon i {
    margin-top: 12px;
}

@media screen and (max-width: 48em) {
    .wrap ul.wrap-nav > li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #575757;
    }

    .wrap ul.wrap-nav {
        padding: 150px 0px 0px;
    }

    nav ul {
        opacity: 0;
        visibility: hidden;
    }

    .social {
        color: #c1c1c1;
        font-size: 25px;
        padding: 15px 0;
    }

    .social-icon {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        display: block;
        margin: 5px 0;
    }
}

.subheader {
    width: 100%;
    margin-top: 200px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
