/* This is /software/static/software/css/main.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
}
/*h5, .h5 {*/
/*    margin-top: 20px !important;*/
/*}*/
h4, .h4 {
    font-size: 18px;
}
/*h6, .h6 {*/
/*    !*font-wight: bold !important;*!*/
/*    line-height: 1.0;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 4px;*/
/*}*/
.jumbotron {
    /* e9ecef; */
    background-color: whitesmoke;
}

.nav-brand:hover {
    background-color: whitesmoke;
}

.nav-link {
    color: dimgray;
}
.nav-link:hover {
    color: white !important;
    background-color: hotpink;
}
.nav-link.active {
    color: black !important;
    font-weight: bold;
}
/* This is /static/software/css/main.css */
.navbar-inverse {
    background-color: lightgreen !important;
    border-color: lightgreen !important;
}