@charset "UTF-8";
/* CSS Document */

.color1-bkg {  background-color: #4B4E6D; }
.color2-bkg {  background-color: #222222; }
.color3-bkg {  background-color: #95A3B3; }
.color4-bkg {  background-color: #84DCC6; }

.color1 {  color: #95A3B3; }
.color2 {  color: #4e9fbb; }
.color3 {  color: #4B4E6D; }
.color4 {  color: #5C5C5C; }

#main-header .navigation-clean {
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 0px;
    /* margin-bottom: 20px; */
    color: #333;
    border-radius: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    border: none;
    /* background-image: url(../img/bg-mainheader.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 15px solid #4B4E6D;
}

.footer-dark {
    padding: 30px 0;
    color: #FFF;
    background-color: #393E41;
    border-top: 5px solid #000000;
    border-bottom: 15px solid #4B4E6D;
}

a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #95A3B3;
    border-color: #95A3B3;
}

.bg-info {
    background-color: #4B4E6D!important;
}

.cf-banner {
    background-color: #95A3B3;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    /* background-image: url(../img/batthern.png); */
    background-size: initial;
    background-repeat: repeat;
}

.alert-primary {
    color: #95A3B3;
    background-color: #CCCCCC;
    border-color: #999;
}


a.nav-link { color:#000!important;}

a.nav-link:hover { color:#000000!important;}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.9) !important;
    border-color: rgba(255,255,255,.5) !important;
    background-color: #000 !important;
}