* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: white;
}
.header {
    margin: 0 auto;
    width: 70%;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
}
.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .5)
}  

.toolbarLB {
    text-align: right;
    float: right;
    padding-top: 10px;
} 
.closeLB {
    cursor: pointer;
    padding-right: 15px;
    color: #6d6d6d;
} 
#pop-icon:hover {
    color: #6d6d6d;
}
.lightbox .iframeContainer {
    text-align: center;
    align-items: center;
    position: relative;
    background: #ffffff;
    /* when its blue for fully booked */
    /* background: #004d71;  */
    width: 630px;
    height: 523px;
    border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
} 
.lightbox.closed {
    display: none;
}
#campPopUp {
    border: none;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: -20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;

}
.menu {
    float: left;
    width: 30%;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 20px;
    list-style: none;
    text-decoration: none;
    line-height: 30px;
}
.menu li > a {
    text-decoration: none;
    list-style: none;
    color: #004d71;
}
.menu li > a:hover {
    color: #86a9bb;
}
#menuh::after {
    content: '/';
    font-weight: 800;
    padding: 10px;
    opacity: 0;
}
#menuh:hover::after {
    opacity: 1;
    color: rgb(161, 218, 96);
}
li {
    list-style: none;
}
.toggle-button {
    display: none;
    cursor: pointer;
    margin-top: 40px;
    float: left;
    margin-left: 10%;
}  
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #86a9bb;
    margin: 6px 0;
    transition: 0.4s;
}  
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 2px);
    transform: rotate(-45deg) translate(-6px, 2px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
}
.changeback .bar1  {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
}
.changeback .bar2 {opacity: 100;}
.changeback .bar3  {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
}
.toggle-menu {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    text-align: left;
    line-height: 18px;
    display: none;
    padding-top: 80px;
    padding-right: 120px;
    text-decoration: none;
    list-style: none;
    padding-left: 100px;
}
.toggle-menu li > a {
    text-decoration: none;
    font-size: 24px;
    color: #86a9bb;
    list-style: none;
    text-align: left;
}
.toggle-menu > ul > li > a {
    font-size: 24px;
    color: #004d71;
    text-decoration: none;
    list-style: none;
}
.toggle-menu > ul > li {
    padding-top: 35px;
    font-size: 24px;
    text-decoration: none;
    list-style: none;
}
.toggle-menu li {
    padding-top: 15px;
    text-decoration: none;
    font-size: 24px;
    color: #b8b8b8;
    list-style: none;
}
.toggle-menu li > a::after {
    content: '/';
    font-weight: 800;
    padding: 10px;
    opacity: 0;
}
.toggle-menu li > a:hover::after {
    opacity: 1;
    color: rgb(161, 218, 96);
}
.sm1-t, .sm2-t, .sm3-t, .sm4-t, .sm5-t {
    align-items: center;
    text-align: left;
    margin: auto;
    font-family: 'Mulish', sans-serif;
    line-height: 25px;
    margin-left: 70px;
    font-weight: 500;
}
.m0-v-t, .m1-v-t, .m2-v-t, .m3-v-t, .m4-v-t, .m5-v-t, .m6-v-t {
    padding-bottom: 20px;
}
.logo {
    display: flex;
    margin: 0 auto;
    float: left;
    width: 50%;
    align-items: center;
    padding-left: 80px;
}
#jl-logo {
    width: 250px;
    height: auto;
    text-align: center;
    display: flex;
}
.social {
    width: 20%; 
    text-align: right;
    padding-top: 10px;
    float: right;
}
.fas, .far, .fab {
    color: #004d71;
    text-decoration: none;
    font-size: 14px;
}
.fa-times {
    color: #6d6d6d;
}
/* fully booked */
/* .fa-times {
    color: white;
} */
.fas:hover, .far:hover, .fab:hover {
    color: #86a9bb;
}
.mySlides {display: none}
.mySlidessquare {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 70%;
  position: relative;
  margin: auto;
  visibility: visible;
}
.slideshow-container-square {
    max-width: 70%;
    position: relative;
    margin: auto;
    visibility: hidden;
}
#slidebox {
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    overflow: hidden;
}
#slidebox-square {
    border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    overflow: hidden;
}
#orange-sq, #lemon-sq, #pomegranate-sq, #pineapple-sq, #peach-sq, #banana-sq, #mango-sq, #tomato-sq, #lime-sq {
    display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -18px;
  color: white;
  font-size: 30px;
  font-family: 'Mulish', sans-serif;
  font-weight: 200;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.iconify, .iconify-square {
    height: 50px;
    width: auto;
    padding-left: -10px;
    padding-right: -10px;
}
.prev:hover, .next:hover {
  color: rgba(0,0,0,0.8);
}
.underban {
    margin: 0 auto;
    width: 70%;
    height: auto;
    display: flex;
    position: relative;
    text-align: right;
}
.bullets {
    margin: 0 auto;
    width: 50%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    text-align: center !important;
    margin-top: -56px;
}
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: #cacaca;
  border-width: 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
