@import url("//fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fdfdfd;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}
main {
  max-width: 900px;
  margin: auto;
  padding: 0.5rem;
  text-align: center;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul {
  list-style: none;
  display: flex;
}

li {
  margin-right: 1rem;
}
h1 {
  color: #e74c3c;
  margin-bottom: 0.5rem;
  margin-left:  0.5rem;
}

.hidden {
	display: none;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1rem 0;
}

/* QUIZ */
.quizInput {
    margin-left: 0vw !important;
    padding-left: 0 !important;
	width: 70% !important;
	font-size: 1.5rem !important;
	border: 2px solid salmon;
	text-align: center;
}
.wrongAnswer {
	text-decoration: line-through;
	color: #e74c3c;
	font-size: 1.33rem !important;
}


.quizContent {
	/*border: 1px solid salmon; */
	width: 90%;
	height: 90%;
	position: absolute;
	top: 6%;
	left: 5%;
	display: flex;
}
.quizQuestion {
	margin-top: 14vw;
}
.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  /*width: 15rem auto;*/
  width: 30rem;
  height: 88%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.card--avatar {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.card--title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.card--link {
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
.quizButton {
	bottom: 8vw;
	position: absolute;
}
.quizButtonTextMode {
	bottom: 50vw !important;
}
#revealAnswer {
	background: #ccc; /* #3ca4ff; */
}
.quizPageNumber {
	position: absolute;
	bottom: 3vw;
	right: 3vw;
	color: #ccc;
}


/*
	WILLEM
*/

.addWordContainer {
  font-size: 1.5rem;
  align-content: right;
  text-align: right;
  /*display: inline-block;*/
  display: inline-block;
}

.addWordContainer label {
	padding-bottom: 10px;
	display: inline-flex;
	/*border: 10px solid aqua;*/
}

.addWordContainer input[type="text"] {
    margin-left: 1vw;
}

input[type="text"] {
	font-size: 1.5rem !important;
	width: 60vw;
	padding-left: 1vw;
}
input[type="password"] {
	font-size: 1.5rem !important;
	width: 60vw;
	padding-left: 1vw;
}


/* CUSTOM CHECKBOX */
.checkboxContainer {
  margin-right: 2.25rem;
  display: block;
  margin-bottom: 0.5rem;
}
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  height: 2rem;
  width: 2rem;
  background-color: #eee;
  margin-top: 0vw;
  margin-left: 0.75rem;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #3ca4ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxContainer:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.form {
	margin-bottom: 2vw;
}

.xicon img {
	width: 2.2rem;
	height: 2.2rem;
}

.gearicon img {
	width: 2.4rem;
	height: 2.4rem;
}

.button {
  font-size: 1.5rem !important;
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  border: none;
}

.buttonSm {
  font-size: 1rem !important;
  text-decoration: none;
  background: #ababab;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.menuButton  {
  font-size: 2rem !important;
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 40px;
}
.menuspacer {
  margin-bottom: 1.25vw;
}
a {
	color: black;
	font-size: 1.5rem !important;
}

.loginError {
	color: red !important;
	font-size: 0.5rem;
	margin-bottom: 1.5vw;
    margin-top: -2.5vw
}


h2 {
  color: #e74c3c;
  margin-bottom: 1.5rem;
}

.worldlist_word {
  font-size: 1.5rem !important;
  margin-bottom: 1.25rem;
  /*border: 3px solid salmon;*/
}

h3 {
  font-size: 2rem !important;
  margin-top: 2vw;
  margin-bottom: 1.5vw;
}

.answer {
	color: #3ca4ff;
}

.settingsContainer {
  font-size: 1.5rem;
  align-content: right;
  text-align: right;
  display: inline-block;
}


/* install button */
#androidInstallButton {
	zoom: 1.5;
	display:none;
}

/* rules */

table, th, td {
 	border: 2px solid #db4938;
	margin: 0 auto;
	border-collapse: collapse;
	padding: 1vw;
}

.externalTable {
 	border: none !important;
}

.rules em {
	color: #ffa315;
	font-weight: 700;
	/*font-style: normal;*/
}

strike {
	color: #db4938;
	font-weight: 400;
	font-style: italic;
	text-decoration: line-through;
}

.ruleexamplecontainer {
	text-align: center;
}
.ruledescription {
	margin-top: 0.5vw;
	color: #a1a1a1;
}
.ruleexample {
	/*margin-top: 1vw;*/
	text-align: left;
	display: inline-block;
}

underline {
	text-decoration: underline;
}