body,
html {
    font-family: "scriptorama-markdown-jf", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;

}



container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;

}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;
}


.firstDiv {

    /* The image used */

    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

.firstDiv img {
    padding-top: 100px;
    margin: 0 auto;
}



.secondDiv {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.secondDiv h1 {
    padding-top: 125px;
    padding-bottom: 100px;
    text-align: center;
}

.firstDiv h1 {
    color: #123f6d;
    font-weight: 600;
    padding-top: 50px;


}



.firstDiv {
    align-content: center;
    text-align: center;
}


.sixthDiv {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.sixthDiv h2 {
    text-align: center;
    padding-top: 25px;
    font-weight: 600;
    color: #123f6d;


}
