body {
  background: rgb(29,17,96);
  background: linear-gradient(90deg, rgba(29,17,96,1) 0%, rgba(102,45,145,1) 54%, rgba(102,45,145,1) 100%);
}

/* Style the active link (or home/logo) */
.active {
background-color: #002D62;
color: white;
}

.backButton {
display: flex;
width: 90px;
margin-top: 15px;
margin-left: 640px;
}

.button-2 {
appearance: none;
background-color: #e8097c;
border: 1px solid rgba(180, 181, 182, 0.15);
border-radius: 6px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 18px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-2:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-2:hover {
background-color: red;
}

.button-2:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
outline: none;
}

.button-2:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-2:active {
background-color: #e8097c;
box-shadow: none;
}

.btn {
font-size: 1.2rem;
padding: 0.5rem 0;
text-align: center;
text-decoration: none;
color: white;
background-color: #1E90FF;
border-radius: 4px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
}

#btnHome {
margin-left: 4%;
width: 30%;
padding-left: 9px;
padding-right: 9px;
}

.btn_highscores {
font-size: 1.1rem;
padding: 0.5rem 0.6rem;
margin-left: 34%;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: rgb(28,26,26);
background: linear-gradient(90deg, rgb(18,92,255)0%, rgb(0, 102,255) 100%);
border-radius: 4px;
font-family: Lalezar;
font-weight: 600;
}

.btn_winners {
font-size: 1.1rem;
padding: 0.5rem 0.6rem;
margin-left: 6%;
width: 12rem;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: rgb(28,26,26);
background: linear-gradient(90deg, rgb(18,92,255)0%, rgb(0, 102,255) 100%);
border-radius: 4px;
font-family: Lalezar;
font-weight: 600;
}

.btn_winners2 {
font-size: 1.2rem;
padding: 0.5rem 0.6rem;
margin-left: 46%;
text-align: center;
margin-top: 5rem;
text-decoration: none;
color: white;
background-color: #00008B;
border-radius: 4px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
}

.btn_end_back {
font-size: 1.2rem;
padding: 0.5rem 0;
width: 12.15rem;
text-align: center;
margin-left: 24rem;
margin-bottom: 1rem;
box-shadow: none;
text-decoration: none;
color: rgb(28,26,26);
background: linear-gradient(90deg, rgb(18,92,255)0%, rgb(0, 102,255) 100%);
border-radius: 4px;
font-family: Lalezar;
font-weight: 600;
}

.btn_end_back:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8,114,244,0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.btn:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8,114,244,0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.btn[disabled]:hover {
cursor: not-allowed;
box-shadow: none;
transform: none;
}

.card {
background-color: #0b0d15;
color: #a2a5b3;
display: flex;
justify-content: left;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border-radius: 10px;
width: 35%;
height: 275px;
padding: 2em;
font-family: Lalezar;
font-size: 28px;
position: relative;
}

.card::after, .card::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: conic-gradient(from var(--angle), transparent 70%, #ff4545, #00ff99, #006aff, #ff0095, #ff4545);
top: 50%;
left: 50%;
translate: -50% -50%;
z-index: -1;
padding: 5px;
border-radius: 10px;
animation: 3s spin linear infinite;
}

.card::before {
filter: blur(1.5rem);
opacity: 0.5;
}

.category_content {
margin-left: auto;
margin-right: auto;
margin-top: -3%;
justify-content: center;
align-items: center;
text-align: center;
}

.category_content img {
margin: 15px;
width: 20%;
}

#choice-container1 {
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-top: 171px;
text-align: center;
width: 26.8vw;
height: 8vh;
border-radius: 15px;
font-size: 1.2rem;
background-color: #e8097c;
color: #fff;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 700;
overflow: hidden;
}

#choice-container {
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
text-align: center;
width: 26.8vw;
height: 8vh;
border-radius: 15px;
font-size: 1.2rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 700;
background-color: #e8097c;
color: #fff;
overflow: hidden;
}

.choice-container:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 #1f0112;
background-color: #1f0112;
transform: scale(1.02);
transform: transform 100ms;
}

.choice-text {
padding: 1rem;
width: 100%;
}

.congratsScore {
  color: white;
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
}

.container {
position: relative;
justify-content: center;
align-items: center;
max-width: 60rem;
margin: 0 auto;
margin-top: 7vh;
}

.correct {
background: linear-gradient(32deg, rgba(11,223,36) 0%, rgb(41,232,111) 100%);
color: #000;
}

.currentHighscore {
color: yellow;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 50px;
}

.countdownText {
font-size: 22px;
margin-left: -7%;
font-family: Lalezar;
color: #fff;
}

.countdownTextfrancais {
font-size: 22px;
margin-left: -30%;
font-family: Lalezar;
color: #fff;
}

#end-container {
display: flex;
justify-content: center;
align-items: center;
}

.end-form-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
max-width: 40rem;
}

.end_page {
align-items: center;
font-size: 16px;
justify-content: center;
text-align: center;
color: #fff;
margin-left: 4%;
margin-top: 35px;
padding-bottom: 2rem;
}

.end-save-button {
font-size: 1.2rem;
padding: 0.4rem 0.8;
margin-right: 1rem;
width: 6rem;
background-color: white;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: rgb(28, 26, 26);
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-play-again {
font-size: 1.2rem;
padding: 0.25rem 0.8rem;
width: 6rem;
margin-right: 1rem;
background-color: red;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: white;
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-go-home {
font-size: 1.2rem;
padding: 0.3rem 0.8rem;
width: 6.5rem;
background-color: blue;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: white;
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-save-button:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8, 114, 244, 0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.end-save-button[disabled]:hover {
cursor: not-allowed;
box-shadow: none;
transform: none;
}

#end-text {
color: white;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
width: 60%;
margin-left: 21%;
margin-top: -5px;
font-size: 1.1rem;
}

.exitText {
font-size: 15px;
font-family: Lalezar;
color: #fff;
}

.exit_timesup {
text-align: center;
width: 53%;
margin-left: -15%;
height: 28px;
border-radius: 15px;
font-size: 16px;
background-color: #000080;
color: #fff;
font-family: Lalezar;
cursor:pointer;
}

.fa-crown {
font-size: 2.5rem;
margin-left: 1rem;
}

#finalHiScore {
color: yellow;
text-align: center;
}

#finalScore {
color: white;
text-align: center;
}

