/* Colors */
/* General Colors */
/* Heading sizes */
/* Intro */
/* Header */
/* Slides/Slides Container */
/* Footer */
/* Footer Buttons */
/* Slide Numbers */
/* If you add/remove buttons, change this number */
/* Audio player width */
/* fill color of progress bar & more? */
/* rarely used */
h2 {
  color: #007C32;
  margin: 0.6rem 0;
  font-weight: bold; }

h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem; }

a:hover, a:focus {
  font-weight: bold; }

p {
  margin: 0.5rem 0; }

.sub-slide {
  margin-top: 2.5rem;
  border-top: 4px solid #E2E2E2; }

.sel-row {
  margin: 0.6rem 0;
  display: -ms-flexbox;
  display: flex; }

.sel-row select {
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15%;
  height: 30px; }

.feedback {
  background: #E2E2E2;
  margin: 1rem 3rem;
  padding: 1rem;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.feedback .thumb {
  width: 80px;
  height: 80px;
  background: url(thumbs.png) no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  background-position: right; }

.feedback .thumb.correct {
  background-position: left; }

.feedback .feed {
  -ms-flex: 1 1;
  flex: 1 1; }

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }

input[type=radio] + label {
  background: #007C32;
  color: #fefefe;
  padding: 1rem;
  font-weight: bold;
  transition: all 0.6s ease;
  cursor: pointer;
  border-radius: 6px;
  display: block;
  margin: 0.4rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

input[type=radio] + label:hover {
  background: #003e19; }

input[type=radio] + label:focus {
  outline: dotted 1px #007C32;
  outline-offset: 3px; }

input[type=radio]:checked + label {
  background: #050505; }

input[type=radio]:focus + label {
  outline: dotted 1px #007C32;
  outline-offset: 3px; }

.btn-cont {
  width: 100%;
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.img-cont {
  background: #EDEDED;
  border: solid 2px #007C32;
  margin: 1rem 0; }

.img-cont img.graph {
  margin: 0 auto;
  display: block; }

#next {
  cursor: pointer;
  margin: 0.5rem 0;
  background: url(down-arrow.png) no-repeat;
  width: 45px;
  height: 45px;
  opacity: 0.6;
  float: right; }

#next:hover {
  opacity: 1; }

#next:focus {
  outline: dotted 2px #007C32;
  outline-offset: 2px; }

.name-plate h2 {
  text-align: center; }

.name-plate img {
  display: block;
  margin: 0 auto;
  width: 25%; }

#names {
  width: 100%;
  max-width: 20rem;
  margin: 1rem auto;
  padding: 1rem; }
  #names input {
    width: 100%;
    margin-bottom: 2%; }

#names .submit {
  width: 100%;
  left: calc(100% - 10rem);
  background: #007C32;
  border-radius: 12px;
  margin-top: 2%;
  color: #fff;
  height: 30px; }

@media (max-width: 800px) {
  .btn-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 640px) {
  .btn-cont {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  img.graph {
    width: 100%; } }
