/* First top bar */
.top-bar {
    height: 45px;
    width: 100%;
    background-color: #7986CB;
}

/* Second navigation bar */
.nav-bar {
    height: 86px;
    width: 100%;
    background-color: #3F51B5;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.logo {
    padding: 10px 0px 0px 0px;
}