html {
	font-family: sans-serif, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
	display: block;
  }
  body {
	margin: 0;
	font-family: sans-serif, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-color: #1d262f;
	background-image: url(../img/stadsmuseum-groenlo.jpg);

	background-position: center; /* Center the image */
	background-attachment: fixed;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	text-align: center;
	color: #0c2230;
	padding: 15px;
  }
  [tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
  }
  hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
  }
  p {
	margin-top: 0;
	margin-bottom: 1rem;
  }
  abbr[data-original-title],
  abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
  }
  address {
	font-style: normal;
	line-height: inherit;
  }
  address,
  dl,
  ol,
  ul {
	margin-bottom: 1rem;
  }
  dl,
  ol,
  ul {
	margin-top: 0;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
	margin-bottom: 0;
  }
  dt {
	font-weight: 700;
  }
  dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
  }
  blockquote {
	margin: 0 0 1rem;
  }
  b,
  strong {
	font-weight: bolder;
  }
  small {
	font-size: 80%;
  }
  sub,
  sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
  }
  sub {
	bottom: -0.25em;
  }
  sup {
	top: -0.5em;
  }
  a {
	color: #222930;
	text-decoration: underline;
	background-color: transparent;
  }
  a:hover {
	color: #000;
	text-decoration: none;
  }
  a:not([href]):not([class]),
  a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
  }
.lead { font-size: 120%;}
.header_logo { max-width: 280px; margin: 40px auto 40px auto; }
.div_oranje { max-width: 550px; margin: 40px auto; padding:40px; background-color: rgba(250,166,52, 0.9); }
.div_wit { max-width: 550px; margin: 40px auto; padding:40px; background-color: rgba(255,255,255, 0.95); }
.div_blauw { max-width: 550px; margin: 40px auto; padding:20px; background-color: rgba(12,34,48, 0.95); color:#ffffff }
.div_blauw a { color:#ffffff; text-decoration: underline; }