
.jumbotron {
    height: 150px;
    padding-top: 32px;
}


/* change the background color */
.navbar-custom {
    background-color: #438fad;
}

.btn-space {
    margin-right: 5px;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom.active .navbar-nav.active .nav-link.active {
    color: rgb(255,255,255);
}

a.lucas-link {
    color: #6c757d;
    text-decoration: none;
}

a:hover.lucas-link {
    color: #6c757d;
    text-decoration: underline;
}

a.lucas-link-br {
    color: #0861c1;    
    text-decoration: none;
}

a:hover.lucas-link-br {
    color: #0861c1;
    text-decoration: underline;
}

hr.myhrline {
    margin: 10px;
}

.card-header {
    padding: .5rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #007792;
}

.card-body {
    padding: .5rem;
}

body {
    line-height: 1.2;
    font-size: .95rem;
}



.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .2rem .2rem;
    margin-bottom: .2rem;
    list-style: none;
    border-radius: .25rem;
    background-color:transparent;
}

