<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.background-image {
    opacity: 0;
    transition: opacity .5s;
}

    .background-image.loaded {
        opacity: 1;
    }

.background-image {
    height:600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;   
}

.background-overlay {
    z-index: 10;
}


.logo-wrapper {
    padding-top: 30px;
}

.logo-wrapper img {
    max-width: 700px;
    max-height: 270px;
}

#pilot-register-banner {
    margin-top: 70%;
    color: white;
    display: inline-block;
}

hr {
    display: none;
}

p {
    font-size: 20px;
    color: white;
    text-align: center;
}

.background-image.booking {    
    background-image: url('/images/HomePage/Main_image.jpg');
}

.background-image.synergy-background {
    background-image: url('/images/ROV/ROV_Carrying_Weight_compressed.jpg');
}

.background-image.armed-covanent {
    
}

/* 01 */
@media (min-width: 0) {
    .logo-main {        
        background-size: 300px!important;
    }
}


/* 2 */
@media (min-width: 400px) and (orientation:landscape) {
    .logo-main {
        background-size: initial !important;
    }
}

.container.body-content {
    background-color: #232323;
}

@media (max-width: 410px) {
    .slogan .slogan-text h3 {
        text-shadow: black 1px 1px 2px;
    }

    .background-image {
        height: 400px;
        background-position: right;
    }
}

.carousel-control{
    width: 30px;
}

.slogan {
    color: white;
    padding-left: 45px;
    position:relative;

}

    .slogan.booking .slogan-text {
        top: 360px;
        position: relative;
    }

    .slogan.synergy-background .slogan-text {
        position: relative;
        padding-right: 40px;
        top: 30px;
    }

    .slogan a {
        color: white;
        border: white 1px solid;
        border-radius: 5px;
        font-size: 20px;
        padding: 10px;
    }

    .slogan a:hover {
        color: lightgray;
        border-color: lightgray;
        text-decoration: none;
    }
    .slogan h3 {
        margin: 0 !important;
    }
.carousel-indicators{
    bottom:65px;
}
@media only screen and (max-width:650px){
    .slogan.booking .slogan-text {
        top: calc(100% - 370px);
    }
}


@media only screen and (max-width:350px) {
    .slogan.booking .slogan-text {
        top: calc(100% - 320px);
    }
}</pre></body></html>