﻿body {
    margin: 0 0 100px 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    /*background-image: url(https://static.hidive.com/content/images/HD_sitebackimage_5_poster3_compressed.jpg) !important;
    background-position: center bottom;
    background-attachment: fixed;*/
    background-color: #191919;
    overflow:hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #f8f9fa !important;
}

.container-1240 {
    max-width: 1240px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', sans-serif;
    /*font-weight: 400; */
}

.headline {
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
    line-height: 1em;
}

h1.headline {
    font-size: 56px;
    font-weight: 900;
}

h1.heading {
    font-size: 36px;
    font-weight: 400;
}


h2.headline {
    font-size: 28px;
    font-weight: 600;
}

h3.headline {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

.feature-text {
    z-index: 1;
    pointer-events: none;
    margin-top: 220px;
}

.text-orange {
    color: rgba(247, 142, 30, 1) !important;
}

.btn {
    font-weight: 600;
    color: #f8f9fa !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.btn-xl {
    padding: 14px 20px;
    font-size: 24px;
    line-height: 1.4;
    border-radius: 6px;
}

.btn-primary {
    background-color: rgba(0, 174, 240, 1);
    border-color: transparent;
}

    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:hover {
        background-color: rgba(0, 174, 240, .7) !important;
        border-color: transparent;
        outline: none !important;
    }

    .btn-primary:hover {
        background-color: rgba(0, 145, 200, .85) !important;
        border-color: rgba(0, 145, 200, .85) !important;
    }

    .btn-primary:active,
    .btn-primary:visited,
    .btn-primary:focus {
        background-color: rgba(0, 174, 240, 1) !important;
        border-color: rgba(0, 174, 240, 1) !important;
        outline: none !important;
    }

.btn-link {
    color: #f8f9fa !important;
    text-decoration: none;
}

    .btn-link:hover {
        color: rgb(108, 117, 125) !important;
    }

/*.btn-secondary {
    background-color: rgba(240, 120, 15, 1);
    border-color: transparent;
}

 .btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: rgba(247, 142, 30, 1) !important;
    border-color: rgba(247, 142, 30, 1) !important;
    outline: none !important;
}

.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:hover {
    background-color: rgba(247, 142, 30, 1) !important;
    border-color: rgba(247, 142, 30, 1) !important;
    outline: none !important;
} */

.btn-action {
    background-color: rgba(0, 174, 240, 1);
    color: rgba(0, 174, 240, 1);
}

#titles {
}

.titles {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    min-height: 350px;
    max-height: 450px;
}

    .titles.slick-initialized {
        opacity: 1;
        min-height: initial;
        max-height: initial;
    }

    .titles .slick-next {
        right: -5px;
        z-index: 100;
        color: #ffffff;
    }

        .titles .slick-next:hover {
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        }

        .titles .slick-next::before {
            color: #ffffff;
            font-family: 'Font Awesome\ 5 Free' !important;
            font-weight: 900;
            content: "\f054" !important;
            margin-right: -45px;
        }

    .titles .slick-prev {
        left: -5px;
        z-index: 100;
    }

        .titles .slick-prev:hover {
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
        }

        .titles .slick-prev::before {
            color: #ffffff;
            font-family: 'Font Awesome\ 5 Free' !important;
            font-weight: 900;
            content: "\f053" !important;
            margin-left: -45px;
        }

.title {
    padding: 0px 2px;
}

footer {
}

    footer li a,
    footer li a:active,
    footer li a:link {
        color: rgb(248, 249, 250);
        color: rgb(108, 117, 125);
        font-size: .9rem;
        text-decoration: none;
    }

        footer li a:hover,
        footer li a:focus {
            color: rgb(248, 249, 250);
        }

.black-bar::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 10px;
    background-color: black;
}

.black-bar-gray::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -1px;
    right: 0px;
    top: -1px;
    height: 10px;
    background-color: rgb(33, 37, 41);
}

