﻿h1 {
    font-family: 'MyriadProCond';
    font-weight: 700;
    color: white;
    font-size: 123px;
    width: 100%;
    text-align: center;
    font-style: italic;
    background: linear-gradient(transparent, black);
    line-height: 1.1;
}

h3 {
    font-size: 30px;
    font-style: italic;
    color: var(--color-primary);
}


        @media (min-width: 900px) {

            .col-half {
                flex: 1;
                padding: 0 1rem;
                box-sizing: content-box;
            }
        }

        @media (max-width: 899px) {

            .col-half {
                width: 100%;
            }
        }
        .px-1 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

.secondary-header {
    display: flex;
    align-items: flex-end;
    background: gray;
    width: 100%;
    height: calc(100vw / 1902 * 1064);
    max-height: 100vh;
    text-align: center;
}

.secondary-header {
    margin-top: 55px;
    height: unset;
    max-height: unset;
    box-sizing: border-box;
}

h1, h2 {
    white-space: balance;
}

.intro > h2 {
    margin-bottom: 0.5em;
}

@media (max-width: 785.98px) {
    .secondary-header:not(.admin-secondary-header) {
        min-height: calc(100vw / 293 * 430);
        
    }

    h1 {
        font-size: 123px;
        font-size: calc(100vw / 350 * 40);
    }

    .secondary-header > h1 {
        padding: 16px 32px;
    }
}

@media (min-width: 786px) and (max-width: 999px) {
    .secondary-header {
        height: calc(100vw / 1902 * 1064);
    }

    h1 {
        padding: 0;
        font-size: calc(100vw / 786 * 60)
    }
}

@media (min-width: 1000px) {
    .secondary-header {
        height: calc(100vw / 1902 * 1064);
    }

    h1 {
        padding: 0;
        font-size: calc(100vw / 1000 * 60)
    }
}






.link-primary, .main-col p > a {
    color: var(--color-secondary);
}

    .container {
        width: 100%;
        max-width: 1740px;
        margin: auto;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .sec-col {
    }

    @media (min-width: 1200px) {
        .sec-col {
            flex: calc(1/6);
            max-width: 280px;
            /*width: calc(257 / 1433 * 100%);*/
            /* this calc gaurantees that the section will line up with the solar pole photos */
        }
    }



    .col {
        flex: calc(1/12);
    }

    .first-block {
        padding-top: 106px;
        padding-bottom: 106px;
    }

    .main-col {
        /*flex-basis: 1470px;*/
        padding: 0 12px;
        flex: 1;
    }


    .intro {
        margin-bottom: 32px;
    }

        .intro > p {
            /*margin: 16px 0;*/
            max-width: 860px;
            margin-bottom: 16px;
        }


.side-navigation {
    padding: 16px 0;
    background: rgb(0 48 96 / 10%);
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 16px;
    margin-right: 32px;
}

        .side-navigation li {
            padding: 0 20px;
            margin-bottom: 8px;
            line-height: 1.1;
        }

    @media (max-width: 1199px) {



        .intro {
            margin: auto;
        }

        .sec-col {
            display: none;
            /*width: 100%;*/
        }
    }



    .square-box {
        /*background-color: #fff;*/
        border: 4px solid #0069b5;
        border-radius: 20px;
        padding: 15px;
        position: relative;
    }
        .square-box > p {
            margin-bottom: 1em;
        }
        



    @media (min-width: 1200px) {
        .square-boxes {
            max-width: 1210px;
        }

        .square-box {
            margin-top: 50px;
            margin-right: 50px;
        }
    }

    @media (max-width: 1199px) {
        .square-boxes {
            justify-content: center;
        }

        .square-box {
            margin-top: 25px;
            margin-right: 25px;
        }
    }

    @media (min-width: 860px) {
        .square-box {
            flex-basis: 251.4px;
            min-height: 251.4px;
        }
    }

    @media (max-width: 859px) {
        .square-boxes {
            flex-direction: column;
        }
    }

    .box-num {
        display: inline-block;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        color: #0069b5;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
        box-shadow: 0 2px 10px rgba(0,0,0,.3);
        position: absolute;
        top: -20px;
        left: -20px;
        line-height: 1.5;
    }

    .gray-bg {
        background: rgb(0 0 0 / 5%);
    }



    /* gallery slider */
    .section-carosel {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin: auto;
    }

    .splide__arrow svg {
        fill: #fff;
        height: 3.5em;
        width: 3.5em;
    }
.splide__slide img {
    /*width: 100%;*/
    object-fit: cover;
    max-height: 367px;
    width: auto;
}


.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: inherit;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.95;
    padding: 0;
    position: absolute;
    top: 0;
    transform: none;
    width: 10vw;
    max-width: 200px;
    bottom: 0;
    z-index: 1;
    height: 100%;
    filter: drop-shadow(0 0 1rem black);
}

