@charset "UTF-8";
.container-fluid .jumbotron {
    background-position: center center;
    background-size: cover;
    background-image: url(image/BANNER_BG.png);
    -webkit-box-shadow: 0px 0px #E2393C;
    box-shadow: 0px 0px #E2393C;
}
.container-fluid .navbar.navbar-expand-lg.navbar-light.bg-light {
}
.container-fluid .container .row {
    margin-left: auto;
    margin-right: auto;
}
.container-fluid footer {
    text-align: center;
    background-color: #263C6D;
    color: #FFFFFF;
    margin-top: auto;
}
.container-fluid .row .col-xl-6 {
    text-align: justify;
}
.container-fluid .container {
    font-size: large;
    background-color: #243D76;
}
body div {
    text-align: center;
    font-size: 19px;
}
body footer {
    text-align: center;
    background-color: #233B77;
    color: #FFFEFD;
}
.container-fluid .container strong {
    color: #243D76;
    font-size: 0px;
}
.container {
    font-size: 30px;
}
.container-fluid .container {
    text-align: center;
    color: #243D76;
    font-size: 28px;
}
