.CDS_navbar_1 {
    background-color: #131526 !important;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #2380b6;
}

.CDS_navbar_1___logo_2 {
    border-radius: 10px;
    height: 58px;
    width: 58px;
}

.CDS_navbar_1 a {
    transition: all 0.5s !important;
}

.CDS_navbar_1 a:hover {
    color: #F1F1F1 !important;
}

.navbar-brand {
    font-size: xx-large;
}

#Home {
    background: url("../pics/bg_1.png") no-repeat center;
    background-color: #131526;
}

.button {
    background-color: #7289da;
    color: #f2f2f2;
}

.CDS_footer {
    color: #FFFFFF;
    background-color: #131526;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #2380b6;
}
    .CDS_footer li {
        text-align: center;
        list-style: none;
    }
