@keyframes slideInFromBottom {
  0% {
    transform: translateY(+100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*cookie section*/
.cookie-area {
  position: absolute;
  bottom: 0px;
  left: 33%;
  width: 30%;
  z-index: 1000;
	animation: 1.5s ease-out 0s 1 slideInFromBottom;
}

.norm, .norm2 {
  font-family: Calibri, sans-serif;
}

span.cookie-text {
  color: black;
  background-color: #E6E6E6;
  font-size: 17px;

  font-family: Calbri, sans-serif;
  text-align: center;
  padding: 5px;
}

span.cookie-text a:link {
  color: #085296;
}

span.cookie-text a:visited {
  color: #085296;
}

.btn-cookies {
  background-color: #D9D9D9;
  border:solid;
  border-radius: 10px;
  border-color: grey;
  border-width: 1.4px;
}

#click-me {
  margin:10px;
  width: auto;
  font-family: Calbri, sans-serif;
  font-size: 20px;
  min-width: 50px;
  padding: 10px 30px;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index: 101;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /* width: 30%; */
  border: solid;
  min-width: 320px;
	max-width: 400px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-holder {
	padding: 0% 6%;
	position: relative;
	margin-top: 35%;
}


.error-phone {
  border:3px solid red !important; 
}

@media only screen and (max-width: 580px) {
  span.cookie-text {
    font-size: 12px !important;
  }

  #click-me {
    margin:2px !important;
    width: 50px;
    /* font-family: Calbri, sans-serif; */
    font-size: 14px !important;
    padding: 5px 2px !important;
  }

  .cookie-area {
    /* position: fixed; */
    position: absolute;
    bottom: 0px;
    left: 10% !important;
    width: 80% !important;
    z-index: 1000;

    /* text-align: center; */
  }
  .cookie-bar {
    padding: 2px 2px !important;
  }
}

.cookie-bar {
  padding: 10px 20px;
  z-index: 2;
  background-color: #E6E6E6;
  color: #ffffff;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  border: solid;
  border-color: grey;
  border-radius: 12px;
  border-width: 1.4px;
  opacity: 0.95;
}

#loading-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 9999;
}

#loading-message {
  position: absolute;
  width: 400px;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 1.2em;
  left: 50%;
  margin-left: -200px;
  margin-top: 150px;
  z-index: 9999;
}

/*main site*/
@font-face {
  font-family: "goodDog";
  src: url("../font/gooddog.ttf");
}

body {
  font-family: "goodDog", sans-serif;
  background: white;
}

p {
  font-family: "goodDog", sans-serif;
}

h1 {
  font-size: 3em;
}


