
.letters {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.language-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}

.language-selector {
  max-width: 1150px !important;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.app-container {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  max-width: 1150px;
  margin-bottom: 20px;

  font-size: 20px;
}
.app-box-shadow {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1200px) {
  .app-container {
    font-size: 24px;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .custom-select {
    font-size: 20px!important;
  }

  .form-control {
    font-size: 20px!important;
  }
  .chip {
    padding: .5rem!important;
    font-size:20px!important;
  }
}

.app-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.series-app {
  background-color: black;
  color: white;
}

.series-app #app {
    color: white;
}

.series-app .btn-primary {
  color: black;
  background-color: white;
  border-color: lightgray;
}

.series-app .btn-primary:hover {
  color: white;
  background-color: grey;
  border-color: lightgrey;
}

.series-app .btn-primary:focus,
.btn-primary.focus {
  background-color: grey;
  box-shadow: 0 0 0 0.2rem grey;
  border: none;
}

.confidence-text {
  min-height: 60px;
}

.chip {
  border-radius: 3rem;
  color: white;
  padding:.25rem;
  font-size: 14px;
  justify-content: center;
  min-width: 4rem;
}

.chip-orange {
  background-color: darkorange;
  border-color: darkorange;
}
.chip-green {
  background-color: #09B333;
  border-color: #09B333;
}
.progress-bar {
  transition-duration: .1s!important;
}

footer {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

footer {
  text-align: center;
  margin-top: auto;
}
.body-container {
  display: grid;
  min-height: 100vh;
  grid-template-rows: min-content 1fr min-content;
}
.footer {

}