/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:all 0.5s ease}

/* Base Styles */
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;color:#767676;line-height:normal;word-wrap:break-word;background:#fcf3de}

/* Typography */
h1, h2, h3, h4, h5, h6{font-weight:bold;color:#fff;text-shadow:1px 1px 0 #000;margin-bottom:30px}
h2, h3, h4, h5, h6{margin-top:40px}
h1{font-family:'Lora',palatino,georgia,serif;font-size:45px;text-shadow:1px 1px 0 #000}
h2{font-size:30px}
#hero h2{font-family:'Lora',palatino,georgia,serif;margin:0}
h2.headline{margin-bottom:0}
h3{font-size:25px}
h3.tagline{font-style:italic;margin-top:0}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
p{margin:30px 0}
.entry-content p{font-size:20px;font-weight:bold;line-height:145%}
* p:last-of-type{margin-bottom:0}
a{color:#fff}
a:hover, a:focus{text-decoration:none}
strong{font-weight:bold}
em{font-style:italic}
pre{overflow-x:auto;white-space:pre-wrap}
pre, code{font-family:'courier new',courier,serif}
hr{height:1px;border:0;margin:30px 0;background:#ccc}
blockquote{padding:15px;border-left:4px solid #ccc;margin:30px 0}
blockquote p:first-of-type{margin-top:0}

/* Lists */
#content ul, #content ol, .layer ul, .layer ol{text-indent:-20px;margin:30px 0 30px 40px}
#content ul ul, #content ol ol, .layer ul ul, .layer ol ol{margin-top:0;margin-bottom:0}
#content ol, .layer ol{list-style:decimal inside;text-indent:-27px}
#content ul li:before, .layer ul li:before{content:"– "}
#content li, .layer li{line-height:125%;margin:10px 0}

/* Forms */
input, textarea{width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;padding:15px;border:0;border-bottom:1px solid transparent;outline:0;margin-top:10px;background:#f6f6f6}
input:focus, textarea:focus{border-bottom:1px solid #ef4824}
input[type="submit"], button, .button{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:18px;color:#fff;text-align:center;text-decoration:none;padding:15px 25px;border:0;background:#ef4824;cursor:pointer}
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus, .button:hover, .button:focus{opacity:1}
input[type="checkbox"], input[type="radio"]{width:auto}
.button{font-size:21px;font-weight:bold;color:#fff;padding:20px 30px;border:3px solid #fff;border-radius:100px;margin:5px 10px;background:transparent;opacity:1}
.button.activities{font-size:17px;padding:15px 25px;border:2px solid #fff;margin:0 0 20px}
.button:hover, .button:focus{color:#ef4824;text-shadow:none;background:#fff}

/* Images & Media */
a img, input[type="image"], iframe{border:0}
a img:hover, a img:focus{opacity:0.8}
img, video, audio, table, select, textarea{max-width:100% !important;height:auto}
table{width:100%;margin:30px 0}

/* Layout */
#wrapper{display:flex;flex-direction:column;max-width:100%;min-height:100vh;margin:0 auto}
#header, #hero{position:relative;z-index:1}
#header{z-index:2}
#logo{max-height:250px}
#header.moving #logo{filter:none}
#bg-vid{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;z-index:0}
#content{flex:1;color:#fff;text-align:center;background:#fff;background-image:url(images/bg.jpg);background-size:cover;background-position:center}
#inner-container{position:relative;background:rgba(0,0,0,0.25);z-index:1}
.entry-content, #footer{padding:5%}
.entry-content{position:relative;max-width:700px;margin:0 auto;z-index:1}
#footer{position:relative;text-align:center;clear:both;background:#333;z-index:1}

/* Navigation */
#menu{float:right}
#menu ul{font-size:0}
#menu ul, #menu li, #menu a{position:relative;display:inline;list-style:none;padding:0;margin:0;transition:unset}
#menu li.parent > a:after{font-family:serif;content:' ▾'}
#menu a{display:inline-block;font-size:18px;font-weight:bold;color:#ff4500;text-decoration:none;line-height:50px;margin-top:-1px;margin-left:25px}
#menu a:hover, #menu a:focus{color:#767676;text-decoration:none;transition:all 0.5s ease}
#menu ul.sub-menu{position:absolute;display:block;top:100%;left:-9999px;margin-top:20px;z-index:1000}
#menu ul.sub-menu a{width:150px;font-size:14px;color:#333;line-height:20px;padding:15px;border:1px solid #eee;background:#fff}
#menu ul.sub-menu a:hover, #menu ul.sub-menu a:focus{color:#767676;background:#f7f7f7}
#menu li.parent a:hover + ul.sub-menu, #menu li.parent a:focus + ul.sub-menu, #menu li.parent a + ul.sub-menu:hover, #menu li.parent a + ul.sub-menu:focus-within{left:0}
#menu .menu-toggle{display:none;color:#ef4824;text-align:center;padding:0;border:0;margin:0;background:none;transition:unset}
#menu .menu-toggle:hover, #menu .menu-toggle:focus{color:#000}
#menu .menu-icon{font-size:60px}

/* Social Sharing */
.share, .share *{box-sizing:border-box;-webkit-tap-highlight-color:transparent;transition:all 0.5s ease;padding:0;border:0;margin:0}
.share{font-size:0;margin:30px auto 0}
.share a{display:inline-block;width:25%;font-family:arial;font-size:16px;color:#333 !important;text-align:center;text-decoration:none;line-height:0;padding:15px 0;background:#ffdb58}
.share a.twitter, .share a.print{opacity:0.9}
.share a:hover, .share a:focus{opacity:0.8}
.share .icon{display:inline-block;width:20px;height:20px}

/* Site Header Elements */
#site-title{float:left}
#site-title h1, #site-title a{font-size:40px;font-weight:normal;color:#ef4824;text-decoration:none;display:inline}
.entry-title{margin-top:0}
#social{text-align:center;margin-bottom:20px}
#social a{color:#ef4824}
#social .svg{display:inline-block;width:48px;height:48px;margin:5px}
#social .svg:hover, #social .svg:focus{opacity:0.9}
#powered{display:inline-block;position:relative;font-size:14px;font-weight:normal;color:gray;margin:0 0 0 140px;bottom:-25px}
#sites{display:flex;flex-flow:wrap;max-width:580px;justify-content:center;align-items:center;gap:10px;margin:30px auto}
#sites a{text-decoration:none}
#sites img{max-height:40px;margin:15px}
#sites img.makana{max-height:35px}
#sites img.maarten{max-height:25px}
#sites img.martin{max-height:60px}
#sites img.statia{max-height:45px}
#sites img.nevis{max-height:25px}
#sites img.vacation{max-height:55px}
#copyright, #copyright a{font-size:14px;color:#8a8a8a;text-align:center}

/* Steps & Modal */
#steps{max-width:400px;text-align:left;padding-left:27px;margin:0 auto}
#steps li{color:#ddd}
.agent{width:100%;max-width:600px;padding-bottom:30px;border:0;background:#ef4824}
.agent.activities{max-width:800px;text-align:left}
.agent::backdrop{background:#000;opacity:0.8}
.agent a{text-decoration:none}
.close{padding:0;background:none;float:right}

/* Content Elements */
.note{display:block;font-size:14px;padding:20px;margin:30px 0}
.gallery img{width:100%;max-width:250px !important;height:141px;object-fit:cover;margin:15px;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)}

/* Layer Sections */
.layer{position:relative;width:100%;text-align:center;background:#333;background-image:url(images/texture.png);background-size:cover;background-position:center;z-index:1}
.layer-overlay{background-color:rgba(0,0,0,0.5)}
.layer-inner{position:relative;padding:15%;margin:0 auto;z-index:1}
.layer img.logo{width:100%;max-width:300px !important}
.layer img.logo.fourislands{max-width:250px !important;filter:brightness(0) invert(1)}
.layer img.logo.maarten{max-width:450px !important}
.layer img.logo.martin{max-width:350px !important}
.layer h2{margin-top:0}
.layer h4{margin:0}
.layer p, #content p, .layer li, #content li{font-family:'Lora',palatino,georgia,serif;font-size:21px;font-weight:bold;text-shadow:1px 1px 0 #000}
.layer li, #content li{font-size:17px}

/* Island Backgrounds */
#maarten.layer{background-image:url(images/bg-maarten.jpg)}
#martin.layer{background-image:url(images/bg-martin.jpg)}
#saba.layer{background-image:url(images/bg-saba.jpg)}
#statia.layer{background-image:url(images/bg-statia.jpg)}
#kitts.layer{background-image:url(images/bg-kitts.jpg)}
#nevis.layer{background-image:url(images/bg-nevis.jpg)}
#contact.layer a{text-decoration:none}

/* Color Classes */
.blue, .blue *, .green, .green *, .orange, .orange *, .purple, .purple *, .red, .red *, .black, .black *{color:#fff}
.white, .white *, .yellow, .yellow *{color:#000}
.white{background-color:#fff !important}
.blue{background-color:#1b3664 !important}
.green{background-color:#30b44b !important}
.orange{background-color:#ef4824 !important}
.purple{background-color:#9d1548 !important}
.red{background-color:#710e35 !important}
.yellow{background-color:#fcb040 !important}
.black{background-color:#4a4a45 !important}
.lighter{background-color:rgba(255,255,255,0.05)}
.darker{background-color:rgba(0,0,0,0.05)}

/* Grid System */
.boxes{display:flex;flex-wrap:wrap}
.box, .box-2, .box-3, .box-4, .box-5, .box-6, .box-1-3, .box-2-3{width:100%;padding:5%}
.box-2{width:50%}
.box-3, .box-1-3{width:33.3333333%}
.box-4{width:25%}
.boxes.where .box-4{padding:10px}
.boxes.where .box-4 h4{color:#ef4824;text-shadow:0 0 5px #000}
.boxes.where .box-4 p{font-size:16px;margin:0}
.box-5{width:20%}
.box-6{width:16.6666667%}
.box-2-3{width:66.6666666%}
.boxes .button{margin:0}

/* Utility Classes */
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}
.float-left{float:left}
.float-right{float:right}
.clear{clear:both}
.clear-left{clear:left}
.clear-right{clear:right}
.clear-float:after, #header:after, .boxes:after{display:table;content:'';clear:both}

/* Media Queries */
@media(min-width:1201px){}
@media(max-width:1200px){.box-4, .box-5, .box-6{width:50%}.boxes .box-5:nth-child(5){width:100%}.boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6){width:50%}}
@media(min-width:769px){#header{position:fixed;top:0;left:0;width:100%;height:130px;padding:20px 5%;background:transparent;box-shadow:none}#header.moving{height:90px;background:rgba(255,255,255,0.9);backdrop-filter:blur(5px);box-shadow:0 0 10px #000}#header #menu > ul > li > a{color:#fff;text-shadow:1px 1px 0 #000;line-height:90px}#header.moving #menu > ul > li > a{color:#ef4824;text-shadow:none;line-height:50px}#header #menu > ul > li > a:hover, #header.moving #menu > ul > li > a:hover, #header #menu > ul > li > a:focus, #header.moving #menu > ul > li > a:focus{color:#767676}#logo{display:inline-block;max-height:90px;filter:brightness(0) invert(1)}#header.moving #logo{max-height:50px}#inner-container{display:flex;min-height:100vh;align-items:center}#content .entry-content{margin-top:90px}#explore .box-3{padding:1%}}
@media(max-width:768px){#header, .entry-content, #footer{padding:10%}#header, #footer{text-align:center}#site-title, #menu{float:none}.share .text{display:none}#menu.toggled{width:100%;height:100%;padding:0 0 5%;background:rgba(255,255,255,0.9);overflow-x:hidden;overflow-y:auto;z-index:1000}#menu .menu-toggle{display:inline-block}#menu ul{display:none}#menu.toggled ul, #menu.toggled ul.sub-menu{display:block;position:relative;top:0;left:0;padding:0 0 10px 0;margin:0}#menu.toggled ul.sub-menu{padding-bottom:0}#menu.toggled a, #menu.toggled ul.sub-menu a{display:inline-block;width:100%;font-size:18px;color:#ef4824;line-height:20px;padding:15px 0 5px;border:0;margin:0;background:none}#menu.toggled ul.sub-menu a{color:#767676}}
@media(max-width:767px){#sites{display:block}.box-3{width:50%}.boxes .box-3:nth-child(3){width:100%}}
@media(min-width:577px){.boxes.where .box-4{min-height:110px}}
@media(max-width:576px){#social .svg{width:32px;height:32px}#contact.layer a{font-size:18px}.button{margin:5px 0}.button, .box-2, .box-3, .box-4, .box-5, .box-6, .boxes .box-6:nth-child(5), .boxes .box-6:nth-child(6), .box-2-3, .box-1-3{width:100%}}
@media print{#content{width:100%;color:#000;padding:0;margin:0;background:#fff;float:none}#header, #footer{display:none}}

/* Accessibility */
.skip-link{position:fixed;top:0;left:0;z-index:9999}
.visually-hidden:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}