/* Hide the external link icon in the top navigation bar */
.navbar-nav .nav-link.nav-external:after {
    display: none;
}

.bd-main .bd-content {
    max-width: 120%;  /* or set a specific px or rem value */
}

.bd-page-width {
    max-width: 1600px;  /* Adjust this as needed */
}

h1, h2, h3, h4, h5, h6 {
    color: #ED7D31;
    font-weight: bold;
}

/* The spacing between header links and the search bar on the navbar */
.bd-header .navbar-nav {
    padding-right: 1rem;
}
