@font-face {
	font-family: Metamorphous;
	src: url(../Metamorphous/Metamorphous-Regular.ttf);
}

html {	
	width: 100%;
	height: 100%;

	background-attachment: fixed;
  background-image: url('../orakelBG.png');
  background-size: cover;
  background-position: center;
}

body {
	background-color: #cdbbbb;
	margin: 0px;
	padding: 0px;
	color: #cdbbbb;
	font-family: Metamorphous;
	text-align: center;
	width: 100%;
	height: 100%;
}

.error {
	
}

#orakelBG {
	background-image: url('../orakel.png');
	  background-size: cover;
	  background-position: center;
}

#orakelIMG { 
	max-width: 100%;
	max-height: 400px;
}

#orakelIMG img { 
	object-fit: cover;
	width: auto;
	max-height: 400px;
	max-width: 100%;
}

#dalle {
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 10px;
	width: 300px;
	color: wheat;
	text-shadow: none;
	text-align: left;
}

.background-container {
	  height: 100%;
	  position: relative;
  	  z-index: 1;
	  display: flex; 
	  width: 100%;
	  justify-content: center;
	  align-items: center;
	background-attachment: fixed;
	background-image: url('../orakelBG.png');
  background-size: cover;
  background-position: center;
}

.container {
	position: absolute;
	z-index: 100;
	width: 100%;
	margin: auto;
	opacity: 1.0;
	max-height: 100%;
	max-width: 90%;
}

.description-text {
	letter-spacing: -0.01em;
	font-size: 18px;
	line-height: 20px;
}

.date { 
	font-size: 12px; 
	margin-top: 10px; 
	padding: 10px;
}

.gallery { 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
    width: 100%;
}

.thumb { 
	overflow: hidden; 
	padding: 20px; 
	width: 90%;
	max-width: 500px; 
	border-radius: 12px;
	position: absolute;
	top: 10px;
}

.thumb img { 
	border: 0px solid #fff;
	border-radius: 20px;
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
	box-shadow: 5px 5px 20px black;
}

.imgSmall {
	margin: 10px !important;
  	width: 100px !important;
  	border-radius: 5px !important;
  	box-shadow: 3px 3px 10px #00000087 !important;
	float:right !important;
}

.uitleg { 
	font-size: 14px;
	color: #6c6868;
	margin-top: 30px;
	line-height: 24px;
	border: solid white 1px;
	border-radius: 8px;
	padding: 14px;
	background-color: white;
	text-align: left;
	word-spacing: 1px;
}

.spiegelvraag {
	margin-top: 22px;
	padding: 16px;
	border-left: 4px solid #c9a45d;
	background: #f8f4ec;
	color: #444;
	border-radius: 8px;
}

.spiegelvraag h3 {
	margin-top: 0;
}

.spiegelvraag textarea {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Georgia, serif;
}

.digdeeper {
	padding: 10px 18px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	background: #1d1a36;
	color: white;
}

.digdeeper-info {
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

.beeldprompt { 
	font-size: 12px;
	color: #6c6868;
	margin-top: 30px;
	line-height: 20px;
	border: solid white 0px;
	border-radius: 8px;
	padding: 14px;
	background-color: rgba(192,192,192,0.8);
	text-align: left;
	word-spacing: 1px;
	text-shadow: none;
}

input[type=text], select {
  	width: 500px;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
  	max-width: 100%;
  	background-color: #fff7e3;
}

textarea {
  width: 500px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff3d3a3;
	max-width: 100%;
}

input[type=submit] {
  width: 500px;
  background-color: #E09C2E;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	max-width: 100%;
}

input[type=submit]:hover {
  background-color: #00008B;
}

#spinner {
	display: none;
	text-align: center;
	margin: 20px;
	color: wheat;
	text-shadow: none;
}

#steps {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

.step {
	display: none;
}

.step.active {
	display: block;
	font-weight: bold;
}

.loader {
  width: 66px;
  aspect-ratio: 1;
  color: #BC9254;
  border-radius: 50%;
  display: grid;
  background: 
    conic-gradient(from 90deg at 4px 4px,#0000 90deg,currentColor 0)
    -4px -4px/calc(50% + 2px) calc(50% + 2px),
    radial-gradient(farthest-side,currentColor 6px,#0000 7px calc(100% - 6px),currentColor calc(100% - 5px)) no-repeat;
  animation: l10 2s infinite linear;
  position: relative;
	margin: auto;
}

.loader:before {
  content: "";
  border-radius: inherit;
  background: inherit;
  transform: rotate(45deg);
}
@keyframes l10 {to{transform: rotate(.5turn)}}

.error {
	text-align: left;
}

.log {
	position: absolute;
	top: 2px
}

.landing {
	max-width: 500px;
}

.landing h1, .landing h2 {
  	color: #cdbbbb;
  	text-shadow: 0px 0px 2px #694360;
}

.landing-card {
	max-width: 500px;
  	margin: 20px auto;
  	color: #cdbbbb;
  	text-align: center;
  	line-height: 25px;
	padding: 10px;
}

.landing-card .intro {
	font-size: 20px;
	line-height: 28px;
  	color: #cdbbbb;
}

.landing-links {
	margin-top: 18px;
	font-size: 13px;
	text-align: center;
}

.landing-links a {
	color: #1d1a36;
  	margin: 0 8px;
  	text-decoration: none;
  	border: 1px solid #c9a45d;
  	padding: 6px;
  	border-radius: 3px;
  	background-color: #fff7e3;
}

.landing-note {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #d8c18b;
	font-size: 13px;
	line-height: 21px;
  	color: #cdbbbb;
}