.finalScore {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 1.6rem;
margin-top: 50px;
}

.finalScore2 {
color: yellow;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 1.8rem;
}

.frenchlogo {
  position: absolute;
  margin-left: 405px;
  margin-top: 15px;
  z-index: 999;
}

.frenchlogo img {
  width: 65px;
  height: auto;
}

figcaption {
  color: white;
  margin-top: 1px;
  margin-left: 7px;
}

#goBack {
color: white;
background-color: #000080;
padding-left: 15px;
padding-right: 15px;
margin-right: 20px;
margin-left: 515px;
font-family: Lalezar;
font-size: 20px;
margin-top: 50px;
cursor: pointer;
}

.header {
column-count: 3;
width: 100%;
margin-left: 34%;
margin-top: 0.6%;
color: #fff;
font-family: Lalezar;
font-size: 16px;
}

.highScore {
text-align: center;
width: 70%;
margin-left: -10%;
border-radius: 15px;
font-size: 22px;
background-color: #e8097c;
color: #fff;
font-family: Lalezar;
}

#highscore-btn {
background: linear-gradient(90deg, rgb(255, 247, 9) 0%, rgb(240, 221, 6) 100%);
}

#highscore-btn:hover {
box-shadow: 0 0.4rem 1.4rem 0 rgba(255, 255, 0, 0.5);
}

.highscore-container {
background-color: #fff;
display: flex;
justify-content: left;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
border-radius: 10px;
box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
width: 325px;
height: 395px;
padding: 25px;
font-family: Lalezar;
font-size: 25px;
list-style-type: none;
overflow: hidden;
}

.highscore-list {
color: black;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 15px;
margin-top: 10px;
}

.highScoreText {
font-size: 22px;
font-family: Lalezar;
margin-left: -15%;
color: #fff;
}

.highScoreTextfrancais {
font-size: 22px;
font-family: Lalezar;
margin-left: -30%;
color: #fff;
}

#highScores h3 {
  font-size: 50px;
}

.how_to_play_details {
justify-content: center;
text-align: left;
align-items: center;
margin-left: 30%;
color: #fff;
font-size: 20px;
line-height: 1.5;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#how_to_play_title {
font-size: 55px;
color: #fff;
font-family: Lalezar;
margin-left: 35%;
letter-spacing: 0.1rem;
}

.incorrect {
background: linear-gradient(32deg, rgba(230,29,29,1) 0%, rgb(224,11,11,1) 100%);
color: #000;
}

input {
margin-bottom: 1rem;
width: 10rem;
padding: 0.5rem;
font-size: 0.7rem;
border: none;
box-shadow: 0 0.1rem 1.4rem 0 rgba(86,185,235,0.5);
}

input::placeholder {
color: #aaa;
}

.instructions_btn {
font-size: 1.2rem;
padding: 0.5rem 0.6rem;
width: 12rem;
margin-left: 45%;
text-decoration: none;
background-color: #00008B;
color: white;
border-radius: 4px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
}

.lalezar-regular {
font-family: "Lalezar", system-ui;
font-weight: 400;
font-style: normal;
}

.layout-buttons {
margin-top: 2rem;
display: flex;
justify-content: center;
align-items: center;
}

.listScore {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 4.5rem;
}

.listHighscore {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 15px;
}

.logo img {
text-align: center;
}

.main_container {
width: 50%;
height: 7vh;
column-count: 2;
display: flex;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
background-color: #ADD8E6;
color: black;
font-size: 24px;
text-align: left;
justify-content: left;
padding: 15px;
border-radius: 8px;
}

.more_info {
justify-content: center;
text-align: left;
align-items: center;
margin-left: 30%;
color: #fff;
font-size: 20px;
line-height: 1.5;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.inquiry {
justify-content: center;
text-align: left;
align-items: center;
margin-left: 30%;
color: #fff;
font-size: 20px;
line-height: 1.5;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.myH2 {
color: white;
font-size: 2rem;
}

.nameLabel {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 10px;
}

.nav_category {
width: 97vw;
height: 44.5vh;
margin-top: 8px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #C8A2C8;
color: #000;
border-radius: 8px;
position: relative;
padding-bottom: 7px;
justify-content: center;
align-items: center;
text-align: center;
}

.nav_category h3 {
font-size: 1.7rem;
font-weight: 800;
overflow: hidden;
}

.nav_category img {
padding: 5px;
overflow: hidden;
}

.nav_paid_info {
width: 45%;
height: auto;
margin-top: 5px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #d2c7e0;
color: #000;
border-radius: 8px;
position: relative;
justify-content: center;
align-items: center;
text-align: center;
font-size: 20px;
}

.nav_sub_cont {
width: 88%;
margin-left: auto;
margin-right: auto;
justify-content: center;
align-items: center;
text-align: center;
}

.nav_sub_header {
width: 97vw;
height: 28vh;
margin-left: auto;
margin-right: auto;
margin-top: 0.65%;
padding-bottom: 12px;
justify-content: center;
align-items: center;
text-align: center;
overflow: hidden;
background-color: #C8A2C8;
color: #000;
border-radius: 8px;
position: relative;
font-size: 1.2rem;
}

.nav_sub_header h3 {
font-size: 1.5rem;
font-weight: 800;
}

.nav_title {
color: #fff;
margin-left: 10%;
margin-top: -6%;
font-size: 27px;
font-family: Lalezar;
}

#other_info, #contact_info {
font-size: 35px;
color: #fff;
font-family: Lalezar;
margin-left: 35%;
letter-spacing: 0.1rem;
}

.paid_content {
width: 65%;
padding-bottom: 25px;
margin-top: 2%;
margin-left: auto;
margin-right: auto;
justify-content: center;
align-items: center;
text-align: center;
}

.paid_info {
  font-size: 35px;
  color: #fff;
  font-family: Lalezar;
  margin-left: 70px;
  margin-left: 35%;
  letter-spacing: 0.1rem;
}

.paid_toknow {
justify-content: center;
text-align: left;
align-items: center;
margin-left: 30%;
color: #fff;
font-size: 20px;
line-height: 1.5;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#questionNumber {
font-size: 20px;
margin-left: -3%;
}

#questionNumberOther {
font-size: 22px;
margin-left: -3%;
}

