body {
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
    max-width: 100%;
}

html,body{ overflow-x: hidden; }

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-40 {
    margin-top: 40px;
}

.faq-button {
    margin: 10px;
    width: 250px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-auto {
    margin: 0 auto;
}

.display-flex-12 {
    display: flex;
    column-gap: 50px;
}

.display-flex {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
}

.width-65 {
    width: 65%;
}

.width-35 {
    width: 35%;
}

.height-75 {
    height: 75px;
}

.width-55 {
    width: 55%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-33 {
    width: 33%;
}

.nunito {
    font-family: 'Nunito Sans Black 900', sans-serif;
}

#bonus {
    margin-right: 50px;
}

.header {
    background-image: linear-gradient(to right, #FCA044, #F7412D);
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0 4px 2px -2px gray;
    z-index: 999;
    justify-content: center;
}

.navigation li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-right: 8px;
    font-size: 16px;
    margin-left: 8px;
}

.navigation li a:hover {
    color: #278ead;
}

.logo {
    margin: 0 auto;
}


body>div {
    padding: 0 30px 0 30px !important;
}

#workshop span {
    padding: 5px 13px;
    position: relative;
    top: 40%;
    font-weight: bolder;
    background-color: #00000080;
}

;

@media only screen and (max-width: 800px) {
    .header {
        padding: 0 !important;
    }

    .book-now2 {
        margin-top: 50px !important;
    }
}


@media only screen and (max-width: 500px) {

    .itinerary th,
    td {
        padding: 5px !important;
    }


    .width-33 img {
        display: none;
    }

    .book-now-main {
        margin: 0 auto !important;
        margin-top: 35px !important;
    }

}

.book-now {
    margin-left: 20px;
}

.book-now a {
    align-items: center;
    background-clip: padding-box;
    background-color: #006199;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.book-now a:hover {
    color: #f5e6ca;
}

.book-now2 {
    background-color: #A13A39;
    padding: 15px;
    height: 52px;
    width: 150px;
    text-align: center;
    margin: auto;
    /* margin-bottom: 45px; */
    display: none;
}

.book-now2 a {
    color: white;
    text-decoration: none;
}

.book-now2 a:hover {
    color: #f5e6ca;
}

.room-match {
    background-color: #006199;
    padding: 15px;
    height: 75px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
}

.room-match a {
    color: white;
    text-decoration: none;
}

.room-match a:hover {
    color: #f5e6ca;
}

.feature {
    padding-top: 50px;
    background-color: #CCFFFF;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0 !important;
}

.feature2 {
    padding: 25px;
    padding-top: 60px;
}

.feature-header {
    color: #006199;
    font-weight: bold;
    font-size: 30px;
    /* text-transform: uppercase; */
    /* font-weight: bolder; */
    color: #006199;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--bs-body-font-family);
}

.feature-ports {
    /* color: #006199; */
    /* font-weight: bold; */
    /* font-size: 30px; */
    /* font-family: 'Old Standard TT', serif; */
}

.welcome {
    background-color: white;
    width: 100%;
    color: black;
    padding-top: 35px !important;
    padding-bottom: 75px;
    /* padding-right: 0 !important; */
    /* padding-RIGHT: 25px !important; */
}

.welcome2 {
    max-width: 1800px;
    width: 100%;
    color: black;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto;
}

.letter {
    margin: 25px;
    font-family: 'Nunito Sans';
    font-size: 18px;
    max-width: 1200px;
    /* min-height: 200px; */
}

