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 {
    background-color: white;
    color: black;
    font: 14px "Open Sans", sans-serif;
    margin-bottom: 60px;
}

button {
    background-color: #9d612b;
    border: solid 1px #9d612b;
    color: white;
    padding: 12px 48px;
    text-transform: uppercase;
}

button:hover {
    background-color: white;
    color: #9d612b;
}

label {
    text-transform: uppercase;
    margin-right: 1em;
}

input[type=text], input[type=date] {
    border: solid 1px grey;
    border-radius: 5px;
    padding: 12px 48px;
}

.input-validation-error {
    border-color: red !important;
}

.text-danger {
    font-size: 75%;
}

.row {
    margin-bottom: 1em;
}

.title, .subtitle {
    text-align: center;
}

.title {
    font-size: 250%;
}
.subtitle {
}

.required {
    color: red;
}

img {
    padding-right: 2em;
}
