html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
    font-weight: 500;
  }
}

.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;
}

.delius-regular {
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Delius", cursive;
}

p {
    font-family: "Delius", cursive;
}

.card-text {
    font-family: "Delius", cursive;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

h1 {
    font-size: 24px;
    /*font-family: Geneva, Verdana, sans-serif;*/
}

h2 {
    font-size: 22px;
    /*font-family: Geneva, Verdana, sans-serif;*/
}

h3 {
    font-size: 20px;
    /*font-family: Geneva, Verdana, sans-serif;*/
}

h4 {
    font-size: 18px;
    /*font-family: Geneva, Verdana, sans-serif;*/
}

button {
    margin-bottom: 4px;
    margin-top: 8px;
}

/* GFJ added */

/* Brand name font */
.brand-name-font {
    /*font-family: Georgia, serif;*/
}

p {
    /*font-family: Geneva, Verdana, sans-serif;*/
}

.img-small {
    max-height: 200px;
    max-width: 200px;
}

.img-medium {
    max-height: 400px;
    max-width: 400px;
}

.img-icon-64 {
    max-height: 64px;
    max-width: 64px;
}

.img-icon-32 {
    max-height: 32px;
    max-width: 32px;
}
