html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.custom-select {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 7px 6px
}

.spacer {
    padding: 4px;
}