@charset "UTF-8";
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
    font-weight: 300;
    font-size: 16px;
    background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 99.88%);
    background-image: -moz-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 99.88%);
    background-image: -o-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 99.88%);
    background-image: linear-gradient(180deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 99.88%);
}
.navbar-nav.mr-auto .nav-item.dropdown .dropdown-menu {
    font-weight: 300;
    font-size: 16px;
}
.container-fluid .container .container {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.row .col-xl-6 span {
    font-weight: 400;
    font-size: 28px;
}
.footer {
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background-color: #F0F0F0;
    min-width: 250px;
    text-align: center;
    width: 100%;
    /* [disabled]height: 325px; */
}