.letter-side {
    /* height: 40%; */
    /* max-height: 550px; */
    /* display: block; */
    margin-bottom: 20px;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.workshop {
    background-color: white;
    /* color: #005d60; */
    padding-top: 15px;
    padding-bottom: 75px;
    width: 100%;
    margin: 0 auto;
    /* height: 100%; */
    padding-top: 35px !important;
    text-align: center;
}

.workshop2 {
    display: flex;
    color: #005d60;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    /* height: 100%; */
}

.lern-mr {
    background-color: #A13A39;
    padding: 17px;
    text-align: center;
    color: #fff;
    font-family: 'Nunito Sans';
    text-decoration: none;
    font-weight: 800;
    font-size: 19px;
    border-radius: 15px;
}

.lern-mr:hover {
    background-color: #A13A39;
    color: #fff;
}

.teal-text {
    color: #005d60;
}

.workshop-text {
    width: 60%;
}

.workshop-img {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-right: 25px;
}

.workshop-img2 {
    margin: 25px 0 25px 25px;
    width: 100%;
    max-width: 500px;
}

.workshop-header-label {
    background-image: url(../links/Header_Workshop_Details.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 250px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.itinerary-header-label {
    background-image: url(../links/Image_Header_Itinerary.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 250px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.pickup-line {
    background-color: #006199;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 15px;
    width: 90%;
    color: white;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    text-align: center;
}

.pickup-line a {
    color: #f6985e;
}

.pickup-line a:hover {
    color: #f5e6ca;
}

.itinerary {
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 65%;

}

.itinerary table {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.itinerary th {
    background-color: #0DB7C9;
    color: white;
    font-weight: bold;
    text-align: center;
}

.itinerary th,
td {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.itinerary-odd {
    background-color: #f5e6ca;
    color: black;
    font-weight: bold;
    padding: 10px;
}

.itinerary-even {
    background-color: #e9cea9;
    color: black;
    font-weight: bold;
    padding: 10px;
}

.itinerary-whole {
    background-image: url(../links/background_Itinerary.png);
    width: 100%;
    padding: 75px;
    padding-top: 35px !important;
}

.itinerary-gfx {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.itinerary-gfx img.normal {
    width: 100%;
}

.itinerary-line {
    margin: 0 auto;
    background-color: #188FA3;
    padding: 35px;
    font-family: 'Old Standard TT', serif;
    font-size: 20px;
    margin-bottom: 50px;
    color: white;
}

.bold {
    font-weight: bold;
}

.ports-header-label {
    background-image: url(../links/Image_Header_Ports_of_Call.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 250px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.waves-blue {
    margin-bottom: 50px;
    margin-top: 50px;
}

.ports {
    background-color: #E6F3E9;
    text-align: center;
    padding: 75px;
    margin: 0 auto;
}

.ports-header {
    width: 100%;
    padding: 15px 15px 10px 15px;
    background-color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    color: #145e99;
    text-align: left;
}

.subject-to-change {
    font-family: 'Nunito Regular', sans-serif;
}

.rooms1 .ports-content {
    padding: 20px;
}

.ports-content {
    padding: 0px 20px 20px 20px;
    font-family: 'Nunito Regular', sans-serif;
    color: #2068b3;
    text-align: left;
}

.port-card {
    margin: 20px;
    min-height: auto;
    width: 100%;
    background-color: white;
    font-family: 'Old Standard TT', serif;
}

.list-card {
    display: flex;
    justify-content: center;
}

.dark-blue-text {
    color: #006199;
}

.blue-text {
    color: #278ead;
}

.orange-text {
    color: #f6985e;
    letter-spacing: 0px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-size: 34px;
    font-weight: 900;
}

.tan-text {
    color: #f5e6ca;
}

.stateroom-room-type {
    font-weight: bold;
    font-size: 18px;
}

.room-header-label {
    background-image: url(../links/Images_Header-State_Rooms.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 250px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.rooms {
    background-color: #d7ede6;
    width: 100%;
    padding: 50px;
    color: black;
    justify-content: center;
    font-family: 'Roboto';
    padding-top: 25px !important;
}

.deck-plan {
    margin: 0 auto;
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
    width: 100%;
    text-align: center;
}

.room-card {
    margin: 20px;
    padding: 10px;
    box-shadow: 3px 3px 5px grey;
    min-height: 800px;
    background-color: white;
    font-family: 'Old Standard TT', serif;
}

.room-table {
    margin: 0 auto;
}

.room-pricing {
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.locations span {
    font-size: 0.95em;
    display: table;
    margin: 0 auto;
}

.locations span:not(:first-child) {
    padding-top: 5px;
}

.room-pricing-2 {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.room-info-box {
    background-color: #006199;
    box-shadow: 3px 3px 5px grey;
    min-height: 550px;
    margin: 20px;
    padding: 10px;
    color: white;
}

.creditBonus-header-label {
    background-image: url(../links/image_Additional_Costs.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 125px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 350px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.faq-header-label {
    background-image: url(../links/Image_Header_FAQ.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 125px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 350px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

@media only screen and (max-width: 1400px) {
    .faq img {
        max-height: 350px;
        width: 40%;
        position: relative;
        height: auto !important;
        top: 35px;
    }

}

.faq {
    background-color: white;
    width: 100%;
    padding: 50px;
    color: black;
    margin-bottom: 80px;
}

.book-header-label {
    background-image: url(../links/Image_Header_Book_Now.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 125px;
    color: white;
    text-shadow: 1px 1px 10px #000000, 1px 1px 10px #000000;
    height: 350px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-style: italic;
    font-weight: bold;
}

.book {
    background-color: white;
    width: 100%;
    color: black;
    justify-content: center;
    padding-top: 50px !important;
}

.book-card {
    margin: 20px;
    padding: 10px;
    box-shadow: 3px 3px 5px grey;
    min-height: 520;
    background-color: white;
    text-align: center;
}

.book2 {
    background-image: url(../images/background_Book_Now_Reservations.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 50px;
    justify-content: center;
}

.deposit-text {
    font-size: 30px;
    margin: 25px;
    margin-bottom: 50px;
}

.arrival-departure-card {
    margin: 20px;
    background-color: white;
    font-family: 'Old Standard TT', serif;
}

.add-costs-card {
    margin: 20px;
    width: 100%;
    background-color: white;
    font-family: 'Old Standard TT', serif;
    margin-bottom: 80px;
}

.footer {
    background-color: #006199;
    width: 100%;
    /* height: 300px; */
    padding: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.booknownew {
    display: flex;
    justify-content: center;
    margin: 5% 15%;
    /* margin: 0 auto; */
}

.bimgnew {
    /* width: 50%; */
    text-align: right;
}

.imgg {
    /* width: 60%; */
}

.buttnew {
    width: 250px;
}

.book-now-main {
    width: 100%;
    /* text-align: left; */
    margin: 0 auto;
    margin-top: 9%;
    border-radius: 30px;
    /* margin-left: 50px; */
}

.book-now-main:hover,
.book-now:hover,
.lern-mr:hover {
    transform: translateY(-1px);
}

.book-now:focus,
.book-now:hover,
.lern-mr:hover,
.lern-mr:focus {
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.book-now-main a,
.lern-mr {
    align-items: center;
    background-clip: padding-box;
    background-color: #a13c38;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.book-now-main a:hover {
    color: #f5e6ca;
}

.logobook {
    margin-top: 10%;
    display: flex;
    justify-content: center;
}

.logobook img {
    width: 80%;
}


.hero-image {
    background-image: url("../links/HERO-BANNER-2023-04-18a.jpg");
    height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}


.hero-text {
    text-align: left;
    position: absolute;
    bottom: -88px;
    left: 480px;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Nunito Sans Black 900', sans-serif;
    font-weight: 900;
    display: none;
    /* font-family: 'Goblin One', sans-serif; */
}

.hero-text h4 {
    /* font-family: 'Nunito Sans' !important; */
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 5px;
    margin-top: 17px;
    font-family: 'Nunito Sans Black 900', sans-serif;
}

.hero-text h1 {
    /* font-family: 'Nunito Sans' !important; */
    font-size: 62px;
    /* font-weight: 900; */
    margin-top: 25px;
    text-transform: capitalize;
    font-family: 'Goblin One', sans-serif;
    border-left: 10px solid #D64F0D;
    padding-left: 10px;
}

.hero-text p {
    font-size: 35px;
    /* font-weight: bold; */
    letter-spacing: 8px;
    color: #006199;
    /* font-family: 'Nunito Sans' !important; */
    margin: 0px 0;
    font-weight: 900;
}

div#staterooms span {
    background-color: #00000080;
    padding: 5px 13px;
    position: relative;
    top: 40%;
    font-weight: bolder;
}

.lern-mr1 {
    background-color: #145e99;
    padding: 10px 17px;
    text-align: center;
    color: #fff;
    font-family: 'Nunito Sans';
    text-decoration: none;
    font-weight: 800;
    font-size: 19px;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin-top: 40px;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 1px;
    min-width: 200px;
}


h2.dark-blue-text {
    font-size: 25px;
}

button.lern-mr1:hover {
    background-color: #205b99;
    color: white;
}

.port-card1 {
    margin: 20px;
    min-height: auto;
    background-color: white;
    font-family: 'Old Standard TT', serif;
    /* margin-right: 50px; */
}

div#book span {
    background-color: #00000080;
    padding: 5px 13px;
    position: relative;
    top: 40%;
    font-weight: bolder;
}


.credit {
    background-color: #F5E6CA;
}

.credit:hover {
    background-color: #F4C382;
}

.on-borad-label {
    background-image: url(../images/Image_We_Put_Money_In_Your_Pocket.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px;
    color: white;
    height: 500px;
    background-size: cover !important;
}

#itinerary span {
    background-color: #00000080;
    padding: 5px 13px;
    position: relative;
    top: 40%;
    font-weight: bolder;
}

div#ports span {
    background-color: #00000080;
    padding: 5px 13px;
    position: relative;
    top: 40%;
    font-weight: bolder;
}

div#faq span, div#creditBonus span {
    background-color: #00000080;
    padding: 5px 13px;
    /* margin-top: 40px; */
    position: relative;
    top: 130px;
    font-weight: bolder;
}


.locations>div {
    width: 3.5rem;
    margin-left: 10px;
    /* margin-top: 5px; */
}

.navbar-toggler:focus {
    box-shadow: none;
}


@media (min-width: 600px) {
    .port-card img {
        /* width: 38%; */
        min-width: 400px;
        height: fit-content;
        max-width: 400px !important;
    }

}


.rooms1 {
    background-color: #d7ede6;
    width: 100%;
    padding: 50px;
    color: black;
    justify-content: center;
    font-family: 'Roboto';
}

.portpng1 {
    display: none;
}

.new-add {
    color: #D84833;
}

.new-add ul li {
    color: #d84833;
}

.locations .smb {
    padding-top: 5px;
    /* position: relative; */
}

@media only screen and (max-width: 1024px) {

    .locations {
        display: block;
        font-weight: bold;
        text-align: center;
        clear: both;
        column-count: 3;
    }

    .single-double>div {
        min-height: 16.2rem;
    }
}

@media only screen and (max-width: 992px) {
    .deck-plan {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-image {

        height: 720px;
        /* background-position: center right; */
    }
}

@media only screen and (max-width: 800px) {
    table.itinerary {
        overflow-x: auto;
        width: 100%;
        font-size: 12px;
    }

    .display-flex-12 {
        display: flex;
        column-gap: 50px;
        flex-wrap: wrap;
    }

    .itinerary-gfx {
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 50px;
        width: 100%;
    }

    .port-card {
        margin: 20px;
        min-height: auto;
        width: 100%;
        background-color: white;
        font-family: 'Old Standard TT', serif;
        flex-direction: column;
    }

    .on-borad-label {

        background-size: 100% !important;
        height: 280px;

    }

    div#faq .faq .display-flex {
        display: flex;
        flex-wrap: wrap;
    }

    div#faq .display-flex .width-33 {
        width: 50%;
    }

    .faq-button {
        margin: 10px;
        width: 91%;
        font-size: 15px;
    }

    div#navbarTogglerDemo01 .d-flex .book-now {
        margin-left: 0px;
    }

    .ports {
        background-color: #f5e6ca;
        text-align: center;
        padding: 32px;
    }

    /* .locations {
        display: block;
        font-weight: bold;
        text-align: center;
        clear: both;
        column-count: 3;
    } */

    /* .single-double>div {
        min-height: 15.5rem;
    } */

    .hero-text {
        text-align: left;
        position: absolute;
        bottom: -88px;
        left: 37%;
        transform: translate(-50%, -50%);
        color: white;
    }

    .hero-text h1 {
        /* font-family: 'Nunito Sans' !important; */
        font-size: 42px;
        font-weight: bold;
        margin-top: 25px;
        text-transform: capitalize;
    }

    .hero-text p {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 8px;
        color: #f69b5e;
        /* font-family: 'Nunito Sans' !important; */
        margin: 0px 0;
    }

    .hero-image {
        background-image: url("../links/HERO-BANNER-2023-04-18a.jpg");
        height: 520px;
        /* background-position: center right; */
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .welcome2 {
        width: 100%;
        color: black;
        display: flex;
        padding-top: 0 !important;
        padding-bottom: 25px;
        flex-direction: column;
    }

    .rooms {
        background-color: #d7ede6;
        width: 100%;
        padding: 0px;
        color: black;
        justify-content: center;
        font-family: 'Roboto';
    }

    .port-card1 {
        width: 50%;
    }

    .rooms1 {
        background-color: #d7ede6;
        width: 100%;
        padding: 20px;
        color: black;
        justify-content: center;
        font-family: 'Roboto';
    }

    .portpng1 {
        display: none;
    }
}

.footer a {
    color: #f5e6ca !important;
}

.footer a:hover {
    color: #99D6CB !important;
}

@media only screen and (min-width: 600px) {
    .footer img {
        height: 130px;
    }
}

@media only screen and (max-width: 600px) {
    div#workshop {
        background-size: cover;
    }
}

@media only screen and (max-width: 600px) {
    .workshop-header-label {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .footer img {
        width: 40%;
    }

    .stateroom-info {
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .header {
        align-items: center;
    }

    .heropng {
        height: 50%;
    }

    .portpng {
        display: none !important;
    }

    .portpng1 {
        display: block;
    }

    .deckplan {
        width: 100%;
    }

    .navigation {
        font-size: 8px;
        margin-top: 0px;
    }

    div#staterooms {
        background-size: cover;
        font-size: 30px;
    }

    div#itinerary {
        background-size: cover;
    }

    img.logo {
        width: 135px !important;
    }

    /* .navigation a {
        color: #006199;
        text-decoration: none;
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
    } */
    .feature-ports {
        color: #006199;
        font-weight: bold;
        font-size: 22px;
        font-family: 'Old Standard TT', serif;
    }

    h4.dark-blue-text.margin-bottom-50 {
        font-size: 18px;
    }

    .welcome2 {
        width: 100%;
        color: black;
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-wrap: wrap;
    }

    .letter {
        text-align: center;
        font-size: 16px;
        margin: 15px;
    }

    img.letter-side {
        margin-top: 30px;
        margin-bottom: -0px;
        width: 100%;
        height: auto;
    }

    .workshop-img iframe
    {
        margin-top: 30px;
        margin-bottom: 0px;
        width: 100%;
    }

    .workshop2 {
        display: flex;
        flex-wrap: wrap;
    }

    .workshop-text {
        flex: 100%;
    }

    .workshop-img {
        flex: 100%;
        /* margin-bottom: -50px; */
        width: 100%;
        margin-right: 0;
    }

    img.workshop-img2 {
        margin: 10px 0px 11px 0px;
    }

    .itinerary-whole {
        padding: 30px;
    }

    table.itinerary {
        overflow-x: auto;
        display: block;
        font-size: 12px;
    }

    .display-flex {
        flex-wrap: wrap;
    }

    .itinerary-gfx.width-35 {
        flex: 100%;
    }


    .itinerary-line.dark-blue-text.width-55 {
        flex: 100%;
        padding: 25px;
    }

    div#ports {
        background-size: cover;
        font-size: 30px;
    }

    .ports {
        padding: 10px;
    }

    img.waves-blue {
        width: 80%;
    }

    .single-double.single {
        font-size: 14px;
        line-height: 13px;

    }

    .single-double.double {
        font-size: 14px;
        line-height: 13px;
    }

    .stateroom-info {
        margin-top: 8rem;
    }

    button.credit {
        margin-top: 0px;
    }

    .book-now a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }


    .double .locations {
        color: #006199;
    }

    .locations {
        display: flex;
        font-weight: bold;
        text-align: center;
        clear: both;
        flex-wrap: wrap;
    }

    .stateroom-info {
        width: 100% !important;
        margin-top: 5rem;
    }

    .smb {
        width: 23% !important;
        margin: 3px !important;
    }

    img.waves-blue {
        width: 85%;
    }

    .display-flex {
        display: flex;
        flex-wrap: wrap;
    }

    div#bonus {
        flex: 100%;
        margin: 0px;
    }

    .port-card.width-35 {
        flex: 100%;
        margin: 22px auto;
    }

    .arrival-departure-card.width-50 {
        flex: 100%;
        margin: 22px auto;
    }

    .add-costs-card {
        flex: 100%;
        margin: 0px;
    }

    div#faq {
        background-size: cover;
    }

    .faq {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 50px !important;
    }

    .width-33 {
        flex: 100%;
    }

    div#book {
        background-size: cover;
        background-position: top;
    }

    .footer {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 40px !important;
    }

    img.margin-right-25 {
        /* width: 40%; */
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .margin-left-25.margin-top-50.text-center {
        flex: 100%;
        margin: 0px;
    }

    .booknowimage {
        width: 100%;
    }

    .booknownew {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .bimgnew {
        flex: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .buttnew {
        flex: 100%;
    }

    .logobook {
        margin-top: 40px;
        width: 80%;
        display: flex;
        margin: 30px 20px 30px 50px;
    }

    .hero-text {
        text-align: left;
        position: absolute;
        bottom: -70px;
        left: 36%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Nunito Sans Black 900', sans-serif !important;
    }

    .hero-text h4 {
        /* font-family: 'Nunito Sans' !important; */
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 7px;
        margin-top: 17px;
    }

    .hero-text p {
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 3px;
        color: #006199;
        /* font-family: 'Nunito Sans' !important; */
        margin: 0px 0;
        /* font-family: 'Nunito Sans Black 900', sans-serif; */
    }

    .hero-text h1 {
        /* font-family: 'Nunito Sans' !important; */
        font-size: 26px;
        font-weight: 900;
        margin-top: 25px;
        text-transform: capitalize;
    }

    .hero-text img {
        width: 62%;
    }

    .hero-image {
        background-image: url("../links/HERO-BANNER-2023-04-18a.jpg");
        height: 260px;
        /* background-position: center right; */
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .itinerary-line {
        margin: 0 auto;
        /* background-color: #b7e57a; */
        padding: 35px;
        font-family: 'Old Standard TT', serif;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .port-card {
        margin: 20px 0px 20px 0px;
        min-height: auto;
        width: 100%;
        background-color: white;
        font-family: 'Old Standard TT', serif;
        flex-direction: column;
    }

    .port-card img {
        width: 100%;
        height: auto;
        max-width: 100% !important;
    }

    .port-card1 {
        width: 100%;
    }

    .feature-header {
        color: #006199;
        font-weight: bold;
        font-size: 20px;
    }

    .feature-ports {
        color: #006199;
        font-weight: bold;
        font-size: 18px;
        font-family: 'Old Standard TT', serif;
    }

    h4.dark-blue-text.margin-bottom-50 {
        font-size: 14px;
    }

    .letter img {
        margin-bottom: 26px;
    }

    .workshop {
        padding: 20px 17px;
    }

    .itinerary-header-label {
        font-size: 25px;
    }

    .itinerary-line {
        font-size: 17px;
    }

    .ports-header-label {
        padding: 100px 0;
        font-size: 25px;
    }

    .ports-header {
        font-size: 20px;
    }

    .ports-content {
        font-size: 15px;
    }

    .room-header-label {
        padding: 100px 0;
        font-size: 25px;
    }

    h5.dark-blue-text.text-center.margin-bottom-50 {
        font-size: 15px;
    }

    .on-borad-label {
        background-size: 100% !important;
        height: 160px;
        padding: 0px;
    }

    .ports-content.nunito.dark-blue-text h5 {
        font-size: 15px;
    }

    .ports-content.nunito.dark-blue-text p {
        font-size: 12px;
    }

    .ports-content.nunito.dark-blue-text ul li {
        font-size: 12px;
    }

    .port-card1 {
        margin: 0px;
    }

    .ports-content.nunito.dark-blue-text.text-center h3 {
        font-size: 18px;
    }

    .room-match {
        padding: 12px;
        height: 65px;
        width: 150px;
        margin-top: 25px;
    }

    .faq-header-label {
        padding: 125px 0px;
        height: 263px;
        font-size: 25px;
    }

    .book-header-label {
        padding: 125px 0;
        height: 268px;
        font-size: 25px;
    }

    h4.dark-blue-text {
        font-size: 15px;
    }

    h3.orange-text {
        font-size: 20px;
    }

    h2.dark-blue-text {
        font-size: 18px;
    }

    button.lern-mr1 {
        font-size: 12px;
    }

    .port-card1 {
        margin: 20px 0px;
    }

    .logobook {
        margin-top: 40px;
        width: 100%;
        display: flex;
        margin: 30px 20px 30px 50px;
        margin: 30px 0;
        justify-content: center;
    }
}