.main-logo {
    display: block;
    max-width: 240px;
}

.main-logo img {
    width: 100%;
}
.tab-content a {
    color: #cd6262;
}
.tab-content a:hover {
    color: #838e9a;
}
.panel-group a:hover {
    color: #fff;
}
.c-prefooter a {
    color: #cd6262;
}
.c-prefooter a:hover {
    color: #838e9a;
}

.c-brand{
    margin:0 !important;
}

.c-navbar-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}