.question-container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 23vw;
  height: 21.7vh;
  padding: 25px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 0.8rem;
  overflow: hidden;
}

.retakeText {
font-size: 15px;
font-family: Lalezar;
color: #fff;
}

.retake_timesup {
text-align: center;
display: flex;
justify-content: space-between;
padding-left: 10%;
width: 60%;
height: 28px;
border-radius: 15px;
font-size: 16px;
background-color: #000080;
color: #fff;
font-family: Lalezar;
cursor:pointer;
}

#saveScoreBtn {
border: none;
width: 15%;
margin-left: 34.5%;
margin-top: 25px;
}

#saveScoreBtnfrancais {
border: none;
width: 25%;
margin-left: 29%;
margin-top: 18px;
}

.score {
  text-align: center;
  width: 50%;
  height: auto;
  margin-left: -2%;
  border-radius: 15px;
  font-size: 22px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.scoreText {
font-size: 22px;
margin-left: -2%;
font-family: Lalezar;
color: #fff;
}

.scorelist {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lalezar;
  font-size: 45px;
  margin-top: 10px;
}

.site-wrap p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
}

/******* Sound toggle bar ********/
.sound {
  margin-left: 24vw;
  margin-top: -0.8vh;
}

.soundfrancais {
  margin-left: 25vw;
  margin-top: -1.2vh;
}

/* Clear floats after the columns */
.rowSound:after {
  content: "";
  display: table;
  clear: both;
}

.columnSound {
  float: left;
  width: 65px;
  font-size: 20px;
  color: #fff;
  font-family: Lalezar;
}

.columnSoundfrancais {
  float: left;
  width: 60px;
  font-size: 20px;
  color: #fff;
  font-family: Lalezar;
}

#columnSound1 {
  margin-left: -30px;
}

#columnSound1francais {
  margin-left: -40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: -9px;
}

.switchfrancais {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: -10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchfrancais input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**********************/

.time_left {
  text-align: center;
  width: 85%;
  margin-left: -14%;
  border-radius: 15px;
  font-size: 22px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.timer-display {
  text-align: center;
  width: 52px;
  height: 10px;
  border-radius: 15px;
  font-size: 22px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.timer {
  background-color: green;
  border-color: #fff;
  border-style: solid;
  font-size: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33vh;
  border-radius: 12px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 2vw;
  height: 3.5vh;
  padding: 1%;
}

.timerOrange {
  background-color: #FF7900;
  border-color: #fff;
  border-style: solid;
  font-size: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33vh;
  border-radius: 12px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 2vw;
  height: 3.5vh;
  padding: 1%;
}

.timerRed {
  background-color: red;
  border-color: #fff;
  border-style: solid;
  font-size: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33vh;
  border-radius: 12px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 2vw;
  height: 3.5vh;
  padding: 1%;
}

.timesup-container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 35%;
  height: auto;
  padding: 25px;
  font-family: Lalezar;
  font-size: 35px;
  overflow: hidden;
}

.timesup-container h2 {
  font-size: 3.5rem;
}

.timeupdetails {
  color: white; 
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-left: 34%;
  font-family: Lalezar;
}

.title_main {
  margin-left: 30px;
  padding-top: 10px;
  font-size: 25px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.toknow {
  justify-content: center;
  text-align: left;
  align-items: center;
  margin-top: -20px;
  margin-left: 30%;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.topHeader {
  column-count: 3;
  margin-top: -4.2vh;
  width: 35vw;
  padding-bottom: 4vh;
  margin-left: 20vw;
  color: #fff;
  font-family: Lalezar;
  font-size: 1.1rem;
}

.topHeaderNumber {
  column-count: 3;
  margin-top: -0.25%;
  width: 40%;
  padding-bottom: 23px;
  margin-left: 32%;
  color: #fff;
  font-family: Lalezar;
  font-size: 16px;
}

.topHeader button.exit {
  width: 52%;
  margin-left: -10%;
  font-size: 18px;
  margin-left: 2px;
  margin-top: -2px;

}

.topHeader button.retake {
  width: 83%;
  font-size: 18px;
  margin-left: -38%;
  margin-top: -2px;
}

.exit {
text-align: center;
width: 38%;
height: auto;
border-radius: 15px;
font-size: 16px;
background-color: #00008B;
color: #fff;
font-family: Lalezar;
cursor:pointer;
}

.retake {
  text-align: center;
  margin-left: -10%;
  width: 38%;
  height: auto;
  border-radius: 15px;
  font-size: 16px;
  background-color: #000080;
  color: #fff;
  font-family: Lalezar;
  cursor:pointer;
}

.retakefrancais {
  text-align: center;
  margin-left: -36%;
  margin-top: -1%;
  width: 79%;
  height: auto;
  border-radius: 15px;
  font-size: 18px;
  background-color: #000080;
  color: #fff;
  font-family: Lalezar;
  cursor:pointer;
}

.topHeaderText {
  column-count: 3;
  margin-top: -2.3%;
  width: 40%;
  margin-left: 32%;
  color: #fff;
  font-family: Lalezar;
  font-size: 18px;
}

.topHeaderB {
  column-count: 3;
  margin-top: 1%;
  width: 70%;
  margin-left: 32%;
  color: #fff;
  font-family: Lalezar;
  font-size: 16px;
}

.topHeaderC {
  column-count: 3;
  margin-top: -.25%;
  width: 50%;
  margin-left: 32.3%;
  color: #fff;
  font-family: Lalezar;
  font-size: 20px;
}

.scoreText2 {
  margin-left: -44%;
  font-size: 20px;
}

.resetInText {
  margin-left: -101%;
  font-size: 20px;
}

.highScoreText2 {
  font-size: 20px;
}

.highScoreContainer {
text-align: center;
width: 50%;
border-radius: 15px;
font-size: 20px;
background-color: #e8097c;
color: #fff;
font-family: Lalezar;
}

.scoreContainer {
  text-align: center;
  width: 40%;
  height: auto;
  margin-left: -25%;
  border-radius: 15px;
  font-size: 20px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.timeLeftContainer {
  text-align: center;
  width: 60%;
  height: auto;
  margin-left: -68%;
  border-radius: 15px;
  font-size: 20px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.topHeader2 {
column-count: 3;
margin-top: 25px;
width: 70%;
margin-left: 31%;
color: #fff;
font-family: Lalezar;
font-size: 16px;
}

/* Style the navigation menu */
.topnav {
width: 97vw;
margin-top: 10px;
align-items: center;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #002D62;
border-radius: 8px;
position: relative;
}

/* Style navigation menu links */
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
overflow: hidden;
}

/* Style the hamburger menu */
.topnav a.icon {
background: transparent;
display: block;
padding-top: 46px;
font-size: 1.4rem;
color: #fff;
position: absolute;
right: 0;
top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
background-color: #002D62;
color: #fff;
}

.topnav #myLinks {
display: none;
}

#user {
  margin-left: 33%;
  margin-top: 15px;
  font-size: 15px;
  width: 31%;
}

.username {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lalezar;
  font-size: 25px;
  margin-top: -10px;
}

#username {
  margin-bottom: 3rem;
  width: 45%;
  font-size: 1rem;
  outline: none;
}

#viewHighscores {
  color: white;
  background-color: red;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lalezar;
  font-size: 20px;
  cursor: pointer;
}


#warning_two {
  color: #fff;
  background-color: red;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 64%;
  margin-top: -475px;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 190px;
  height: 112px;
  position: relative;
  font-family: Lalezar;
  font-size: 23px;
  visibility: hidden;
}