/* For Mobile */
@media screen and (max-width: 540px) {
  h1 {
    font-size: 2em;
  }

  .frame-holder {
    /* margin: 2em 0%; */
    margin: 0.5em 0.5em;
    width: 96%;
    padding-top: calc(1000 / 590 * 100%);
    /* Aspect Ratio */
    position: relative;
  }

  .frame-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .bottom-left {
    width: 45%;
    float: left;
    height: 20%;
    padding: 0% 5%;
    position: relative;
    cursor: pointer;
    margin-top: 138%;
  }

  .bottom-right {
    width: 45%;
    float: right;
    height: 20%;
    padding: 0% 5%;
    position: relative;
    cursor: pointer;
    margin-top: 138%;
  }

  .question1 {
    background: url("../img/quiz/quiz-mob1.png") no-repeat;
    background-position: center;
    /* Center the image */
    background-size: contain;
    /* Resize the background image to cover the entire container*/
  }

  .question2 {
    background: url("../img/quiz/quiz-mob2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question3 {
    background: url("../img/quiz/quiz-mob3.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question4 {
    background: url("../img/quiz/quiz-mob4.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question5 {
    background: url("../img/quiz/quiz-mob5.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question6 {
    background: url("../img/quiz/quiz-mob6.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .post-question {
    background: url("../img/quiz/quiz-post-question-mob.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .post-question-skip {
    width: 50%;
    float: right;
    height: 30%;
    position: absolute;
    z-index: 100;
    top: 70%;
    right: 0px;
  }

  .answers {
    text-align: center;
    max-width: 1000px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 94%;
    padding-top: calc(1000 / 590 * 100%);
    /* Aspect Ratio */
    position: relative;
    cursor: pointer;
  }

  .meet-widget {
    min-height: 748px;
  }

  .ans1 {
    background: url("../img/quiz/quiz-ans-mob1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans2 {
    background: url("../img/quiz/quiz-ans-mob2.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans3 {
    background: url("../img/quiz/quiz-ans-mob3.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans4 {
    background: url("../img/quiz/quiz-ans-mob4.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans5 {
    background: url("../img/quiz/quiz-ans-mob5.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans6 {
    background: url("../img/quiz/quiz-ans-mob6.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .fb-share {
    max-width: 1600px;
    /* height: 71%; */
    background: url("../img/quiz/quiz-share-mob.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

  .score-background {
    max-width: 1600px;
    /* height: 71%; */
    background: url("../img/quiz/quiz-score-mob.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

  .find-out-more {
    max-width: 1600px;
    /* height: 71%; */
    background: url("../img/quiz/quiz-find-out-more-mob.png") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-top: 2%;
  }

  .no-thanks {
    width: 24%;
    float: right;
    height: 76px;
    position: relative;
    cursor: pointer;
    margin-top: -15%;
    margin-right: 3%;
  }
}

.cursor-click {
  cursor: pointer;
}

.score-format {
  text-align: center;
  padding-right: 51%;
}

@media screen and (min-width: 1010px) {
  .score-format {
    padding-left: 15%;
    padding-top: 4rem;
    font-size: 2.6rem;
  }

  .show-answers {
    width: 30%;
    height: 20%;
    background: #FED300;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    border-spacing: 10px;
    margin-left: 24.5%;
    max-width: 200px;
    padding: 18px;
    line-height: 39px;
    border-radius: 30px;
    text-align: center;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: #FED300;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
}

@media screen and (min-width: 860px) and (max-width: 1010px) {
  .score-format {
    font-size: 2.2rem;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .show-answers {
    width: 30%;
    height: 20%;
    background: #FED300;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    border-spacing: 10px;
    margin-left: 9rem;
    max-width: 200px;
    padding: 18px;
    line-height: 39px;
    border-radius: 30px;
    text-align: center;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: #FED300;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
}

@media screen and (min-width: 540px) and (max-width: 860px) {
  .score-format {
    font-size: 1.2em;
    padding-top: 2rem;
    padding-right: 45%;
  }

  .show-answers {
    width: 110px;
    height: 8%;
    background: #FED300;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    border-spacing: -5px;
    padding: 4px;
    line-height: 26px;
    border-radius: 17px;
    text-align: center;
    font-size: 1.5em;
    margin-left: 24%;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: #FED300;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
}

@media screen and (min-width: 390px) and (max-width: 539px) {
  .score-format {
    padding-top: 341px;
    text-align: center;
    font-size: 2rem;
    padding-right: 0;
    padding-left: 0;
  }

  .show-answers {
    position: absolute;
    width: 127px;
    height: 70px;
    background: white;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    padding: 7px;
    line-height: 26px;
    font-size: 31px;
    margin-top: -26px;
    border-radius: 17px;
    text-align: center;
    margin-left: 36%;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  .score-background {
    min-height: 700px;
  }
}

@media screen and (min-width: 361px) and (max-width: 390px) {
  .score-background {
    min-height: 600px;
  }

  .score-format {
    padding-top: 302px;
    text-align: center;
    font-size: 1.6rem;
    padding-right: 0;
    padding-left: 0;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  .show-answers {
    position: absolute;
    width: 127px;
    height: 70px;
    background: white;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    padding: 7px;
    line-height: 26px;
    font-size: 31px;
    margin-top: -12px;
    border-radius: 17px;
    text-align: center;
    margin-left: 33%;
  }
}

@media screen and (min-width: 00px) and (max-width: 360px) {
  .score-background {
    min-height: 600px;
    min-width: 300px;
  }

  .score-format {
    margin-top: 0px;
    padding-top: 302px;
    text-align: center;
    font-size: 1.4rem;
    padding-right: 0;
    padding-left: 0;
  }

  .score-text {
    font-size: 3em;
    line-height: 55%;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  .show-answers {
    position: absolute;
    width: 127px;
    height: 60px;
    background: white;
    border-width: 3px;
    border-color: black;
    border-style: solid;
    padding: 3px;
    line-height: 26px;
    font-size: 26px;
    margin-top: -10px;
    border-radius: 17px;
    text-align: center;
    margin-left: 34%;
  }
}

/* For greater sizes than mobiles  */
@media screen and (min-width: 540px) {
  .frame-holder {
    /* margin: 2em auto; */
    margin-left: 7.5%;
    /* margin-top: 5%; */
    margin-bottom: 4%;
    width: 85%;
    padding-top: calc(802 / 1510 * 100%);
    /* Aspect Ratio */
    position: relative;
    max-width: 1600px;
    align-items: center;
    align-self: center;
  }

  .frame-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .bottom-left {
    width: 35%;
    float: left;
    height: 35%;
    padding: 5% 5%;
    position: relative;
    cursor: pointer;
    margin-top: 40%;
  }

  .bottom-right {
    width: 35%;
    float: right;
    height: 35%;
    padding: 5% 5%;
    position: relative;
    cursor: pointer;
    margin-top: 40%;
  }

  .question1 {
    background: url("../img/quiz/quiz1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question2 {
    background: url("../img/quiz/quiz2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question3 {
    background: url("../img/quiz/quiz3.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question4 {
    background: url("../img/quiz/quiz4.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question5 {
    background: url("../img/quiz/quiz5.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .question6 {
    background: url("../img/quiz/quiz6.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .post-question {
    background: url("../img/quiz/quiz-post-question.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .post-question-skip {
    width: 30%;
    float: right;
    height: 50%;
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 0px;
  }

  .quiz-pre-capture1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    background: url("../img/quiz/quiz-precapture1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .quiz-pre-capture2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    background: url("../img/quiz/quiz-precapture2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }


  .pre-capture, .pre-capture2 {
    width: 27%;
    height: 11em;
    position: absolute;
    z-index: 100;
    top: 48%;
    left: 9%;
    cursor: pointer;
    z-index: 2;
    /* background-color: black; */
  }

  .pre-capture-skip, .pre-capture-skip2 {
    width: 30%;
    height: 11em;
    position: absolute;
    z-index: 100;
    top: 48%;
    right: 5%;
    cursor: pointer;
    /* background-color: black; */
  }

  .pre-capture-skip {
    margin-top: 18%;
  }

  .input-form {
    /* padding-left: 15%; */
  }

  .score-background {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    height: 71%;
    background: url("../img/quiz/quiz-score.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

  .answers {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 77%;
    padding-bottom: 75%;
    cursor: pointer;
  }

  .ans1 {
    background: url("../img/quiz/quiz-ans1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

  .ans2 {
    background: url("../img/quiz/quiz-ans2.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans3 {
    background: url("../img/quiz/quiz-ans3.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans4 {
    background: url("../img/quiz/quiz-ans4.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans5 {
    background: url("../img/quiz/quiz-ans5.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ans6 {
    background: url("../img/quiz/quiz-ans6.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .fb-share {
    max-width: 600px;
    height: 71%;
    background: url("../img/quiz/quiz-share.jpg") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-top: 5%;
    background-size: contain;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
  }

  .find-out-more {
    max-width: 1600px;
    height: 100%;
    background: url("../img/quiz/quiz-find-out-more.png") no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin-top: 4%;
  }

  .no-thanks {
    width: 24%;
    float: right;
    height: 76px;
    position: relative;
    cursor: pointer;
    margin-top: -4%;
  }
}

/* input section */
@media screen and (min-width: 1120px) {
  .user-input {
    margin: 8em auto;
    width: 86%;
    background: url("../img/quiz/dtinput.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .user-input {
    margin: 8em auto;
    width: 95%;
    background: url("../img/quiz/dtinput.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (min-width: 920px) and (max-width: 1024px) {
  .user-input {
    margin: 8em auto;
    width: 60%;
    height: 100%;
    background: url("../img/quiz/dtinputmob2.jpg") no-repeat;
    background-position: top;
    background-color: #E2E2E2;
  }
}

@media screen and (min-width: 714px) and (max-width: 920px) {
  .user-input {
    margin: 8em auto;
    width: 50%;
    height: 100%;
    background: url("../img/quiz/dtinputmob2.jpg") no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #E2E2E2;
  }
}

@media screen and (min-width: 540px) and (max-width: 713px) {
  .user-input {
    margin: 8em auto;
    width: 50%;
    height: 100%;
    background: url("../img/quiz/dtinputmob2.jpg") no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #E2E2E2;
  }

  .input-form {
    padding-left: 2% !important;
  }
}

@media screen and (max-width: 539px) {
  .user-input {
    margin-top: 8em;
    width: 450px;
    height: 100%;
    background: url("../img/quiz/dtinputmob.jpg") no-repeat;
    background-position: top;
    background-size: contain;
  }

  .quiz-pre-capture1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    background: url("../img/quiz/quiz-precapture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .quiz-pre-capture2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    background: url("../img/quiz/quiz-precapture-mob2.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .pre-capture {
    width: 44%;
    height: 4.5em;
    position: absolute;
    z-index: 100;
    left: 9%;
    cursor: pointer;
    z-index: 2;
    /* background-color: black; */
    /* margin-top: 96%; */
		top:75%;
  }

	.pre-capture2 {
    width: 44%;
		left: 3%;
    cursor: pointer;
    height: 5em;
    z-index: 100;
		position: absolute;
		top:80%;
	}

  .pre-capture-skip {
    width: 44%;
    height: 4.5em;
    position: absolute;
    right: 47%;
    top: 87%;
    cursor: pointer;
    z-index: 100;
  }

	.pre-capture-skip2 {
    width: 44%;
		right: 3%;
    cursor: pointer;
    height: 5em;
    z-index: 100;
    top: 80%;
		position: absolute;
	}

}

.game-results h2 {
  text-align: center;
  font-size: 3rem;
}

.game-results h4 {
  text-align: center;
  font-size: 2rem;
}

.game-results {
  max-width: 1200px;
}

.btn {
  font-family: "goodDog", sans-serif;
  color: black;
  background-color: #FED300;
  border-color: #FED300;
  width: 60%;
  height: 20%;
  font-size: 3em;
  min-width: 100px;
  max-height: 100px;
}

.btn-clicked {
  color: white;
  background-color: #004f71;
  text-decoration: underline;
  border-color: black;
}

.input-holder {
  left: 0;
  text-align: left;
}

.input-form {
  font-size: 1.2em;
  border: 0;
}

.button-skip {
  font-family: "goodDog", sans-serif;
  background-color: white;
  padding: 0.25%;
  margin: 2%;
  min-width: 80px;
  border: 2px solid black;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}

input[type=submit], .button-model-open {
  font-family: "goodDog", sans-serif;
  background-color: #FED300;
  padding: 0.75%;
  margin: 2%;
  min-width: 100px;
  border: 2px solid black;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}

input[type=text] {
  font-family: "frutiger";
  font-family: "frutiger", monospace;
  background-color: white;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 2px solid black;
  margin: 4px 4px;
  font-size: 1.3rem;
}

.game-score {
  padding: 2% 0%;
}

.answer-row {
  padding-left: 5%;
}

@media screen and (min-width: 1640px) {
  .quiz-capture {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    background: url("../img/quiz/quiz-capture1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 45%;
    float: right;
    padding: 0% 6%;
    position: relative;
    margin-top: 18%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    right: -30%;
    top: 85%;
  }
}

@media screen and (min-width: 1470px) and (max-width: 1639px) {
  .quiz-capture {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    /* min-width: 1170px; */
    max-height: 900px;
    height: 100%;
    margin-top: 2%;
    background: url("../img/quiz/quiz-capture1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 45%;
    float: right;
    padding: 0% 6%;
    position: relative;
    margin-top: 16%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    right: -30%;
    top: 84%;
  }
}

@media screen and (min-width: 1355px) and (max-width: 1469px) {
  .quiz-capture {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    /* min-width: 1170px; */
    max-height: 900px;
    height: 100%;
    margin-top: 2%;
    background: url("../img/quiz/quiz-capture1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 45%;
    float: right;
    padding: 0% 6%;
    position: relative;
    margin-top: 13%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    right: -28%;
    top: 89%;
  }
}

/* switch to mobile picture at about 1224 other picture here */
@media screen and (min-width: 1224px) and (max-width: 1354px) {
  .quiz-capture {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    max-height: 900px;
    height: 100%;
    margin-top: 2%;
    background: url("../img/quiz/quiz-capture1.jpg") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 51%;
    float: right;
    padding: 0% 6%;
    position: relative;
    margin-top: 12%;
    margin-left: 21%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    left: 55%;
    top: 89%;
  }
}

@media screen and (min-width: 1091px) and (max-width: 1223px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 1080px;
    margin-top: 2%;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 45%;
    float: left;
    padding: 0% 6%;
    position: relative;
    margin-top: 500px;
    margin-left: 12%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: 71%;
    right: 25%;
  }
}

@media screen and (min-width: 850px) and (max-width: 1090px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 1080px;
    /* height: 71%; */
    margin-top: 5%;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 50%;
    margin-top: 500px;
    margin-left: 13%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: 2%;
    right: 21%;
  }
}

@media screen and (min-width: 685px) and (max-width: 850px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 1080px;
    /* height: 71%; */
    margin-top: 5%;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 63%;
    margin-top: 500px;
    margin-left: 2%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: 2%;
    right: 14%;
  }
}

@media screen and (min-width: 500px) and (max-width: 685px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 1080px;
    min-width: 590px;
    /* height: 71%; */
    margin-top: 5%;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 48%;
    margin-top: 500px;
    margin-left: 2%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: 2%;
    right: 6%;
  }
}

@media screen and (min-width: 451px) and (max-width: 499px) {
  .quiz-capture {
    max-width: 1600px;
    min-width: 380px;
    min-height: 800px;
    /* min-height: 1080px; */
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 55%;
    margin-top: 80%;
    /* margin-left: 1%; */
    position: relative;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: -7%;
    right: 2%;
  }
}

@media screen and (min-width: 370px) and (max-width: 450px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 676px;
    min-width: 348px;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 55%;
    margin-top: 79%;
    margin-left: 0%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: -8%;
    right: 2%;
  }
}

@media screen and (min-width: 00px) and (max-width: 369px) {
  .quiz-capture {
    max-width: 1600px;
    min-height: 652px;
    min-width: 348px;
    background: url("../img/quiz/quiz-capture-mob1.png") no-repeat;
    background-position: center;
    background-size: contain;
  }

  .input-holder {
    width: 75%;
    margin-top: 272px;
    margin-left: 0%;
  }

  .button-skip {
    float: right;
    position: relative;
    cursor: pointer;
    top: -9%;
    right: -1%;
  }
}

input[type=text] {
  font-family: "frutiger";
  font-family: "frutiger", monospace;
  background-color: white;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 2px solid black;
  width: 100%;
}

@media screen and (min-width: 1545px) {
  input[type=text] {
    margin: 4px 4px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1330px) and (max-width: 1544px) {
  input[type=text] {
    margin: 4px 4px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1131px) and (max-width: 1329px) {
  input[type=text] {
    margin: 4px 4px;
    font-size: 1.3rem;
  }
}

/* down to mobile sizes from 1130 */
@media screen and (min-width: 1091px) and (max-width: 1130px) {
  input[type=text] {
    margin: 2px 2px;
    font-size: 1.3rem;
    /* width: 220px; */
  }
}

@media screen and (min-width: 451px) and (max-width: 1090px) {
  input[type=text] {
    margin: 2px 2px;
    font-size: 1.3rem;
    /* width: 220px; */
  }
}

@media screen and (min-width: 0px) and (max-width: 450px) {
  input[type=text] {
    margin: 1px 1px;
    font-size: 1rem;
    /* width: 90%; */
  }
}
