/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.nav>li>a {
    display: block;
    padding: 20px 10px 10px 10px !important
}

.logo img {
    max-width: 120px;
   
}

.logo {
    padding: 15px;
}

.navbar-inverse {
    background-color: #7209b7 !important;
    border-color: #7209b7 !important;
}

#footer {
    background-color: #7209b7 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}