html {
    font-size: 14px;
    font-family: "Public Sans", Arial, sans-serif
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

/* Form styling */
.formSubmitButton {
    border: 2px solid #f1b300;
    font-size: 1.2em;
    text-transform: uppercase;
    background: none;
    padding: .4em .8em;
    font-weight: bold;
    transition: all .3s;
}

.formSubmitButton:hover {
    background-color: #f1b300;
}

.form-control {
    border: 0.25px solid black;
    border-radius: 2.5px;
}

/* Sidebar styling */
#sidebarNav {
    padding: 1rem;
    background: #EEE;
}

#sidebarNav > ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#sidebarNav > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebarNav > ul > li > a {
    padding-left: 0.5rem;
    text-decoration: none;
    color: black;
    font-size: 1.05rem;
}

#sidebarNav a.active {
    border-left: 5px solid black;
}

/* Breadcrumb styling */
.breadcrumb > li.active {
    font-size: 1rem;
}

.breadcrumb-item > a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.breadcrumb-item.active {
    text-transform: uppercase;
    font-size: 0.875rem;
    align-self: center;
}

#personTypeFilter {
    display: flex;
    gap: 10px;
}

/* Person type filter */
#personTypeFilter label {
    font-size: 1.05rem;
}

/* Scroll margin for anchor navigation with sticky header */
#simpleSearchForm,
#advancedSearchForm {
    scroll-margin-top: 100px;
}
