.container {
    padding: 0px;
    position: relative;
}

#imageCover {
    width: 100%;
}

.imageCover {
    position: relative;
}

.cover,
.message {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    color: aliceblue;
    height: 200px;
    width: 55%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn,
.display-5 {
    margin: 20px 10px;
}


.card {
    text-align: center;
    align-items: center;
    padding-top: 20px;
}

.section,
.imageSlider {
    text-align: center;
    /*padding: 20px 0;*/
}

.page-footer {
    background-color: #1F1F1F;
    color: #7B8887;
}





/*About*/
.parallax {
    background-image: url("images/bridge-918575_1920.jpg");
    position: relative;
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Contact*/
.contactForm {
    padding: 20px 0;
}

/*Services*/
.contactBox {
    width: 100%;
    height: 80px;
    background-color: #E44561;
}

.languages {
    width: 25%;
}


/*Extra large devices*/
@media (max-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

/*Large devices*/
@media (max-width: 992px) {
    .container {
        max-width: 90%;
    }
}

/*Medium devices */
@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .languages {
        width: 33.33%;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .languages {
        width: 50%;
    }
}








/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
