/* Bootstrap 5 compatible custom styles for division layout */

ul#nav {
    padding-left: 16.5em;
    /* Use Bootstrap's ps-* classes in HTML for padding if possible */
}

ul#nav > li {
    font-size: 0.95em;
    /* background: #fff; */
}

/* Division/Name/Jobs blocks - use Bootstrap grid if possible in HTML */
#disc,
#name,
#jobs {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    white-space: nowrap;
    height: 100%;
    width: auto;
}

#disc,
#name {
    float: left;
    text-align: left;
    padding-right: 3em;
}

#jobs {
    float: right;
    text-align: right;
    padding-right: 1em;
}

#disc h1,
#name h1,
#jobs h1 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0 0.4em;
    position: relative;
    top: 0.1em;
    left: 0;
}

#name h1 a,
#jobs h1 a {
    text-decoration: none;
}

#name h1 a:hover,
#jobs h1 a:hover {
    text-decoration: underline;
}

/* Responsive suggestion: 
   For Bootstrap 5, consider using .row and .col classes in your HTML 
   and move float-based layout to grid-based layout for better responsiveness. */
