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;
}

table a {
    text-decoration: none;
}

.container-fluid {
    background: url("IG-11 Lava.jpg") no-repeat;
    height: 170px;
}

a.navbar-brand, a.nav-link.text-dark {
    color: whitesmoke !important;
}

.error {
    font-weight: bold;
    color: red;
}

.header {
   
}

.links {
    font-weight: bold;
    text-decoration: none;
}

.results {
    font-weight: bold;
    color: darkmagenta;
}

.warning {
    font-weight: bold;
    color: yellow;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Ensures the Rich Text Editor does not have a smaller font while editing. */
.e-rte-content p, .e-rte-content li {
    font-size: large !important;
}

.bg-form {
    background-color: burlywood !important;
    background-color: silver !important;
}

.bg-blue {
    background-color: deepskyblue !important;
}

.bg-red {
    background-color: tomato !important;
}

