html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* Apply Maroon Theme to All Buttons */
.btn-primary {
    background-color: #800000 !important;
    border-color: #800000 !important;
}

    .btn-primary:hover {
        background-color: #660000 !important;
        border-color: #660000 !important;
    }

/* Set Table Header Color */
.table thead {
    background-color: #800000;
    color: white;
}

/* Set Textbox & Dropdown Focus Color */
.form-control:focus {
    border-color: #800000;
    box-shadow: 0 0 5px rgba(128, 0, 0, 0.5);
}

.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;
}