body {
  font-family: 'Libre Franklin', sans-serif;
}
header {
  background-color: #FFEC01;
  border-bottom: 7px solid #9c0080;
  color: #9c0080;
  margin: 0 0 40px 0;
}
header h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 40px 0 10px 0;
  line-height: 70px;
  letter-spacing: 2px;
}
header h2 {
  font-size: 39px;
  margin: 10px 0 30px 0;
  font-weight: 700;
  letter-spacing: 2px;
}
header img.logo {
  width: 250px;
  padding: 30px 0;
}
footer {
  background-color: #ffffff;
  border-top: 7px solid #9c0080;
  color: #9c0080;
  margin: 60px 0 0 0;
}
footer h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 50px 0 10px 0;
  line-height: 70px;
  letter-spacing: 2px;
}
footer img.logo {
  max-height: 300px;
}
.c-purple {
  color: #9c0080;
}
.question {
  font-size: 14px;
}
.question .title {
  background-color: #9c0080;
  color: #FFEC01;
  border: 1px solid #9c0080;
  border-radius: 20px;
  padding: 1px 0;
}
.question .title.tblack {
  background-color: #000000;
  border: 1px solid #000000;
}
.question .title.tblack span {
  border: 2px solid #000000;
}
.question .title .qtitle {
  display: table-cell;
  padding: 0 20px 0 50px;
  vertical-align: middle;
  height: 45px;
}
.question .title .ptitle {
  padding: 10px 20px 10px 50px;
}
.question .title span {
  background-color: #FFEC01;
  color: #9c0080;
  border: 2px solid #9c0080;
  border-radius: 50%;
  line-height: 40px;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 -5px;
  position: absolute;
}
.question .answers {
  margin: 25px 30px 25px 30px;
  overflow: hidden;
}
.question .answers .radio-list label {
  display: block;
  padding: 5px;
  font-weight: normal;
  overflow: hidden;
}
.question .answers .radio-list.c-3 label {
  display: inline-block;
  width: 30%;
}
.question .answers .radio-list.c-2 label {
  display: inline-block;
  width: 47%;
}
.question .answers .radio-list:not(.text-center) input {
  float: left;
}
.question .answers .radio-list:not(.text-center) span {
  width: 80%;
  display: inline-block;
  float: left;
}
.question .answers .radio-list input {
  margin: 4px 20px 0 0;
}
.question .answers .vote-question {
  width: 50%;
  float: left;
}
.question .answers .votes {
  width: 45%;
  float: left;
}
.question .answers .votes .form-group {
  width: 18%;
  display: inline-block;
}
.question .answers label:focus-within {
  color: #9c0080;
}
.question .answers input[type=text].form-control {
  border: 1px solid #9c0080;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 0 10px;
}
.question .answers .votes-others {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
}
.participant-data input[type=text].form-control {
  border: 1px solid #9c0080;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 0 10px;
}
.participant-data label {
  font-weight: normal;
}
.btn-submit {
  background-color: #9c0080;
  border: none;
  color: #FFEC01;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:visited {
  background-color: #9c0080;
  border: none;
  color: #FFEC01;
}
.admin {
  font-family: sans-serif;
}
.admin .quiz-view label {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
  }
  header h2 {
    font-size: 18px;
    margin: 10px 0 30px 0;
    letter-spacing: 1px;
  }
  footer {
    margin: 40px 0 0 0;
  }
  footer h1 {
    font-size: 23px;
    font-weight: 700;
    margin: 25px 0 10px 0;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .question .answers .radio-list.c-3 label {
    width: 90%;
    text-align: left;
  }
  .question .answers .radio-list.c-2 label {
    width: 90%;
    text-align: left;
  }
}
