{!-- Changes of May 2024 --}
.sub-header .sub-title {
    top: 46% !important;
}
.sub-header .sub-title .sub-header-img {
    width: 25rem;
}
.site-cat {
    font-weight: 800;    
    font-size: 2rem;
    text-shadow: 4px 4px 4px #333;
}
.tours-rentals-btn {
    margin-top: 35px;
}
.tours-rentals-btn a {
    font-weight: 800;
    font-size: 1.5rem;
    width: 430px;
    margin-right: 20px !important;
    border-radius: 5px !important;
}
.to-landing a {
    color: #fff;
    background: #ed1c24;
    font-weight: 700;
    font-size: 1.8rem;
    transition: 0.3s;
}
.to-landing a:hover {
    background: #021f5b;
    transition: 0.3s;
}

{!-- Subpages --}
.sub-title h1 {
    font-size: 5rem;
}

{!-- / .Changes of May 2024 --}

.callout h1 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
}
.sb-boat-image .lb-img {
    min-height: 700px !important;
}
.boats-view-all .boat-post {
    margin-bottom: 75px;
}
#pg-header-58 .sub-header,
#pg-header-46 .sub-header,
#pg-header-46 .sub-header,
#pg-header-19 .sub-header,
#pg-header-20 .sub-header,
#pg-header-3 .sub-header,
#pg-header-71 .sub-header {
    background: #fff !important;
}
#pg-header-71 .btn-outer {
    text-align: center;
}
#pg-header-58 .sub-header .pg-title,
#pg-header-46 .sub-header .pg-title,
#pg-header-46 .sub-header .pg-title,
#pg-header-19 .sub-header .pg-title,
#pg-header-3 .sub-header .pg-title,
#pg-header-20 .sub-header .pg-title,
#pg-header-71 .sub-header .pg-title{
    color: #021f5b;
    text-shadow: none;
}
.lb-data .lb-number,
.lb-nav a.lb-next {
    display: none !important;
}
.top-contact {
    width: 350px !important;
}
.all-tab-nav ul {
    column-width: 160px !important;
}
.vid-embed {
    padding-bottom: 30px !important;
}
.mobile-header {
    text-transform:uppercase;
    text-align:center;   
    display:none;
    color: #fff;
    font-size: 2rem;
    position: relative;  
}
.mobile-header img {
    width: 4rem;
}
.deliver-promo {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 5px;
    margin-bottom: 55px;
}
.poi h3 {
    text-transform: uppercase;
}
.arrow-scroll .fa {
    color: #ed1c24 !important;
}
.first-info-lg {
    font-weight: 700;
}
.vid-embed-section .col .vid-embed {
    margin-bottom: 150px !important;
}
.vid-embed-section h3 {
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    padding: 0 10px;
}
.poi video {
    min-height: 256px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
}
.img-ph img {
    min-height: 256px;
    box-shadow: 0 3px 6px #00000029;
}
.blog-homepage .blog-post .bg-image, 
.blog-view-all .blog-post .bg-image, 
.blog-single .blog-post .bg-image {
    min-height: 22rem;
}
.cat-item a {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #021f5b;
    color: #fff;
    transition: 0.3s;
}
.cat-item a:hover {
    background-color: #ed1c24 !important;
    transition: 0.3s;
}
.modal-backdrop {
    z-index: 1 !important;
}
.single-badge {
    border: none;
    padding: 10px 15px !important;
    font-size: 1rem !important;
}
.blog-view-all .bg-image {
    background-size: cover !important;
}
.sb-modal .btn {
    width: 100%;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    background-color: #021f5b;
    transition: 0.3s;
}
.sb-modal .btn:hover {
    background-color: #ed1c24;
    transition: 0.3s;
}
.sb-boat-image .modal-dialog {
    width: 900px !important;
}
.sb-boat-image .lb-img {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 400px;
    padding: 3px 0;
    margin: 10px 0;
    border-radius: 10px;
}
.boat-single-img {
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
}
.wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
}
.video-contain {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.top-contact {
    text-align: left;
    display: block !important;
}
/* Sub styles */
.subpage-58 .col {
    display: block;
    margin: 0 auto;
}
.pg-title {
    text-shadow: 2px 2px 2px #333;
}
.all-tab-nav {
    padding: 5px 0;
}                        
.all-tab-nav ul {
    column-count: 4;
    column-width: 60px;
}
.all-tab-nav ul li {
    margin-bottom: 15px;
}
.all-tab-nav ul li a {
    font-size: 18px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 1px;
    padding: 0 !important;
}
.sub-header {
    min-height: 100vh;
    position: relative;
}
.sub-header:before {
  background-color: rgb(2, 31, 91, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.sub-header .sub-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-shadow: 3px 3px 3px #333;
}
.arrow-scroll {
    position: absolute;
    cursor: pointer;
    bottom: 7%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 5;  
    background-size: cover;
    animation-duration: 1.5s!important;
}
.arrow-scroll .fa {
    font-size: 5rem;
    color: #fff;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
.blog-post .boat-desc {
    font-weight: bolder;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 10;
}
.img-ph {
    padding-bottom: 75px !important;   
}
.img-ph img {
    border-radius: 10px;
}
.img-ph a:hover {
    background-color: transparent !important;
}
#navbar .container-fluid,
.overhead-nav nav {
    padding-right: 0 !important;
}
.all-tab-nav {
    padding: 5px 0;
}                        
.all-tab-nav ul {
    column-count: 4;
    column-width: 60px;
    border-left: 1px solid #fff;
}
.all-tab-nav ul li {
    margin-bottom: 10px;
    margin-right: 0 !important;
    text-align: center;
}
.all-tab-nav ul li a {
    font-size: 14px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 1px;
    padding: 0 !important;
    text-decoration: none;
    line-height: 0.5;
}
.boats-view-all .boat-post .card .card-body {
    min-height: 715px;
}
.deliver-section {
    padding-bottom: 25px;
}
.deliver-section .row {
    text-align: center;
}
.deliver-section .deliver-img {
    position: absolute;
    width: 2rem;
}
.dtitle h2 {
    color: #021f5b;
    font-weight: 800;
    font-size: 4rem;
}
.dtitle a {
    color: #021f5b;
    font-weight:800;
    font-size: 2rem;
}
.dinfo {
    font-size: 21px;
    font-weight: 800;
}
@media (max-width:1400px) {
    .sub-header {
        background-position: right !important;
    }
}
@media (max-width:991px) {
    .boats-view-all .boat-post .card .card-body {
        min-height: initial;
    }
    .top-contact {
        text-align: center;
    }
    .sb-address button {
        display: none;
    }
    .blog-single .blog-post .bg-image {      
        min-height: 305px !important;
    }
    .all-tab-nav ul {
        column-count:1;
        padding-left: 0;
    }
    .all-tab-nav ul li a {
        text-decoration: none;
    }
    .sub-header {
        min-height: 75vh !important;
    }
    .btn-close-modal {
        display: block !important;
    }
    .all-tab-nav ul {
        column-count:1;
    }
    .all-tab-nav ul li a {
        text-decoration: none;
    }
    .all-tab-nav ul {
        border-left: none;
    }
    #navbar .container-fluid,
    .overhead-nav nav {
        padding-right: 15px !important;
    }
}
@media (max-width:767px) {
    .callout h1 {
        font-size: 16px;
    }
    .mobile-header {
        display: block;
    }
    .top-contact {
        width: 170px !important;
        font-size: 12px !important;
    }
    .blog-single .blog-post .bg-image {
        min-height: 17rem !important;
    }
    .sub-title .the-title {
        font-size: 1.4rem;
        margin-top: 5px;
        postition: relative !important;
    }  
    .sub-header .sub-title {
        top: none !important;
    }
    .sub-title h1 {
        font-size: 2.5rem;
    }
    .sub-header .sub-title .sub-header-img {
        width: 5rem!important;
        top: 60% !important;
    }
    .sub-header {    
        min-height: 465px !important;
    }   
    .arrow-scroll {
        display: none;
    }
    #pg-header-31 .sub-header,
    #pg-header-2 .sub-header {
        background-size: 110% !important;
    }
    .btn-close-modal {
        display: block !important;
    }
}
@keyframes bounce {0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}