/* Legacy font size compatibility for Bootstrap 5 */
:root {
  --bs-body-font-size: 14px;
  --bs-body-line-height: 1.42857143;
  --bs-font-size-base: 14px;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
}

h1, .h1 {
  font-size: 36px;
  line-height: 1.1;
}
h2, .h2 {
  font-size: 30px;
  line-height: 1.1;
}
h3, .h3 {
  font-size: 24px;
  line-height: 1.1;
}
h4, .h4 {
  font-size: 18px;
  line-height: 1.1;
}
h5, .h5 {
  font-size: 14px;
  line-height: 1.1;
}
h6, .h6 {
  font-size: 12px;
  line-height: 1.1;
}

.btn {
  font-size: 14px;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 18px;
  padding: 10px 16px;
}

.form-control {
  font-size: 14px;
  height: auto;
  padding: 6px 12px;
}

.form-control-sm {
  font-size: 12px;
}

.form-control-lg {
  font-size: 18px;
}

.nav-link {
  font-size: 14px;
}

.dropdown-item {
  font-size: 14px;
}

.navbar-brand {
  font-size: 18px;
}

.alert {
  font-size: 14px;
}

.modal-title {
  font-size: 18px;
}

.modal-body {
  font-size: 14px;
}

small, .small {
  font-size: 85%; /* ~12px if base is 14px */
}

a {
    color: #337ab7;
    text-decoration: none;
}

.island-landscape .island-title h1 {
  font-family: Roboto,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  margin-bottom: 0 !important;
}

div.island-content {
  height: 225px;
  font-family: Roboto,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

input.form-control {
  height: 34px;
}


.disclaimer-content {
  font-family: Roboto,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.disclaimer-title {
  font-family: Roboto,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
}