.splide__arrow--prev {
    justify-content: flex-start;
    padding-left: 1rem;
    left: 0;
    background: linear-gradient(to right, #00000054, #00000000);
}

.splide__arrow--next {
    justify-content: flex-end;
    padding-right: 1rem;
    right: 0;
    background: linear-gradient(to right, #00000000, #00000054);
}

    .youtube-embed {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-bottom: calc(100% / 1280 * 720);
    }

        .youtube-embed > iframe {
            width: 100%;
            position: absolute;
            top: 0;
            height: 100%;
            left: 0;
        }


    .quote-container {
        /*max-width: 700px;*/
        margin: auto;
        /*padding: 16px;*/
        color: white;
        font-weight: 700;
    }

        .quote-container q {
            font-style: italic;
            margin-bottom: 0.5em;
            display: block;
        }


        .quote-container q {
            font-style: italic;
            margin-bottom: 0.5em;
            display: block;
        }


        .quote-container .author {
            font-size: 36px;
            font-style: italic;
            text-align: right;
        }

        .section {
            padding: 65px 0;
        }
            .section + .section {
                /*padding-top: 0;*/
            }



    @media (min-width: 787px) {
        .quote-container {
            max-width: 700px;
            padding: 16px;
        }

            .quote-container q {
                font-size: 46px;
            }

            .quote-container .author {
                font-size: 36px;
            }
    }

    @media (max-width: 786px) {
        .quote-container {
            max-width: calc(100vw / 786 * 700);
            padding: calc(100vw / 786 * 16);
        }

            .quote-container q {
                font-size: calc(100vw / 786 * 46);
            }

            .quote-container .author {
                font-size: calc(100vw / 786 * 36);
            }
    }

.btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.btn {
    background: rgb(24 155 215);
    font-style: italic;
    color: white !important;
    padding: 8px 16px;
    border-radius: 8px;
    transition: opacity 100ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

    .btn:not(.arrowless)::after {
        display: inline-block;
        background: red;
        position: relative;
        content: "";
        height: 18px;
        background: url(/assets/svg/caret-right.svg) center / contain no-repeat;
        width: 10px;
        margin-left: 4px;
    }

    .btn:hover {
        opacity: 0.8;
    }

#videos-row {
    gap: 12px;
    justify-content: center
}

    #videos-row > div {
        /*flex: 1;*/
        flex-basis: 475px;
    }

#testimonials {
    background: var(--color-primary);
}

.container-bs {
    max-width: 1200px;
}

.row-bs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}




@media (min-width: 768px) {

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }
}



.square-box > p:last-child {
    margin-bottom: 0 !important;
}


.box-title {
    color: var(--color-primary);
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0 !important;
}


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    padding-bottom: calc(9 / 16 * 100%);
}



    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.videos-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.videos-container > div {
    flex: 1;
    flex-basis: 325px;
    
}

.videos-container > div img {
    width: 100%
}

.align-items-center {
    align-items: center;
}


ol.list-revert, ul.list-revert, .list-revert > li {
    list-style: revert;
    list-style-type: revert;
    margin: revert;
    padding: revert;
}

.content-block p {
    margin-bottom: 0.5rem;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
    margin-bottom: 0.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-indent: 0;
}


td, th {
    padding: 4px 8px;
    border: solid 1px #e1e1e1;
}

#boat-support, #gallery, #videos, #comparison, #testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
}

#solar-section {
    padding-top: 65px;
}



#solar-images > img {
    object-fit: contain;
}

#solar-images > img {
    /*padding-left: 10px;*/
    object-fit: contain;
}



#options-row, #accessories-row {
    justify-content: center;
}

    #options-row .img-responsive {
        height: 300px;
    }

    #accessories-row .img-responsive {
        height: 425px;
        max-width: 500px;
    }


#boat-support-row {
    justify-content: center;
}

    #boat-support-row > div {
        /*flex-basis: 275px;*/
        margin: 16px;
        text-align: center;
    }

        #boat-support-row > div img {
            max-height: 200px;
            margin: auto;
        }




@media (max-width: 951px) {

    #solar-images {
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
    }

    .img-2 {
        margin-right: 16px;
    }

    .img-1 {
        width: 100%;
    }

    .img-2 {
        width: 21%;
    }

    .img-3 {
        width: 60%;
    }
}



@media (min-width: 950px) {


    #solar-images {
        justify-content: space-between;
    }

    .img-1 {
        width: calc(794 / 1433 * 100%);
    }

    .img-2 {
        width: calc(159 / 1433 * 100%);
    }

    .img-3 {
        width: calc(455 / 1433 * 100%);
    }
}



#videos-row {
    gap: 12px;
    justify-content: center
}

    #videos-row > div {
        /*flex: 1;*/
        flex-basis: 475px;
    }

#testimonials {
    background: var(--color-primary);
}

.add-btn {
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-buttons .btn::after {
    content: unset;
}

.btn-primary::after {
    content: unset !important;
}


.showcase-row {
    justify-content: center;
}

    .showcase-row > div {
        margin: 16px;
    }

        .showcase-row > div > div {
            margin: auto;
            padding: 16px;
        }

    .showcase-row .img-responsive {
        margin: auto;
        width: 100%;
        object-fit: contain;
        object-position: bottom;
    }


.mb-05 {
    margin-bottom: 0.5em !important;
}

.mb-025 {
    margin-bottom: 0.25em !important;
}