#what_you_need {
  font-size: 35px;
  color: #fff;
  font-family: Lalezar;
  margin-left: 70px;
  margin-left: 35%;
  letter-spacing: 0.1rem;
}

#winners {
  color: white;
  margin-top: 10px;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lalezar;
}

.winners_subTitle {
  color: white;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lalezar;
}

.winners_footer {
    color: white;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

@property --angle {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}

@keyframes spin {
from {
  --angle: 0deg;
}
to {
  --angle: 360deg;
}
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/


/* Extra small devices (phones up to 600px) */
@media (max-width: 600px) {
  body {
  background: rgb(29,17,96);
  background: linear-gradient(90deg, rgba(29,17,96,1) 0%, rgba(102,45,145,1) 54%, rgba(102,45,145,1) 100%);
  background-attachment: fixed;
}


/* Style the active link (or home/logo) */
.active {
background-color: #002D62;
color: white;
}

.backButton {
display: flex;
width: 90px;
margin-top: 15px;
margin-left: 640px;
}

.button-2 {
appearance: none;
background-color: #e8097c;
border: 1px solid rgba(180, 181, 182, 0.15);
border-radius: 6px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
font-size: 18px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-2:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-2:hover {
background-color: red;
}

.button-2:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
outline: none;
}

.button-2:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-2:active {
background-color: #e8097c;
box-shadow: none;
}

.btn {
font-size: 5vw;
margin-top: 30vh;
margin-left: -5vw;
}

#btnHome {
width: 20vw;
padding-left: 9px;
padding-right: 9px;
}

.btn_highscores {
font-size: 0.7rem;
padding: 0.3rem 0.4rem;
margin-left: 25%;
}

.btn_winners {
font-size: 0.7rem;
padding: 0.3rem 0.4rem;
margin-left: 4%;
}

.btn_winners2 {
font-size: 1.15rem;
margin-left: 36%;
}

.btn_end_back {
font-size: 1.2rem;
padding: 0.5rem 0;
width: 12.15rem;
text-align: center;
margin-left: 24rem;
margin-bottom: 1rem;
box-shadow: none;
text-decoration: none;
color: rgb(28,26,26);
background: linear-gradient(90deg, rgb(18,92,255)0%, rgb(0, 102,255) 100%);
border-radius: 4px;
font-family: Lalezar;
font-weight: 600;
}

.btn_end_back:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8,114,244,0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.btn:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8,114,244,0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.btn[disabled]:hover {
cursor: not-allowed;
box-shadow: none;
transform: none;
}

.card {
font-size: 18px;
width: 65%;
height: 215px;
margin-top: 20%;
}

.card::after, .card::before {
content: '';
position: absolute;
height: 100%;
width: 100%;
background: conic-gradient(from var(--angle), transparent 70%, #ff4545, #00ff99, #006aff, #ff0095, #ff4545);
top: 50%;
left: 50%;
translate: -50% -50%;
z-index: -1;
padding: 5px;
border-radius: 10px;
animation: 3s spin linear infinite;
}

.card::before {
filter: blur(1.5rem);
opacity: 0.5;
}

.category_content {
margin-top: 4%;
padding-left: 5%;
padding-right: 5%;
}

.category_content img {
margin: 2%;
width: 35%;
padding-left: 1%;
padding-right: 1%;
}

#choice-container1 {
margin-top: 26vh;
width: 92vw;
margin-left: 9.2vw;
}

#choice-container {
margin-top: 1vh;
width: 92vw;
margin-left: 9.2vw;
}

.choice-container:hover {
box-shadow: 0 0.4rem 1.4rem 0 #1f0112;
background-color: #1f0112;
transform: none;
}

.choice-text {
padding: 1rem;
width: 100%;
}

.congratsScore {
  color: white;
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 12vh;
}

.correct {
background: linear-gradient(32deg, rgba(11,223,36) 0%, rgb(41,232,111) 100%);
color: #000;
}

.currentHighscore {
color: yellow;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 50px;
}

.countdownText {
font-size: 19px;
margin-left: -19px;
}

#end-container {
display: flex;
justify-content: center;
align-items: center;
}

