body {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: static;
    overflow-x: hidden;
}

/*----- header -----*/

header {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #0000ff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


/*-----nav-----*/

nav {
    display: flex;
    background-color: #000080;
    border-bottom: #ffffff solid 2px;
    margin: 0 auto;
    padding: 10px;
    height: 30px;
    justify-content: space-between;
    align-items: center;
}

.navdesktop {
    position: sticky;
    top: 0px;
}

.nav-links {
    flex: 1;
    text-align: center;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 34px 10px 8px;
    position: relative;
}

.nav-links ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

nav .fa {
    display: none;
}

.mobiletitle {
    display: none;
}

.mobile {
    display: none;
}

/*----- section -----*/

section {
    width: auto;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px;
}

/*----- article -----*/

article {
    width: auto;
    max-width: 928px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px;
}

.pictures {
    max-width: 1200px;
}

.blue {
    background-color: #000080;
    border-bottom: #ffffff solid 10px;
}

/*----- footer -----*/

footer {
    width: auto;
    background-color: #cccccc;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}

/*----- forms -----*/

form {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 360px;
    grid-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

input {
    width: auto;
    border: #808080 1pt solid;
    color: #808080;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

select {
    border: #808080 1pt solid;
    color: #808080;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

textarea {
    border: #808080 1pt solid;
    color: #808080;
    padding: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    height:80px;
}

/*----- fonts -----*/

h1 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0000FF;
    margin: 10px auto 16px auto;
}

h2 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0000FF;
    margin: 10px auto 16px auto;
}

h3 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin: 10px auto 16px auto;
}

h4 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #808080;
    margin: 10px auto;
}

h5 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin: 10px auto 10px auto;
    line-height: 24px;
}

h6 {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: 10px auto 10px auto;
    line-height: 24px;
}

p {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #666666;
    margin: 10px auto 10px auto;
    line-height: 24px;
}

label {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin: 0 auto 0 auto;
    line-height: 5px;
}

checkbox {
    margin: 10px auto 10px auto;
    line-height: 5px;
}


.foot {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin: 10px auto 10px auto;
    line-height: 12px;
}

a {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0000ff;
    margin: 10px auto 10px auto;
    line-height: 30px;
    text-decoration: none;
}

.link {
    font-family: Candara, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #0000FF;
    margin: 10px auto 10px auto;
    line-height: 30px;
}

