/*
text: #D56F08	rgb(213, 111, 8)
schildpadachtergrond: #E1B913	rgb(225, 185, 19)
lichte-achtergrond: #FFF3A1	rbg(255, 243, 161)
randen: #331B02	rgb(51, 27, 2)
highlight: #FF6
*/
@font-face{
	font-family: 'Maiandra GD';
	font-style: normal;
	font-weight: normal;
	src: url("MaiandraGD/MAIAN.woff") format('woff');
}

.patrickHand {
	font-family: 'Patrick Hand';
	letter-spacing: 0.2ex;
	font-size: 110%;
}


html {
	height: 100%;
	font-size: 100%;
}

body
{
	font-family: "Short Stack", sans-serif;
	background-color: #E1B913;
	color: #D56F08;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 50em;
}

header {
	font-family: "Maiandra GD", sans-serif;
	font-weight: bold;
	background-color: #FFF3A1;
	border-bottom: 2px solid #331B02;
	font-size: 10vh;/*48px*/
	text-align: left;
	padding-left: 1ex;
}
header:first-letter {
	font-size: 123%;
}
header > a {
	color: inherit;
	text-decoration: none;
}


nav {
	border-bottom: 2px solid #331B02;
}
nav  a{
	color: #FFF3A1;
	text-decoration: none;
	display: inline-block;
	margin: 0.5em 5%;
	padding: 0 1%;
	border-radius: 50%;
}
nav a:hover, nav a:active{
	color: #FF6;
	background-color: rgba(213, 111, 8, 1);
	box-shadow: 0 0 0.5em 0.5em rgba(213, 111, 8, 1);
}

main {
	background-color: #FFF3A1;
	display: block;
	box-shadow: 0px 0.5ex 2em rgba(51, 27, 2, 0.75);
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}

section {
	display: none;
	padding: 1ex;
	padding-top: 0;
	padding-bottom: 1em;
}
section:target {
	display: block;
}

@media (min-width: 23em) {
	section {
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media (min-width: 30em) {
	section {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}
@media (min-width: 40em) {
	section {
		padding-left: 2em;
		padding-right: 2em;
	}
}

section:before {
	display: block;
	content: " ";
	height: calc(15vh + 1.8vh + 4em);
	margin-top: calc(-15vh - 1.8vh - 3.5em);
	visibility: hidden;
}

#kaartje > img {
	max-width: 100%;
	max-height: 70vh;
}

#kaartje > img:first-child {
	margin-top: 1em;
}

#fotoos > a > img {
	max-width: 10em;
	max-height: 10em;
	vertical-align: middle;
	border: 1px solid #006600;
	margin: 0.5ex;
}
#fotoos > a:hover > img {
	box-shadow: 0px 0.5ex 2em rgb(51, 27, 2);
}

#ontdekMijBron, #ontdekMijFallback {
	max-width: 95%; /* fallback value for older browsers */
	max-width: calc(100vw - 4ex);
	max-height: 70vh;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#ontdekMijFallback.fallback {
	visibility: visible;
	position: relative;
}

#ontdekMij.fallback { display: none; }

#ontdekInstructions {
	display: none;
}
#ontdekInstructions > span { /* mimic default link visual style */
	font-size: 80%;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#ontdekkingsProgressBar {
	display: none;
	position: relative;
	height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	border-radius: 1em;
	border: 1px solid #331B02;
	background-color: #E1B913;
}
#ontdekkingsProgressBarThumb, #ontdekkingsPct {
	position: absolute;
	height: 100%;
	border-radius: 1em;
	width: 100%;
}
#ontdekkingsProgressBarThumb {
	width: 0%;
	background-color: #FF6;
}
#ontdekkingsPct {
	color: #331B02;
}

#nogEensOntdekken {
	color: blue;
}

#lijst {
	text-align: left;
}
#lijst > h2:first-child {
	margin-top: 0;
}

#winkels div {
	text-align: left;
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	margin: 1ex;
	padding: 0.5ex 1.5ex;
	border: 1px solid #331B02;
	font-size: 80%;
	vertical-align: middle;
}
#winkels div > span:first-child {
	display: block;
	font-weight: bold;
	font-size: 125%;
}
#winkels div > span:first-child + span {
	display: block;
	font-style: italic;
}
#winkels div > a {
	display: block;
}

h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-variant: small-caps;
	font-size: 130%;
}
code {
	font-size: 120%;
}

footer {
	color: #FFF3A1;
	font-size: 80%;
}
footer a {
	color: inherit;
}