.end-form-container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
max-width: 40rem;
}

.end_page {
font-size: 16px;
margin-left: 4%;
}

.end-save-button {
font-size: 1.2rem;
padding: 0.4rem 0.8;
margin-right: 1rem;
width: 6rem;
background-color: white;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: rgb(28, 26, 26);
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-play-again {
font-size: 1.2rem;
padding: 0.25rem 0.8rem;
width: 6rem;
margin-right: 1rem;
background-color: red;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: white;
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-go-home {
font-size: 1.2rem;
padding: 0.3rem 0.8rem;
width: 6.5rem;
background-color: blue;
text-align: center;
margin-bottom: 1rem;
text-decoration: none;
color: white;
background: linear-gradient(90deg, rbg(18, 92, 255) 0%, rgb(0, 10, 255) 100%);
border-radius: 4px;
}

.end-save-button:hover {
cursor: pointer;
box-shadow: 0 0.4rem 1.4rem 0 rgba(8, 114, 244, 0.6);
transition: transform 150ms;
transform: scale(1.03);
}

.end-save-button[disabled]:hover {
cursor: not-allowed;
box-shadow: none;
transform: none;
}

#end-text {
width: 80vw;
margin-left: auto;
margin-right: auto;
font-size: 0.9rem;
}

.exit {
text-align: center;
width: 38%;
height: auto;
border-radius: 15px;
font-size: 16px;
background-color: #8B0000;
color: #fff;
font-family: Lalezar;
cursor:pointer;
}

.exitText {
font-size: 15px;
font-family: Lalezar;
color: #fff;
}

.exit_timesup {
font-size: 20px;
width: 135%;
margin-left: 40px;
padding-bottom: 30px;
}

.fa-crown {
font-size: 2.5rem;
margin-left: 1rem;
}

#end {
  margin-top: 30px;
}

#finalScore {
color: white;
font-family: Lalezar;
text-align: center;
font-size: 1.5rem;
}

#finalHiScore {
color: yellow;
font-family: Lalezar;
font-weight: 600;
text-align: center;
font-size: 1.8rem;
}

.finalScore {
font-size: 1.5rem;
}

.finalScore2 {
font-size: 1.5rem;
}

.frenchlogo {
  margin-left: 16px;
  margin-top: 10px;
  z-index: 999;
}

.frenchlogo img {
  width: 70px;
  height: auto;
}

figcaption {
  color: white;
  margin-top: 1px;
  margin-left: 4px;
}

#goBack {
color: white;
background-color: #000080;
padding-left: 15px;
padding-right: 15px;
margin-right: 20px;
margin-left: 515px;
font-family: Lalezar;
font-size: 20px;
margin-top: 50px;
cursor: pointer;
}

.header {
column-count: 3;
width: 100%;
margin-left: 34%;
margin-top: 0.6%;
color: #fff;
font-family: Lalezar;
font-size: 16px;
}

.highScore {
font-size: 19px;
width: 60%;
margin-left: 8px;
}

#highscore-btn {
background: linear-gradient(90deg, rgb(255, 247, 9) 0%, rgb(240, 221, 6) 100%);
}

#highscore-btn:hover {
box-shadow: 0 0.4rem 1.4rem 0 rgba(255, 255, 0, 0.5);
}

.highscore-container {
background-color: #fff;
display: flex;
justify-content: left;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
border-radius: 10px;
box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
width: 325px;
height: 395px;
padding: 25px;
font-family: Lalezar;
font-size: 25px;
list-style-type: none;
overflow: hidden;
}

.highscore-list {
color: black;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 15px;
margin-top: 10px;
}

.highScoreText {
font-size: 19px;
margin-left: -1px;
}

#highScores h3 {
  font-size: 40px;
  padding-right: 20%;
  padding-left: 20%;
}

.how_to_play_details {
font-size: 15px;
margin-left: 25px;
padding-right: 25px;
}

#how_to_play_title {
font-size: 30px;
margin-left: 25%;
}

.incorrect {
background: linear-gradient(32deg, rgba(230,29,29,1) 0%, rgb(224,11,11,1) 100%);
color: #000;
}

input {
margin-bottom: 1rem;
width: 10rem;
padding: 0.5rem;
font-size: 0.7rem;
border: none;
box-shadow: 0 0.1rem 1.4rem 0 rgba(86,185,235,0.5);
}

input::placeholder {
color: #aaa;
}

.instructions_btn {
font-size: 1.15rem;
margin-left: 34%;
}

.lalezar-regular {
font-family: "Lalezar", system-ui;
font-weight: 400;
font-style: normal;
}

.layout-buttons {
margin-top: 2rem;
display: flex;
justify-content: center;
align-items: center;
}

.listScore {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 4.5rem;
}

.listHighscore {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 15px;
}

.logo img {
text-align: center;
}

