html {
  height: 100%;
}

body {
  font-family: "AvenirNext-Bold","Helvetica Neue","Helvetica","Arial",sans-serif;
  padding: 20px 20px 60px;
  max-width: 680px;
  margin: 0 auto;
  font-kerning: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /*margin: 0;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #ff0042;
  background: -moz-linear-gradient(-45deg,  #ff0042 0%, #fd2603 100%);
  background: -webkit-linear-gradient(-45deg,  #ff0042 0%,#fd2603 100%);
  background: linear-gradient(135deg,  #ff0042 0%,#fd2603 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0042', endColorstr='#fd2603',GradientType=1 );
}

.full-height {
  height: 100%;
}

.full-page {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  max-height: 50%;
}

.icon-question {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 15%;
  max-height: 15%;
}

.header-link {
  color: white;
}

.header-link:hover {
  color: white;
}

.name {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  /*padding-bottom: 20px;*/ 
}

.name-question {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.metadata {
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.question {
  padding-top: 30px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.question-image {
  padding-top: 20px;
  max-width: 30%;
}

.question-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.question-modal-image {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.form-question {
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  padding-top: 50px;
}

.form-answer {
}

.white {
  color: white;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.form-control:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
} 

.question-result {
  padding-top: 50px;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.download-button {
  text-align: center;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
}

.footer-content {
  color: white;
  text-align: center;
  font-family: "AvenirNext","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.footer-link {
  color: white;
}

.footer-link:hover {
  color: white;
}