span {
    text-align: center;
    position: relative;
}
.term {
    width: 50%;
    text-align: right;
}
#sign {
    width: 300px;
    height: auto;
    text-align: right;
}
.active, .dot:hover {
  background-color: #d7e7ae;
  border-color: #d7e7ae;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.terminal {
    margin: 0 auto;
    width: 70%;
    height: auto;
    display: flex;
    margin-top: -40px;
}
h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 44px;
    color: #004d71;
    width: 60%;
}
h2 {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    color: #86a9bb;
}
h3 {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    color: #004d71;
    padding-top: 10px;
}
h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #004d71;
    text-align: left;
}
h5 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #ffffff;
}
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #86a9bb;
}
h7 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #a5cc50;
}
#sl-bold {
    font-weight: 800;
}
.main1 {
    margin: 0 auto;
    width: 70%;
    height: auto;
    position: relative;
    padding-top: 15px;
}
p {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 24px;
    color: #222222;
    padding-top: 30px;
    margin-right: 100px;
}
hr {
    color: #d7e7ae;
    margin-bottom: 20px;
    border-top: 2px solid #d7e7ae;
}
.main2 {
    margin: 0 auto;
    width: 70%;
    height: auto;
    position: relative;
}
.part1 {
    float: left;
    text-align: left;
}
.part2 {
    position: relative;
    text-align: right;
}
#venlo {
    width: 800px;
    float: right;
}
.pnn {
    padding-top: 20px;
}
#pnlogo {
    width: 180px;
}
#line1 {
    width: 100%;
    height: auto;
    background-color: #a7a9ab;
    padding-bottom: 15px;
    display: flex;
}
.main3 {
    padding-top: 20px;
    margin: 0 auto;
    width: 70%;
    height: auto;
    display: flex;
}
.part3 {
    width: 45%;
    float: left;
}
.part4 {
    width: 55%;
    text-align: right;
    float: right;
}
#list1 {
    width: 80%;
    text-align: right;
    float: right;
}
#list2 {
    float: left;
    display: none;
}
#upgr {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #d7e7ae;
    text-decoration: none;
    list-style: none;
}
#upgr:hover {
    color: rgb(196, 246, 255);
}
.main4 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 70%;
    height: auto;
}
#upgr2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #b4ce65;
    text-decoration: none;
    list-style: none;
}
#upgr2:hover {
    color: rgb(146, 221, 235);
}
.footer {
    background-color: #6d8c99;
    width: 100%;
    height: auto;
    display: flex;
}
.base {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    width: 70%;
    height: auto;
}
.bot-menu {
    width: 100%;
    position: relative;
}
.m-col-1, .m-col-2, .m-col-3, .m-col-4 {
    float: left;
    padding-right: 30px;
}
.bot-menu li > a {
    text-decoration: none;
    list-style: none;
    color: white;
}
.bot-menu li > a:hover {
    color: #b4ce65;
}
#m-tit {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}
#m-sub {
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size: 16px;
}
#mail {
    text-decoration: none;
    list-style: none;
    color: rgb(255, 255, 255);
}
#mail:hover {
    color: #b4ce65;
}
.copyright {
    padding-right: 30px;
    float: left;
    line-height: 18px;
}
.vl {
    border-left: 2px solid #a5cc50;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    position: relative;
    float: left;
}
.cop {   
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgb(255, 255, 255);
}
#copy {
    color: rgb(211, 211, 211);
}
#myBtn {
    text-align: center;
    align-items: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    outline: none;
    background-color: #b3d154;
    color: white; 
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 18px; 
    float: right;
} 
#myBtn:hover {
    background-color: #d1e593;
}
#jl-logo-neg {
    width: 100px;
    padding-bottom: 20px;
}
#top-icon {
    text-align: center;
    align-items: center;
    color: white;
    padding-bottom: 35px;
    position: relative;
}
@media only screen and (max-width: 1800px) {
    .lightbox .iframeContainer {
        width: 600px;
        height: 498px;
    }
    #venlo {
        width: 750px;
    }
    p {
        margin-right: 80px;
    }
    .part3 {
        width: 55%;
    }
    .part4 {
        width: 45%;
    }
}
@media only screen and (max-width: 1780px) {
    .slideshow-container {
        max-width: 75%;
    }
    .header, .underban, .terminal, .main1, .main2, .main3, .main4, .base {
        width: 75%;
    }
    .dot {
        height: 11px;
        width: 11px;
    }
    #sign {
        width: 290px;
    }
    #jl-logo-neg {
        width: 95px;
    }
    #mtit, #m-sub {
        font-size: 15.5px;
    }
    #myBtn {
        width: 45px;
        height: 45px;
        padding-bottom: 17px;
        line-height: 12px;
    }
}
@media only screen and (max-width: 1650px) {
    .lightbox .iframeContainer {
        width: 580px;
        height: 481px;
    }
    .slideshow-container {
        max-width: 80%;
    }
    .header, .underban, .terminal, .main1, .main2, .main3, .main4, .base {
        width: 80%;
    }
    #jl-logo {
        width: 230px;
    }
    #sign {
        width: 280px;
    }
    #venlo {
        width: 730px;
    }
    #jl-logo-neg {
        width: 90px;
    }
    #mtit, #m-sub {
        font-size: 15px;
    }
    .iconify {
        height: 40px;
    }
}
@media only screen and (max-width: 1515px) {
    .lightbox .iframeContainer {
        width: 560px;
        height: 465px;
    }
    .menu {
        font-size: 18px;
    }
    #jl-logo {
        width: 200px;
    }
    .fas, .far, .fab {
        font-size: 13px;
    }
    .dot {
        height: 10.5px;
        width: 10.5px;
    }
    #sign {
        width: 270px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 21px;
    }
    h7 {
        font-size: 38px;
    }
    p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 20px;
    }
    h4 {
        font-size: 28px;
    }
    #venlo {
        width: 715px;
    }
    #pnlogo {
        width: 165px;
    }
    h5, h6 {
        font-size: 33px;
    }
    h3 {
        font-size: 19px;
    }
    #upgr, #upgr2 {
        font-size: 16.5px;
    }
    #jl-logo-neg {
        width: 85px;
    }
    .cop {
        font-size: 12px;
    }
    #mtit, #m-sub {
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 1450px) {
    .lightbox .iframeContainer {
        width: 550px;
        height: 457px;
    }
    .part3 {
        width: 60%;
    }
    .part4 {
        width: 40%;
    }
    #venlo {
        width: 60%;
    }
}
@media only screen and (max-width: 1350px) {
    .lightbox .iframeContainer {
        width: 535px;
        height: 444px;
    }
    #sign {
        width: 250px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 19.5px;
    }
    h7 {
        font-size: 36px;
    }
    p {
        font-size: 14.5px;
        line-height: 21px;
        padding-top: 15px;
    }
    h4 {
        font-size: 26px;
    }
    #pnlogo {
        width: 155px;
    }
    h5, h6 {
        font-size: 31px;
    }
    h3 {
        font-size: 18px;
    }
    #upgr, #upgr2 {
        font-size: 15.5px;
    }
    #jl-logo-neg {
        width: 75px;
    }
    .cop {
        font-size: 11.5px;
    }
    #mtit, #m-sub {
        font-size: 14px;
    }
    .iconify {
        height: 35px;
    }
}
@media only screen and (max-width: 1250px) {
    .lightbox .iframeContainer {
        width: 515px;
        height: 427px;
    }
}
@media only screen and (max-width: 1175px) {
    .header {
        height: 170px;
    }
    .menu {
        font-size: 17px;
        line-height: 25px;

    }
    #jl-logo {
        width: 180px;
    }
    #sign {
        width: 230px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 18.5px;
    }
    h7 {
        font-size: 34px;
    }
    p {
        margin-right: 20px;

    }
    h4 {
        font-size: 24px;
    }
    #pnlogo {
        width: 140px;
    }
    h5, h6 {
        font-size: 29px;
    }
    h3 {
        font-size: 17px;
    }
    #upgr, #upgr2 {
        font-size: 15px;
    }
    #jl-logo-neg {
        width: 70px;
    }
    .cop {
        font-size: 11.5px;
    }
    #mtit, #m-sub {
        font-size: 13.5px;
    }
    #venlo {
        width: 58%;
    }
    .part3 {
        width: 70%;
    }
    .part4 {
        width: 60%;
    }
}
@media only screen and (max-width: 1015px) {
    .lightbox .iframeContainer {
        width: 500px;
        height: 415px;
    }
    .header {
        height: 140px;
    }
    .menu {
        font-size: 16px;
    }
    #jl-logo {
        width: 170px;
    }
    .fas, .far, .fab {
        font-size: 12px;
    }
    #sign {
        width: 220px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 17px;
    }
    h7 {
        font-size: 31px;
    }
    p {
        margin-right: 10px;
    }
    h4 {
        font-size: 22px;
    }
    h3 {
        font-size: 16px;
    }
    h5, h6 {
        font-size: 27.5px;
    }
    #mtit, #m-sub {
        font-size: 13px;
    }
    .m-col-3 {
        padding-bottom: 30px;
    }
    #pnlogo {
        width: 120px;
        padding-bottom: 20px;
    }
    #venlo {
        width: 100%;
    }
    #copy {
        display: flex;
        clear: both;
    }
    .copyright {
        width: 40%;
    }
    .dot {
        height: 9px;
        width: 9px;
        border-width: 1.5px;
    }
    .iconify {
        height: 30px;
    }
}
@media only screen and (max-width: 915px) {
    .lightbox .iframeContainer {
        width: 480px;
        height: 398px;
    }
    .header {
        height: 130px;
    }
    #jl-logo {
        width: 160px;
    }
    #sign {
        width: 200px;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 17px;
    }
    h7 {
        font-size: 29px;
    }
    h5, h6 {
        font-size: 25.5px;
    }
    p {
        margin-right: 10px;
    }
    h4 {
        font-size: 21px;
    }
    h3 {
        font-size: 15px;
    }
    #mtit, #m-sub {
        font-size: 12px;
    }
    .m-col-3 {
        padding-bottom: 25px;
    }
    #pnlogo {
        width: 110px;
        padding-bottom: 20px;
    }
    #venlo {
        width: 100%;
    }
    #copy {
        display: flex;
        clear: both;
    }
    .copyright {
        width: 40%;
    }
    .iconify {
        height: 27px;
    }
}
@media only screen and (max-width: 898px) {
    .part4 {
        display: none;
    }
    .part3 {
        width: 100%;
    }
    #upgr {
        width: 100%;
    }
    #list2 {
        display: block;
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 830px) {
    .lightbox .iframeContainer {
        width: 460px;
        height: 382px;
    }
    #orange, #lemon, #pomegranate, #pineapple, #peach, #banana, #mango, #tomato, #lime {
        display: none;
    }
    #orange-sq, #lemon-sq, #pomegranate-sq, #pineapple-sq, #peach-sq, #banana-sq, #mango-sq, #tomato-sq, #lime-sq {
        display: inline;
    }
}
@media only screen and (max-width: 783px) {
    #sign {
        width: 185px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 16px;
    }
    h7 {
        font-size: 25px;
    }
    h5, h6 {
        font-size: 23.5px;
    }
    p {
        margin-right: 10px;
    }
    h4 {
        font-size: 18px;
    }
    h3 {
        font-size: 14px;
    }
    #mtit, #m-sub {
        font-size: 12px;
    }
    .m-col-3 {
        padding-bottom: 20px;
    }
    #list2 {
        width: 85%;
    }
    .copyright {
        width: 38%;
    }
    .iconify {
        height: 23px;
    }
    .toggle-button {
        display: inline-block;
    }
    .menu {
        display: none;
    }
    #jl-logo {
        width: 150px;
        height: auto;
        text-align: center;
        display: flex;
        margin-left: -5px;
    }
    .social {
        width: 20%; 
        text-align: right;
        padding-top: 10px;
        margin-right: 10%;
        float: right;
    }
    .bot-menu {
        display: none;
    }
    .vl {
        display: none;
    }
    .copyright {
        width: 100%;
    }
    #upgr, #upgr2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 670px) {
    .lightbox .iframeContainer {
        width: 430px;
        height: 357px;
    }
    #sign {
        width: 175px;
    }
    #jl-logo {
        width: 140px;
        margin-left: -20px;
    }
    #list2 {
        width: 90%;
    }
}
@media only screen and (max-width: 620px) {
    .lightbox .iframeContainer {
        width: 415px;
        height: 344px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 14px;
    }
    h7 {
        font-size: 22px;
    }
    h5, h6 {
        font-size: 20px;
    }
    p {
        margin-right: 10px;
    }
    h4 {
        font-size: 16px;
    }
    h3 {
        font-size: 12px;
    }
    #mtit, #m-sub {
        font-size: 11px;
    }
    #upgr, #upgr2 {
        font-size: 13px;
    }
}
@media only screen and (max-width: 570px) {
    .lightbox .iframeContainer {
        width: 400px;
        height: 332px;
    }
    #sign {
        width: 165px;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    #jl-logo {
        width: 130px;
        margin-left: -25px;
    }
    #list2 {
        width: 95%;
    }
}
@media only screen and (max-width: 500px) {
    #jl-logo {
        width: 105px;
        margin-left: -65px;
    }
    #sign {
        width: 135px;
        margin-left: 10px;
        margin-bottom: 50px;
    }
    .fas, .far, .fab {
        color: #004d71;
        text-decoration: none;
        font-size: 10px;
    }
    .logo {
        width: 40%;
    }
    .toggle-menu {
        padding-left: 60px;
    }
    .toggle-menu li > a {
        font-size: 22px;
    }
    .toggle-menu > ul > li > a {
        font-size: 22px;
    }
    .toggle-menu > ul > li {
        font-size: 22px;
    }
    .toggle-menu li {
        font-size: 22px;
    }
}