.main_container {
width: 50%;
height: 7vh;
column-count: 2;
display: flex;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
background-color: #ADD8E6;
color: black;
font-size: 24px;
text-align: left;
justify-content: left;
padding: 15px;
border-radius: 8px;
}

.more_info {
font-size: 15px;
margin-left: 25px;
padding-right: 25px;
}

.inquiry {
font-size: 15px;
margin-left: 25px;
padding-right: 25px;
}

.myH2 {
color: white;
font-size: 2rem;
}

#myLinks a {
  font-size: 16px;
}

.nameLabel {
color: white;
display: flex;
justify-content: center;
align-items: center;
font-family: Lalezar;
font-size: 25px;
margin-top: 10px;
}

.nav_category {
margin-top: 12px;
width: 95vw;
height: 43vh;
}

.nav_category h3 {
margin-top: 6%;
font-size: 5.9vw;
}

.nav_category img {
padding: 5px;
width: 25vw;
}

.nav_paid_info {
width: 45%;
height: auto;
margin-top: 5px;
padding-top: 15px;
padding-bottom: 15px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
background-color: #d2c7e0;
color: #000;
border-radius: 8px;
position: relative;
justify-content: center;
align-items: center;
text-align: center;
font-size: 20px;
}

.nav_sub_cont {
font-size: 4.3vw;
padding-bottom: 1%;
width: 97vw;
}

.nav_sub_header {
margin-top: 12px;
width: 95vw;
height: 26vh;
}

.nav_sub_header h3 {
margin-top: 4%;
font-size: 5.9vw;
}

.nav_title {
font-size: 25px;
margin-top: -10%;
margin-left: 16%;
}

#other_info, #contact_info {
font-size: 26px;
color: #fff;
font-family: Lalezar;
margin-left: 22%;
letter-spacing: 0.1rem;
}

.paid_content {
font-size: 13px;
}

.paid_info {
  font-size: 35px;
  color: #fff;
  font-family: Lalezar;
  margin-left: 70px;
  margin-left: 35%;
  letter-spacing: 0.1rem;
}

.paid_toknow {
font-size: 15px;
margin-left: 25px;
padding-right: 25px;
}

#questionNumber {
font-size: 20px;
margin-left: -3%;
}

#questionNumberOther {
  font-size: 19px;
  margin-left: -8px;
}

.question-container {
  font-size: 0.85rem;
  width: 80vw;
  height: 21.7vh;
  margin-top: 7.5vh;
  margin-left: 9vw;
}

.retake {
  text-align: center;
  margin-left: -87%;
  width: 42%;
  height: auto;
  border-radius: 15px;
  font-size: 16px;
  background-color: #000080;
  color: #fff;
  font-family: Lalezar;
  cursor:pointer;
}

.retakeText {
font-size: 15px;
font-family: Lalezar;
color: #fff;
}

.retake_timesup {
font-size: 20px;
width: 135%;
margin-left: -2%;
padding-bottom: 30px;
}

#saveScoreBtn {
border: none;
width: 35vw;
margin-left: 18vw;
}

.score {
  font-size: 19px;
  width: 50%;
  margin-left: 3px;
}

.scoreText {
font-size: 19px;
margin-left: 20px;
}

.scorelist {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lalezar;
  font-size: 45px;
  margin-top: 10px;
}

.site-wrap p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
}

.time_left {
  font-size: 19px;
  width: 80%;
  margin-left: -24px;
}

.timer {
  margin-top: -31vh;
  margin-left: 47vw;
  width: 12.5vw;
  height: 4.8vh;
  font-size: 1.9rem;
}

.timerOrange {
  margin-top: -31vh;
  margin-left: 47vw;
  width: 12.5vw;
  height: 4.8vh;
  font-size: 1.9rem;
}

.timerRed {
  margin-top: -31vh;
  margin-left: 47vw;
  width: 12.5vw;
  height: 4.8vh;
  font-size: 1.9rem;
}

.timesup-container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8.5vw;
  margin-top: 13vh;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 75vw;
  height: auto;
  padding: 25px;
  font-family: Lalezar;
  font-size: 7vw;
  overflow: hidden;
}

.timesup-container h2 {
  font-size: 1.9rem;
}

.timeupdetails {
  font-size: 5.5vw;
  color: white; 
  margin-top: 14vh;
  margin-left: 16vw;
  font-family: Lalezar;
}

.title_main {
  margin-left: 30px;
  padding-top: 10px;
  font-size: 25px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.toknow {
margin-top: -2.5%;
}

.topHeader {
  column-count: 3;
  margin-top: -3vh;
  margin-left: 14vw;
  padding-bottom: 3vh;
  width: 97vw;
  color: #fff;
  font-family: Lalezar;
}

.topHeaderText {
  column-count: 3;
  margin-top: -10px;
  width: 100%;
  margin-left: 10vw;
  color: #fff;
  font-family: Lalezar;
}

.topHeaderNumber {
  column-count: 3;
  margin-top: 3px;
  width: 100%;
  margin-left: 12.8vw;
  color: #fff;
  font-family: Lalezar;
  padding-bottom: 3px;
}

.topHeaderB {
  column-count: 3;
  margin-top: 1%;
  width: 70%;
  margin-left: 32%;
  color: #fff;
  font-family: Lalezar;
  font-size: 16px;
}

.topHeaderC {
  column-count: 3;
  margin-top: -.25%;
  width: 50%;
  margin-left: 32.3%;
  color: #fff;
  font-family: Lalezar;
  font-size: 20px;
}

.topHeader button.exit {
  width: 60%;
  font-size: 18px;
  margin-left: -7px;
  margin-top: -6px;
}

.topHeader button.retake {
  width: 100%;
  font-size: 18px;
  margin-left: -45px;
  margin-top: -5px;
}

.scoreText2 {
  margin-left: -44%;
  font-size: 20px;
}

.resetInText {
  margin-left: -101%;
  font-size: 20px;
}

.highScoreText2 {
  font-size: 20px;
}

.highScoreContainer {
text-align: center;
width: 50%;
border-radius: 15px;
font-size: 20px;
background-color: #e8097c;
color: #fff;
font-family: Lalezar;
}

.scoreContainer {
  text-align: center;
  width: 40%;
  height: auto;
  margin-left: -25%;
  border-radius: 15px;
  font-size: 20px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.timeLeftContainer {
  text-align: center;
  width: 60%;
  height: auto;
  margin-left: -68%;
  border-radius: 15px;
  font-size: 20px;
  background-color: #e8097c;
  color: #fff;
  font-family: Lalezar;
}

.topHeader2 {
column-count: 3;
margin-top: 45px;
width: 100%;
margin-left: 11%;
color: #fff;
}

/* Style the navigation menu */
.topnav {
width: 95vw;
margin-top: 4px;
overflow: hidden;
background-color: #002D62;
border-radius: 8px;
}

/* Style navigation menu links */
.topnav a {
font-size: 20px;
}

/* Style the hamburger menu */
.topnav a.icon {
padding-top: 45px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
background-color: #002D62;
color: #fff;
}

.topnav #myLinks {
display: none;
}

.username {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lalezar;
  font-size: 25px;
  margin-top: -10px;
}

#user {
  margin-left: 15vw;
  font-size: 13px;
  width: 65vw;
  margin-top: 3vh;
}

