/* MAIN COLOR: #d60812 */

/* (A) WRAPPER */
#quizWrap, #formcont {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* (B) QUESTION */
#quizQn {
  margin-bottom: 25px;
  font-family: 'Gotham Book';
  color: #000;
  font-size: 20pt;
  line-height: 22pt;
}

/* (C) ANSWERS */
#quizAns {}
#quizAns .option {
  width: 100%;
  min-height: 64px;
  border: solid 2px #000;
  margin-bottom: 18px;
  padding-left: 25px;
  border-radius: 34px;
  font-family: 'Gotham Book';
  color: #000;
  font-size: 14pt;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#quizAns .correct, #quizAns .wrong {
  color: #fff;
  background-color: #d60812;
  border-color: #d60812;
}

/* (D) BODY... DOES NOT QUITE MATTER */
html, body {}

.logobox {
  text-align: right;
}

.logobox img {
  height: 40px;

}

.headrow {
  margin-top: 38px;
  margin-bottom: 58px;
  max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.titlebox {
  font-family: 'Gotham Ultra';
  font-size: 50pt;
  line-height: 40pt;
  letter-spacing: -1pt;
  color: #d60812;
}

.finishinfo {
  font-family: 'Gotham Book';
  color: #000;
  font-size: 20pt;
  line-height: 22pt;
}


.zlotko {
  color: #d60812;
}

.finishimgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fmail {
  background-color: #F7F7F7;
  border: solid 2px #F7F7F7;
  width: 100%;
  min-height: 64px;
  border-radius: 36px;
  font-size: 12pt;
  display: flex;
  align-items: center;
  font-family: 'Gotham Book';
  text-align: center; 
  justify-content: center; 
}

.fchceck {
  width: 100%;
  min-height: 64px;
  font-size: 12pt;
  display: flex;
  align-items: center;
  font-family: 'Gotham Book';
  text-align: center; 
}

.fchceck label{
  padding-left: 10px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fsub {
  width: 100%;
  height: 64px;
  border-radius: 36px;
  border: solid 2px #d60812;
  background-color: #d60812;
  color: #fff;
  font-size: 16pt;
  display: flex;
  align-items: center;
  font-family: 'Gotham';
  text-transform: uppercase;
  text-align: center; 
  justify-content: center;
}
#myForm {}


.readmore {
  color: #d60812;
  cursor: pointer;
}

#postData {
  text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #d60812;
    padding: 10px;
    font-size: 20px;
}

.pomoc {
  margin-top: 50px;
}
.he1 {
  font-size: 14pt;
}
.he1, .he2 {
  margin-bottom: 0;
}

.he2 a {
  color: #d60812;
  font-size: 14pt;
  text-decoration: none;
  font-family: 'Gotham Book';
}