.live {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.justify {
    text-align: justify;
}

.date {
    color: #000000;
    line-height: 14px;
}

.full {
    color: #808080;
    text-decoration: line-through;
    line-height: 14px;
}

.text-red {
    color: #ff0000;
}

.text-blue {
    color: #0000ff;
}

.text-small {
    font-size: 15px;
    line-height: 20px;
    margin: 0 auto 10px auto;
}

.text-large-blue {
    font-size: 30px;
    margin: 6px auto 20px auto;
}

.text-booking {
    font-size: 15px;
    line-height: 20px;
    margin: 10px auto 0 auto;
}

.underline {
    text-decoration: underline;
}

.justify {
    text-align: justify;
}

/*----- lines -----*/

hr {
    width: auto;
    max-width: 600px;
    background-color: #cccccc;
    margin: 30px auto;
    height: 1px;
}

.hrblue {
    width: auto;
    max-width: 970px;
    background-color: #0000ff;
    margin: 20px auto;
    height: 1.5px;
}

.hrshort {
    width: auto;
    max-width: 300px;
    background-color: #cccccc;
    margin: 20px auto;
    height: 1px;
}

.hrbluedesktop {
    width: auto;
    max-width: 970px;
    background-color: #0000ff;
    margin: 5px auto;
    height: 1.5px;
}

/*----- buttons -----*/

button {
    width: auto;
    max-width: 290px;
    display: inline-block;
    border-radius: 4px;
    padding: 8px 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    margin: 5px auto 5px auto;
}

.buttonblue {
    background: #0000ff;
    color: #ffffff;
    border: #ffffff 1pt solid;
}

.buttonwhite {
    background: #0000ff;
    color: #ffffff;
    border: #000000 1pt solid;
}

button:hover {
    background: #ADD8E6;
    color: #000000;
    border: #000000 1pt solid;
    transition: 2s;
}

.buttoncenter {
    display: block;
    text-align: center;
}

/*----- logos -----*/

.logo-small {
    height: auto;
    max-height: 36px;
    padding: 0;
    margin: 16px 0 0 0;
    border: none;
}

.logo-price {
    height: auto;
    max-height: 40px;
    padding: 4px;
    margin: 16px 8px 0 8px;
    border: none;
}

.logo-included {
    height: auto;
    max-height: 24px;
    padding: 0;
    margin: 16px 0 0 0;
    border: none;
}

.logo-notincluded {
    height: auto;
    max-height: 24px;
    padding: 0;
    margin: 16px 0 0 0;
    border: none;
}

.logo-location {
    height: auto;
    max-height: 30px;
    padding: 0;
    margin: 16px 0 0 0;
    border: none;
}

.logo-phone {
    height: auto;
    max-height: 48px;
    padding: 4px;
    margin: 16px 8px 0 8px;
    border: none;
}

.logo-whatsapp {
    height: auto;
    max-height: 48px;
    padding: 4px;
    margin: 16px 8px 0 8px;
    border: none;
}

.logo-email {
    height: auto;
    max-height: 48px;
    padding: 4px;
    margin: 16px 8px 0 8px;
    border: none;
}

.logo-pax {
    height: auto;
    max-height: 30px;
    padding: 0;
    margin: 16px 0 0 0;
    border: none;
}

.logo-booking {
    height: auto;
    max-height: 48px;
    padding: 4px;
    margin: 16px 8px 0 8px;
    border: none;
}

.logo-socialmedia {
    height: auto;
    max-height: 64px;
    padding: 4px;
    margin: 0 10px;
    border: none;
}

.logo-calendar {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-camera {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-info {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-sup {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-kayak {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-snorkeling {
    height: auto;
    max-height: 64px;
    padding: 0;
    margin: 0 30px;
    border: none;
}

.logo-sailing {
    height: auto;
    max-height: 80px;
    padding: 4px;
    margin: 0 30px;
    border: none;
}

.logo-walking {
    height: auto;
    max-height: 80px;
    padding: 4px;
    margin: 0 30px;
    border: none;
}

.logo-catamaran {
    height: auto;
    max-height: 120px;
    padding: 4px;
    margin: 0 30px;
    border: none;
}

.logo-catamaran-desktop {
    height: auto;
    max-height: 120px;
    padding: 4px;
    margin: 0 30px;
    border: none;
}



/*----- images -----*/

.mobile {
    display: none;
}

.mobileactivity {
    display: none;
}

img {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
}

.logo {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 8px 8px;
    border: none;
    border-radius: 10px;
}

.toppicture {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 0 8px 26px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.toppicturedesktop {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 0 8px 26px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.largepicture {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.largepicturedesktop {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.mediumpicture {
    width: auto;
    max-width: 240px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.mediumpicturedesktop {
    width: auto;
    max-width: 240px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.largeportrait {
    width: auto;
    max-width: 215px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.largeportraitdesktop {
    width: auto;
    max-width: 215px;
    background: #ffffff;
    padding: 6px;
    margin: 16px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.catamarancruises {
    width: auto;
    max-width: 260px;
    background: #ffffff;
    padding: 6px;
    margin: 8px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.daycruise {
    width: auto;
    max-width: 200px;
    background: #ffffff;
    padding: 6px;
    margin: 4px 4px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.catamaranholidays {
    width: auto;
    max-width: 220px;
    background: #ffffff;
    padding: 6px;
    margin: 8px 14px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.route {
    width: auto;
    max-width: 240px;
    background: #ffffff;
    padding: 6px;
    margin: 8px 8px;
    border: #999999 1.5pt solid;
    border-radius: 10px;
}

.calendar {
    width: auto;
    max-width: 210px;
    background: #ffffff;
    padding: 0;
    margin: 8px 4px;
    border: #808080 1pt solid;
    border-radius: 4px;
}

.media {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 4px;
    margin: 10px 10px;
    border: #999999 1.5pt solid;
    border-radius: 8px;
}

/*----- two column -----*/

.twodiv {
    width: auto;
    max-width: 680px;
    color: #ffff00;
    padding: 0;
    align-content: center;
}

div.twofirst {
    width: auto;
    background-color: #ffffff;
    border: none;
    float: left;
    padding: 16px;
}

div.twoleft {
    width: auto;
    max-width: 250px;
    background-color: #ffffff;
    float: left;
    padding: 10px 20px;
    text-align: left;
    margin: 0;
    border: #cccccc 1pt solid;
    border-radius: 10px;
}

div.twospace {
    width: 20px;
    background-color: #ffffff;
    border: none;
    float: left;
    padding: 20px;
}

div.tworight {
    width: auto;
    max-width: 250px;
    background-color: #ffffff;
    float: right;
    padding: 10px 20px;
    text-align: left;
    margin: 0;
    border: #cccccc 1pt solid;
    border-radius: 10px;
}

div.twolast {
    width: 10px;
    background-color: #ffffff;
    border: none;
    float: none;
    padding: 6px;
    clear: both;
}

/*----- four column -----*/

.fourdiv {
    width: auto;
    max-width: 1160px;
    color: #ffff00;
    padding: 0;
}

div.fourfirst {
    width: 100px;
    background-color: #ffffff;
    border: none;
    float: left;
    padding: 16px;
}

div.fourleft {
    width: auto;
    max-width: 180px;
    background-color: #ffffff;
    float: left;
    padding: 4px;
    text-align: center;
    margin: 10px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

div.fourspace {
    width: 5px;
    background-color: #ffffff;
    border: none;
    float: left;
    padding: 5px;
}

div.fourleftcentre {
    width: auto;
    max-width: 180px;
    background-color: #ffffff;
    float: left;
    padding: 4px;
    text-align: center;
    margin: 10px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

div.fourrightcentre {
    width: auto;
    max-width: 180px;
    background-color: #ffffff;
    float: left;
    padding: 4px;
    text-align: center;
    margin: 10px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

div.fourright {
    width: auto;
    max-width: 180px;
    background-color: #ffffff;
    float: left;
    padding: 4px;
    text-align: center;
    margin: 10px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

div.fourlast {
    width: 10px;
    background-color: #ffffff;
    border: none;
    float: none;
    padding: 6px;
    clear: both;
}

/* MEDIA */

@media (max-width: 900px) {

nav {
    height: 8vh;
}

.nav-links ul li {
    display: block;
}

.nav-links {
    position: absolute;
    background: #000080;
    height: 120vh;
    width: 280px;
    top: 0;
    right: 420px;
    text-align: left;
    z-index: 2;
    transition: 1s;
}

nav .fa {
    display: block;
    color: #ffffff;
    margin: 5px;
    font-size: 22px;
    cursor: pointer;
}

.nav-links ul {
    padding: 30px;
}

.nav-links ul li:hover::after {
    width: 0;
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.mobiletitle {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}

.mobile {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}

.mobileactivity {
    display: block;
    width: auto;
    max-width: 260px;
    background: #ffffff;
    padding: 6px;
    margin: 8px auto;
    border: none;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.toppicture {
    width: auto;
    max-width: 300px;
    background: #ffffff;
    padding: 6px;
    margin: 8px 8px;
    border: #cccccc 1.5pt solid;
    border-radius: 10px;
}

.calendar {
    width: auto;
    max-width: 140px;
    background: #ffffff;
    padding: 0;
    margin: 8px 4px;
    border: #808080 1pt solid;
    border-radius: 4px;
}

.desktop {
    display: none;
}

.toppicturedesktop {
    display: none;
}

.largepicturedesktop {
    display: none;
}

.largeportraitdesktop {
    display: none;
}

.hrbluedesktop {
    display: none;
}

.logo-sup {
    display: none;
}

.logo-kayak {
    display: none;
}

.logo-snorkeling {
    display: none;
}

.logo-sailing {
    display: none;
}

.logo-walking {
    display: none;
}

.logo-catamaran-desktop {
    display: none;
}

}