#username {
  width: 28%;
  font-size: 0.75rem;
}

#viewHighscores {
  color: white;
  background-color: red;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lalezar;
  font-size: 20px;
  cursor: pointer;
}

#warning_two {
  color: #fff;
  background-color: red;
  margin-left: 70vw;
  margin-top: -65vh;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
  width: 33%;
  height: 69px;
  padding-top: 5px;
  position: relative;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1rem;
  visibility: hidden;
}

#what_you_need {
  font-size: 22px;
  margin-left: 12%;
}

#winners {
  font-size: 35px;
  margin-top: 8%;
}

.winners_subTitle {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
}

.winners_footer {
    font-size: 15px;
}


/******* Sound toggle bar ********/
.sound {
  margin-left: 20vw;
  margin-top: 3.3vh;
}

/* Clear floats after the columns */
.rowSound:after {
  content: "";
  display: table;
  clear: both;
}

.columnSound {
  float: left;
  width: 65px;
  font-size: 20px;
  color: #fff;
  font-family: Lalezar;
}

#columnSound1 {
  margin-left: -40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: -8px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 767px) {
.topnav img {
  width: 8%;
}

.topnav a {
  font-size: 20px;
}

.nav_title {
  font-size: 27px;
  margin-top: -7%;
  margin-left: 14%;
}
.nav_sub_header h3 {
  font-size: 27px;
}

.nav_category {
  height: 300px;
}

.nav_category h3 {
  font-size: 27px;
}

.nav_sub_cont {
  font-size: 19px;
}

.paid_content {
  font-size: 19px;
}

.category_content img {
  margin: 18px;
  width: 15%;
  padding-left: 20px;
  padding-right: 20px;
}

#myLinks a {
  font-size: 15px;
}

a.btn_highscores, a.btn_winners {
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  margin-left: 30%;
}

a.btn_winners {
  margin-left: 4%;
}

.finalScore, .finalScore2 {
  font-size: 1.3rem;
}

#finalScore, #finalHiScore {
  font-size: 0.9rem;
}

#end-text {
  font-size: 1.1rem;
}

#username {
  width: 31%;
  font-size: 0.85rem;
}

.btn {
  font-size: 0.95rem;
}

#winners {
  font-size: 46px;
  margin-top: 4%;
}

.winners_subTitle {
  font-size: 28px;
}

.card {
  font-size: 19px;
}

.winners_footer {
  font-size: 16px;
}

a.btn_winners2 {
  font-size: 1.15rem;
  margin-left: 44%;
}

.timesup-container h2 {
  font-size: 2.3rem;
}

.exit_timesup {
  font-size: 13px;
  width: 69%;
}

.retake_timesup {
  font-size: 13px;
  width: 82%;
  padding-left: 20%;
  margin-left: -9%;
}

.timeupdetails {
  font-size: 0.9rem;
}

#how_to_play_title {
  font-size: 31px;
  margin-left: 25%;
}

.how_to_play_details, .paid_toknow, .more_info, .inquiry {
  font-size: 16px;
  margin-left: 15%;
}

.end_page {
  font-size: 11px;
  margin-left: -25%;
}

#what_you_need, #other_info, #contact_info {
  font-size: 23px;
  margin-left: 20%;
}

a.instructions_btn {
  font-size: 0.8rem;
  margin-left: 32%;
}

#questionNumber {
  font-size: 14px;
  margin-left: 1%;
}

.highScore, .score, .time_left, .highScoreText, .scoreText, .countdownText {
  font-size: 16px;
}

.exit, .retake {
  font-size: 11px;
}

.question-container {
  font-size: 11px;
}

#warning {
  font-size: 18px;
  margin-left: 12%;
  margin-top: -400px;
}

#warning_two {
  font-size: 15px;
  margin-left: 12%;
  margin-top: -400px;
}

.timer {
  margin-top: -31vh;
  margin-left: 47vw;
  width: 12.5vw;
  height: 4.8vh;
  font-size: 1.9rem;
}

.time_left {
  width: 105%;
}

#choice-container1, #choice-container {
  font-size: 14px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.topnav img {
  width: 5%;
}

.topnav a {
  font-size: 20px;
}

.nav_category {
  width: 97%;
  height: 310px;
  margin-top: 11px;
}

.nav_sub_header {
  height: 50%;
  width: 97%;
  margin-top: 10px;
}

.nav_title {
  font-size: 30px;
  margin-top: -5%;
  margin-left: 14%;
}

