html {
  font-size: 14px;
}

@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;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.navbar-brand {
  font-weight: 700;
  font-size: 26px;
}

.title_text {
  position: relative;
  top: 2px;
}

h1 {
  padding-top: 16px;
  font-weight: 700;
}

h2 {
  padding-top: 16px;
  font-weight: 700;
}

h3 {
  padding-top: 12px;
  font-weight: 700;
}

h4 {
  padding-top: 8px;
  font-weight: 700;
}