html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body,
p,
h1,
h2,
ul,
span,
h3 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: 1.5px;
  background-color: #1b1b1b;
  background-image: url(../assets/body.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  color: #ea593e;
  text-align: center;
}

.wrapper {
  width: 85%;
  max-width: 1250px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #daa520;
}

li {
  list-style: none;
  line-height: clamp(2.4rem, 3vw, 3.5rem);
}

.quizHeader {
  min-height: 10vh;
}

.quizHeader__text {
  padding: 5rem 0;
  font-size: clamp(3.5rem, 6.5vw, 5.8rem);
  font-weight: 400;
  color: #daa520;
  font-family: "Ruda", sans-serif;
}

.quizForm {
  margin: 0 auto;
  max-width: 65rem;
  padding: 2rem 2rem 1rem;
  background-color: #1b1b1b;
  border-radius: 2.5rem;
}

.quizForm__question {
  text-align: left;
}

.quizForm__list {
  text-align: left;
  font-size: clamp(1.6rem, 3vw, 2rem);
  padding: 2rem 0;
}

.quizForm__listOption--checked ~ label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.quizForm__listOption--checked:checked ~ label,
.quizForm__listOption--checked:hover ~ label,
.quizForm__listOption--checked:focus ~ label {
  color: #daa520;
}

.quizForm__button {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #daa520;
  border: none;
  border-radius: 10px;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  color: #1b1b1b;
  font-family: "Ruda", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.quizForm__button:hover, .quizForm__button:focus {
  background: #ea593e;
  color: #FFF;
}

.quizForm__warning {
  margin: 0 auto;
  color: #7cfc00;
  text-transform: uppercase;
}

.footnote {
  margin: 5rem 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.footnote__copyright {
  margin: 2rem auto;
  max-width: 65rem;
  padding: 1rem;
  border-radius: 2rem;
  background-color: #1b1b1b;
}

.footnote__copyright--highlight {
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-style: italic;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footnote__copyright--highlight:hover, .footnote__copyright__highlight:focus {
  background: #ea593e;
  color: #FFF;
}

@media (max-width: 768px) {
  body {
    font-weight: 400;
  }
  .wrapper {
    width: 100%;
  }
  .quizHeader__text {
    padding: 2rem;
  }
  .quizForm {
    width: 100%;
    border-radius: 0;
  }
  .quizForm__list {
    padding: 1rem 0;
  }
  .footnote {
    margin: 2rem 0;
  }
  .footnote__copyright {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