.text p {
    font-size: 1.25rem !important;
}

.img-left .text {
    position: absolute;
    z-index: 5;
    width: 65%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
}

.img-left .img-area {
    position: absolute;
    min-height: 325px;
    z-index: 10;
    width: 55%;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
    background-color: rgba(0,174,240,1);
    overflow: visible;
}

    .img-left .img-area img {
        position: relative;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
        margin-top: 0px;
        min-height: 340px;
        z-index: 5;
    }

.img-right .text {
    position: absolute;
    z-index: 5;
    width: 65%;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.img-right .img-area {
    position: absolute;
    min-height: 340px;
    z-index: 10;
    width: 55%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
    background-color: rgba(0,174,240,1);
}

    .img-right .img-area img {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
        margin-top: 0px;
        min-height: 340px;
        z-index: 5;
    }

@media only screen and (max-width: 800px) {

    .feature-text {
        margin-top: 105px;
    }

    h1 .headline {
        font-size: 44px;
    }

    h2.headline {
        font-size: 22px;
    }

    h3.headline {
        font-size: 18px;
    }

    .black-bar::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        top: 0px;
        height: 10px;
        background-color: transparent;
    }

    .black-bar-gray::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: -1px;
        right: 0px;
        top: -1px;
        height: 10px;
        background-color: transparent;
    }

    .text p {
        font-size: 1rem !important;
    }

    .img-left .text {
        position: relative;
        z-index: 5;
        width: auto;
        margin-left: 100px !important;
        height: 240px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
    }

    .img-left .img-area {
        position: relative;
        min-height: auto;
        z-index: 10;
        width: auto;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
        background-color: rgba(0,174,240,1);
        max-width: 650px;
        margin-bottom: -80px;
        overflow: visible;
    }

        .img-left .img-area img {
            position: relative;
            clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
            margin-top: 0px;
            min-height: auto;
            z-index: 5;
        }

    .img-right .text {
        position: relative;
        z-index: 5;
        width: auto;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
        height: 240px;
        max-width: 650px;
    }

    .img-right .img-area {
        position: relative;
        min-height: auto;
        z-index: 10;
        width: auto;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
        background-color: rgba(0,174,240,1);
        margin-left: 100px !important;
        margin-bottom: -50px;
    }

        .img-right .img-area img {
            position: relative;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
            margin-top: 0px;
            min-height: auto;
            z-index: 5;
        }
}

@media only screen and (max-width: 500px) {
    .feature-text {
        margin-top: 55px;
    }

    h1.headline {
        font-size: 26px;
    }

    h2.headline {
        font-size: 18px;
    }

    h3.headline {
        font-size: 16px;
    }

    .black-bar::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        top: 0px;
        height: 10px;
        background-color: transparent;
    }

    .black-bar-gray::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: -1px;
        right: 0px;
        top: -1px;
        height: 10px;
        background-color: transparent;
    }

    .text p {
        font-size: 1rem !important;
    }

    .img-left .text {
        position: relative;
        z-index: 5;
        width: auto;
        clip-path: none;
    }

    .img-left .img-area {
        position: relative;
        min-height: auto;
        z-index: 10;
        width: auto;
        clip-path: none;
        background-color: rgba(0,174,240,1);
        margin-bottom: -30px;
        overflow: visible;
    }

        .img-left .img-area img {
            position: relative;
            clip-path: none;
            margin-top: 0px;
            min-height: auto;
            z-index: 5;
        }

    .img-right .text {
        position: relative;
        z-index: 5;
        width: auto;
        clip-path: none;
        
    }

    .img-right .img-area {
        position: relative;
        min-height: auto;
        z-index: 10;
        width: auto;
        clip-path: none;
        background-color: rgba(0,174,240,1);
        margin-bottom: -30px;
    }

        .img-right .img-area img {
            position: relative;
            clip-path: none;
            margin-top: 0px;
            min-height: auto;
            z-index: 5;
        }
}
