html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-group {
  padding-bottom: 10px;
}

.add-stage-icon {
  font-size: 2rem;
}

.pronunciation {
  font-style: italic;
  color: #bdc3c7;
}