.topnav {
  width: 97%;
}
.nav_sub_header h3 {
  font-size: 26px;
  margin-top: 3%;
}

.nav_category h3 {
  font-size: 26px;
  margin-top: 3%;
}

.nav_sub_cont {
  font-size: 19px;
}

.paid_content {
  font-size: 19px;
}

.category_content img {
  margin: 14px;
  margin-top: 4%;
  width: 13%;
  padding-left: 60px;
  padding-right: 60px;
}

#myLinks a {
  font-size: 17px;
}

a.btn_highscores, a.btn_winners {
  font-size: 0.9rem;
  padding: 0.35rem 0.45rem;
}
a.btn_winners {
  margin-left: 5%;
}

.finalScore, .finalScore2, #finalScore, #finalHiScore {
  font-size: 1.15rem;
}

#end-text {
  font-size: 1.2rem;
}

#username {
  width: 37%;
  font-size: 0.9rem;
}

.btn {
  font-size: 1.05rem;
}

#winners {
  font-size: 48px;
  margin-top: 3%;
}

.winners_subTitle {
  font-size: 26px;
}

.card {
  font-size: 21px;
}

.winners_footer {
  font-size: 16px;
}

a.btn_winners2 {
  font-size: 1.2rem;
  margin-left: 44%;
}

.timesup-container h2 {
  font-size: 2.7rem;
}

.exit_timesup {
  font-size: 14px;
}

.retake_timesup {
  font-size: 14px;
  width: 69%;
  padding-left: 18%;
  margin-left: -1.4%;
}

.timeupdetails {
  font-size: 1rem;
}

#how_to_play_title {
  font-size: 37px;
  margin-left: 26%;
}

.how_to_play_details, .paid_toknow, .more_info, .inquiry {
  font-size: 17px;
  margin-left: 22%;
}

.end_page {
  font-size: 13px;
  margin-left: -18%;
}

#what_you_need, #other_info, #contact_info {
  font-size: 28px;
  margin-left: 26%;
}

a.instructions_btn {
  font-size: 1rem;
  margin-left: 34%;
}

#questionNumber {
  font-size: 16px;
  margin-left: 1%;
}

.highScoreText, .scoreText, .countdownText, .highScore, .score, .time_left {
  font-size: 18px;
}

.exit, .retake {
  font-size: 12px;
}

.question-container {
  font-size: 13px;
}

#warning {
  font-size: 22px;
  margin-left: 12%;
  margin-top: -400px;
}

#warning_two {
  font-size: 17px;
  margin-left: 12%;
  margin-top: -400px;
}

.timer {
  margin-top: -235px;
  width: 4.5%;
  height: 4.5%;
  font-size: 23px;
}

#choice-container1, #choice-container {
  font-size: 16px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1201px) {
.topnav img {
  width: 7%;
}

.topnav a {
  font-size: 20px;
}

.nav_category, .nav_sub_header, .topnav {
  width: 45%;
}

.nav_category {
  height: 315px;
  margin-top: 15px;
}

.nav_sub_header {
  margin-top: 15px;
  height: 200px;
}

.topnav {
  margin-top: 20px;
}

.nav_title {
  font-size: 27px;
  margin-top: -7%;
  margin-left: 14%;
}
.nav_sub_header h3, .nav_category h3 {
  font-size: 25px;
}

.nav_category h3 {
  margin-top: 5%;
}

.category_content {
  margin-top: 4%;
}

.nav_sub_cont, .paid_content {
  font-size: 18px;
}

.category_content img {
  margin: 14px;
  width: 19%;
  padding-left: 10px;
  padding-right: 10px;
}

.nav_category {
  height: 270px;
}

#myLinks a {
  font-size: 19px;
} 

a.btn_highscores, a.btn_winners {
  font-size: 1rem;
  padding: 0.45rem 0.55rem;
}

.finalScore, .finalScore2, #finalScore, #finalHiScore {
  font-size: 1.3rem;
}

#end-text {
  font-size: 1.4rem;
}

#username {
  width: 40%;
  font-size: 0.9rem;
}

.btn {
  font-size: 1.15rem;
}

#winners {
  font-size: 47px;
}

.winners_subTitle {
  font-size: 23px;
}

.card {
  font-size: 23px;
}

.winners_footer {
  font-size: 16px;
}

a.btn_winners2 {
  font-size: 1rem;
}

.timesup-container h2 {
  font-size: 3.1rem;
}

.exit_timesup {
  font-size: 15px;
}

.retake_timesup {
  font-size: 15px;
  margin-left: -1%;
}

.timeupdetails {
  font-size: 1.2rem;
}

#how_to_play_title {
  font-size: 43px;
  margin-left: 30%;
}

.how_to_play_details, .more_info, .paid_toknow, .inquiry {
  font-size: 18px;
  margin-left: 25%;
}

.end_page {
  font-size: 15px;
  margin-left: -8%;
}


#what_you_need, #other_info, #contact_info {
  font-size: 33px;
  margin-left: 28%;
}

a.instructions_btn {
  font-size: 1.1rem;
  margin-left: 38%;
}

#questionNumber {
  font-size: 19px;
  margin-left: 1%;
}

.highScoreText, .scoreText, .countdownText, .highScore, .score, .time_left {
  font-size: 20px;
}

.exit, .retake {
  font-size: 14px;
}

.question-container {
  font-size: 14px;
}

#warning {
  font-size: 25px;
  margin-left: 12%;
  margin-top: -435px;
}

#warning_two {
  font-size: 18px;
  margin-left: 12%;
  margin-top: -435px;
}

#choice-container1, #choice-container {
  font-size: 18px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {

  .nav_category, .nav_sub_header, .topnav {
  width: 45%;
}

.nav_category {
  height: 295px;
}

.topnav a {
  font-size: 20px;
}
}
