html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    margin-top: 56px; /* Margin bottom by footer height */
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

#main-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.bg-color {
    background: #e3f2fd;
}

.dropdown-menu {
    border: none;
    margin: 0;
    padding: .5rem;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-item {
        padding: .5rem;
    }

    .navbar-nav .nav-link {
        padding: .5rem;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
