/*	Parallax Background
	==================================================*/

#parallax {
    background: url(../images/covers/chuttersnap-xDjcU1Pglro-unsplash.jpg) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
}

#parallax.dcs {
    background: url(../images/covers/family-in-airport-royalty-free-image-1580838135_yy9ac6.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    background-position: left top;
    /* filter: opacity(0.7) brightness(1.1); */
}

#parallax.bdcs {
    background: url(../images/covers/airport-4735067_1280_sthavf.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    /* filter: opacity(0.75) saturate(1.1) brightness(1.1); */
}

#parallax.fids {
    background: url(../images/covers/airport-690556_1280_d2a69p.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    /* filter: brightness(1.2) opacity(0.5); */
}

#parallax.weightandbalance {
    background: url(../images/covers/weight-and-balance_xunemv.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    background-position: left top;
    /* filter: opacity(0.7); */
}

#parallax.loyalty {
    background: url(../images/covers/loyalty_system_yvglkk.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    background-position: left top;
    transform: scaleX(-1);
    /* filter: opacity(0.7); */
}

@media screen and ( max-width: 500px ) {
    #parallax.loyalty{
        background-position: -173px top;
    }    
}


#parallax.baggagereconciliation {
    background: url(../images/covers/baggage_reconciliation_loafyn.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    background-position: left top;
    transform: scaleX(-1);
    /* filter: opacity(0.7); */
}

#parallax.ibe {
    background: url(../images/covers/internet_booking_a5in7d.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    /* filter: opacity(0.7); */
}

#parallax.ota {
    background: url(../images/covers/online_travel_khy2uw.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    /* filter: opacity(0.7); */
}

#parallax.resplan {
    background: url(../images/covers/resplan_hbjuvf.webp) center center no-repeat;
    background-size: cover;
    height: calc(100vh - 180px );
    /* filter: opacity(0.7); */
}
    
@media screen and ( max-width: 991px ) {
    #parallax {
        height: calc( 100vh - 55px);
        margin-top: 55px;
    }
}

/*	Intro
    ==================================================*/
#intro {
    height: calc(100vh - 180px );
    position: relative;
}

#intro .message  {
    position: absolute;
    bottom: 30px;
    background-color: #ffffffbf;
    padding: 15px 30px 0 30px;
}

#intro .message .title-img{
    height: 60px;
    width: auto;
}

@media screen and ( max-width: 992px ) {
    #intro .message {
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

@media screen and ( max-width: 767px ) {
    .title-img {
        margin: auto;
        display: block;
    }
}

/*	Content
    ==================================================*/

#content {
    background-color: #ffffff;
}


