@charset "utf-8";
body {
    background-color: #CCEDE4;
}
.container-fluid .container .navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #89C2D9;
    background-image: -webkit-linear-gradient(270deg,rgba(137,194,217,1.00) 0%,rgba(137,194,217,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(137,194,217,1.00) 0%,rgba(137,194,217,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(137,194,217,1.00) 0%,rgba(137,194,217,1.00) 100%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(137,194,217,1.00) 0%,rgba(137,194,217,1.00) 100%,rgba(255,0,0,1.00) 100%);
}
.container-fluid .container footer {
    background-color: #89C2D9;
}
footer .row .col-lg-4 {
    color: #08304E;
    font-weight: bold;
}
