@charset "UTF-8";

* { margin:0; padding:0;}

html {
	max-height: 100%;

	text-align: justify-all;
	text-justify: inter-word;
	overflow-x: hidden; /* Prevent horizontal scrollbar */
}

head {
	font-family: "Geneva", sans-serif;
	color: #000;
	text-align: center;

}


#titel {
	font-family: "Geneva", sans-serif;
	color: #D899B1;
	text-align: left;
	font-size: 1.3rem;
	text-transform: lowercase;
	text-decoration-color: #D899B1;
	text-shadow: 1px 0.5px 1px rgba(103,72,84,0.8);
	margin-left: 15%;
	margin-right: 15%;
	margin-top:2rem;
	margin-bottom:2rem;
}

#handen {
	background-image:url(./bestanden/threearms.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: 20%;
	background-position: left;

}



body {
	font-size: 1.1rem;
	font-family: "Geneva", sans-serif;
	color: black; 
	text-align: justify-all;
	text-justify: inter-word;
  line-height: 1.5rem;
  min-height: 100vh;
}

#tekstvlak {
	margin-left: 20%;
	margin-right: 20%;
	text-align: justify-all;
	text-justify: inter-word;
  min-height:60vh;
}

a {
  color: #D899B1;
}

a:hover {
  cursor: ne-resize;
}

a:active {
  color:#D899B1;
	background-color: ;
}

a:visited {
  color: #D899B1;
  background-color: ;
}

.source {
  display: none;
}

.quote:hover +.source {
  display: inline-block;
  color: #D899B1;
}

.quote {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
  text-decoration-color: #D899B1;
}

#footer {
  text-align: center;
  background-color: #D899B1;
  color: white;
 	height: 0 0 5rem;
 	margin-top: auto;
 	padding-top: 2rem;
 	padding-bottom: 2rem;
 	width: 100vw;
  font-family: "Geneva", sans-serif;
  font-size: 1rem;
  text-transform: lowercase;
  text-shadow: 1px 0.5px 1px rgba(103,72,84,0.8);
  box-shadow: 10px 10px 5px 10px rgba(172,122,141,0.8);
}



