/*===========UNIVERSAL =======================================================*/

body {
  width: 100% !important;
}

/* Adjusting default header tag font size */
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
  display: inline;
}

h7 {
  font-size: 0.9rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  h3 {
    font-size: 2.90625rem;
  }
  h4 {
    font-size: 2.34375rem;
  }
  h5 {
    font-size: 1.875rem;
  }
  h6 {
    font-size: 1.5rem;
    display: inline;
  }
  h7 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  h1 {
    font-size: 6.5rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  h3 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.5rem;
  }
  h6 {
    font-size: 2rem;
    display: inline;
  }
  h7 {
    font-size: 1.75rem;
  }
}

/* Adjusting size of display container to fill more of page */
.row {
  max-width: 95rem;
}

.full-height {
  min-height: 95vh;
}

/* Make body cue icons bigger on projector */
[class*="body-cue-result-container-"] img.body-cue {
  max-width: 45%;
  height: auto;
}

[class*="body-cue-button-"] img.body-cue {
  max-width: 82%;
  height: auto;
}

/* Override nonindigenous.css on body-cue height */
[class*="body-cue-result-container-"] {
  height: auto;
}

/* MC answer display alignment */
.secondary.mchoice-result-bar {
  margin-top: 0.25rem;
}

.secondary.mselect-result-bar {
  margin-top: 0.25rem;
}

.progress-label.mchoice-result {
  line-height: 1.25;
  font-size: 1.75rem !important;
}

.progress-label.mselect-result {
  line-height: 1.25;
  font-size: 1.75rem !important;
}

.progress-label.mselect-result-percentage {
  line-height: 1;
  font-size: 1.75rem !important;
}

[class*="mchoice-result-container-"] {
  padding-bottom: 1.5rem;
}

[class*="mselect-result-container-"] {
  padding-bottom: 2rem;
}

.checkbox[class*="mselect-button-"] {
  line-height: 1.35;
}

/* Temperature Slider adjustment*/
.slider.vertical {
  margin: 2rem 1rem;
}

/*================== done ====================================================*/
