html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 60px;
}

.table th, .table td {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.form-group {
    margin-bottom: 10px;
}