body {
      background-color: #f9f9f9;
      color: #111;
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
	  background-image: url('./images/orbs.png'), url('./images/orbs_left_top.png'), url('./images/orbs_left_bottom.png'), url('./images/orbs_right_top.png'), url('./images/orbs_right_bottom.png');
	  background-size: 750px 750px, 450px 450px, 450px 450px, 450px 450px, 450px 450px;
	  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	  background-position: center center, top left, bottom left, top right, bottom right;
	  text-align: center;
    }
	
#wrapper {
    background-color: rgb(255 255 255 / 84%);
    margin: 5vh 5vw;
    padding: 2vh 2vw;
    border-radius: 7px;
    box-shadow: 0px 0px 5px rgb(121 85 72 / 8%);
	opacity: 0;
	transition: opacity 2s ease;
}
	
header {
      text-align: center;
      padding: 2rem 1rem 0 1rem;
      font-size: 1.5rem;
      font-weight: bold;
    }
.info {
      text-align: center;
      font-size: 0.95rem;
      color: #555;
      padding: 0 2rem 2rem 2rem;
      max-width: 600px;
      margin: 0 auto;
    }
.question-section {
      text-align: center;
      margin: 2rem auto;
    }
.question-section input[type="text"] {
      padding: 0.8rem;
      width: 80%;
      max-width: 400px;
      border: 1px solid #ccc;
      font-size: 1rem;
    }
.question-section button {
      margin-left: 0.5rem;
      padding: 0.8rem 1.2rem;
      font-size: 1rem;
      background-color: #111;
      color: white;
      border: none;
      cursor: pointer;
    }
.cards-circle {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      margin: 3rem auto;
      max-width: 900px;
    }
.card_disable {
      width: 0px;
      height: 0px;
      background-color: #f4f4f4;
      border: 1px solid #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: default;
      font-weight: bold;
	  margin: 5px;
	  opacity: 0;
	  transition: 0.3s;
    }
	
.card {
      width: 120px;
      height: 180px;
      background-color: #f4f4f4;
      border: 1px solid #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-weight: bold;
	  margin: 5px;
	transition: opacity 3s ease;
    }
	
.card:hover {
    background-color: #e0e0e0;
    width: 130px;
    height: 200px;
    transition: 1s;
    margin: -1px;
}
.result {
    text-align: center;
    padding: 2rem;
    border-top: 1px solid #ddd;
    width: 60vw;
    margin: auto;
    min-width: 600px;
}
	
.active_card {
	margin: auto;
	display: block;
	border: none;
	padding: 30px;
	width: 70vw;
	text-align: center;
	}
	
.active_img {
    width: 525px;
    max-width: 40vw;
    height: auto;
    margin: auto;
    border: 2px solid #c5bab1;
    outline: 2px solid #795548;
    border-radius: 24px;
    box-shadow: 10px 10px 20px rgb(91 81 78 / 56%), 4px 4px 5px rgb(91 81 78 / 66%), -3px -3px 5px rgb(91 81 78 / 36%);
}

    .cards-circle.active .card:nth-child(1) { transition-delay: 0s; }
    .cards-circle.active .card:nth-child(2) { transition-delay: 0.3s; }
    .cards-circle.active .card:nth-child(3) { transition-delay: 0.6s; }
    .cards-circle.active .card:nth-child(4) { transition-delay: 0.9s; }
    .cards-circle.active .card:nth-child(5) { transition-delay: 1.2s; }
    .cards-circle.active .card:nth-child(6) { transition-delay: 1.5s; }
    .cards-circle.active .card:nth-child(7) { transition-delay: 1.8s; }
    .cards-circle.active .card:nth-child(8) { transition-delay: 2.1s; }
    .cards-circle.active .card:nth-child(9) { transition-delay: 2.4s; }
    .cards-circle.active .card:nth-child(10) { transition-delay: 2.7s; }
    .cards-circle.active .card:nth-child(11) { transition-delay: 3s; }
	
	

	
	
	.card-disable:nth-child(1) { transition-delay: 0s; }
    .card-disable:nth-child(2) { transition-delay: 0.3s; }
    .card-disable:nth-child(3) { transition-delay: 0.6s; }
    .card-disable:nth-child(4) { transition-delay: 0.9s; }
    .card-disable:nth-child(5) { transition-delay: 1.2s; }
    .card-disable:nth-child(6) { transition-delay: 1.5s; }
    .card-disable:nth-child(7) { transition-delay: 1.8s; }
    .card-disable:nth-child(8) { transition-delay: 2.1s; }
    .card-disable:nth-child(9) { transition-delay: 2.4s; }
    .card-disable:nth-child(10) { transition-delay: 2.7s; }
    .card-disable:nth-child(11) { transition-delay: 3s; }
	
	.cards-circle.active .card:hover { transition-delay: 0s !important; }
		
.flipped {
		transform: rotate(180deg);
	}
	
#question {
    font-size: 1.2em;
    color: #7d241e;
    font-weight: 600;
    padding: 70px 30px;
    align-content: center;
    vertical-align: middle;
    width: 70vw;
    margin: auto;
	text-align: center;
}
	
#loader {
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: center;
    align-content: center;
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 80%);
    font-size: 2em;
	top: 0px;
	left: 0px;
}


.loader_img {
  width: 64px;
  height: 64px;
  animation: spin 4s linear infinite;
  margin: 1rem auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in {
  opacity: 1;
  transition: opacity 1s ease;
}

.hidden {
  display: none !important;
}

footer.site-footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-top: 70vh;
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgb(121 85 72 / 36%);
}

a, a:link, a:visited {
    color: #6f440e;
    text-decoration: none;
    font-weight: 500;
	transition: 0.5s;
}

a:hover, a:focus, a:active {
	color: #F44336;
}

#inner {
    width: 70vw;
    margin: 10% auto;
}

.error_quote {
	margin-top: 2rem;
	color: #ccc;
	text-align: center;
	font-style: italic;
	opacity: 0.85;
}



footer > ul > li {
	display: inline-flex;
	padding: 20px;
	border-right: 1px solid #ccc;
    margin-right: -5px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
	list-style: none;
}

footer > ul > li:nth-child(1) {
	border-left: 1px solid #ccc;
}


.footer_inner > ul > li > a {
}