/*.......................................basisopmaak............................................................*/

body {
	background-image: url(https://cutewallpaper.org/27/black-and-gold-background-wallpaper-hd/302229182.jpg) ;
	
}

#wrapper {
	background-color: transparent;
	background-image: url(https://i.pinimg.com/474x/72/af/3e/72af3ec04ffe154ad9d89932a5bd8022.jpg);
	width: 700px;
	margin: auto;
}

header {
	width: 700px;
	height: 150px;
	margin: auto;
	background-color: transparent;
	color: white;
}

h1 {
	color: white;
	text-shadow: 1px 1px black;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
    transform: scale(1.1); 
    transition: transform 0.4s; 
    display: inline-block; 
   }

p { color: #a6a6a4;
	font-family: Courier New, monospace;
	text-shadow: 1px 1px #FFD700; }

h4 {
	color: #FFD700;
}

img {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.img {
	
	margin-right: 10px;
	margin-top: 100px;
	margin-bottom: 10px;
	float: left;
}


article {
	text-align: center;

}

#article1 {
	mix-blend-mode: plus-lighter;
	font-size: 11px;
	font-family: Comic Sans MS, Comic Sans, cursive;
	color: white;  /*#a6a6a4*/
	text-shadow: 1px 1px black;
	width: 500px;
	text-align: center;
	}
.container {
	justify-content: center;
	display: flex;
	align-items: center;
}

#block2 {
	float: right;
	justify-content: right;
	display: inline-block;
	align-items: normal;
	font-size: 15px;
	color: white;
	text-shadow: 1px 1px black;
	width: 400px;
	text-align: center;
}

#ageraplaatjes {
	width: 600px;
	margin: auto;
	color: #a6a6a4;
	text-shadow: 1px 1px #FFD700;
	font-family: cursive;
	font-size: 21px;
	text-decoration: underline;
	text-decoration-color: #FFD700;
	text-decoration-thickness: 2px;
	text-decoration-skip-ink: auto;
}

.image-container {
  text-align: center;
  background-color: #FFD700;
  border: 5px solid black;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.image-caption {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  color: black;
  font-family: Comic Sans MS, Comic Sans, cursive;
}



/*.....................DropMenu................................*/


.dropdown { position: absolute; display: inline-block; } 
.dropbtn { background-color: black; 
	color: white; 
	font-family: Comic Sans MS, Comic Sans, cursive;
	padding: 10px 20px; 
	border: groove; 
	cursor: pointer; } 
	.dropdown-content 
	{ display: none; 
	font-family: Comic Sans MS, Comic Sans, cursive;
	position: absolute;
	background-color: black;
	min-width: 160px; 
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1; } 
.dropdown-content a { color: white; 
	padding: 12px 16px; 
	text-decoration: none;
	display: block; } 
.dropdown-content a:hover { background-color: #2b2b2b; 
	transition: none;
	transform: none;

} 
.dropdown:hover 
.dropdown-content { display: flex; } 
.dropdown:hover 
.dropbtn { background-color: #2b2b2b; } 

.column {
    flex: 1;
    padding: 10px;
}
 .column h4 {
    font-weight: bold;
    margin-top: 0;
}

/*...........contactblok...............................*/

.container123 {
	text-align: center;
	color: white;
	background-image: url(https://wisynco.com/wp-content/uploads/2014/12/footer-background-011.jpg);
}

.content123 {
	display: flex;
	justify-content: space-around;
	color: white;
	background-image: url(https://wisynco.com/wp-content/uploads/2014/12/footer-background-011.jpg);
}

ul {
	list-style-type: none;
}

.socials {
	text-align: center;
	margin-right: 2%;
	color: white;
	width: 700px;
	margin: auto;
	background-image: url(https://wisynco.com/wp-content/uploads/2014/12/footer-background-011.jpg);
}

h3 {
	font-family: "Anton", sans-serif;
	letter-spacing: 2px;
	font-size: 2rem;
	color: white;
}

ul li {
	font-family: "Tilt Neon" cursive;
	font-size: 1rem;
	line-height: 2.5rem;
	margin-top: 15%;
	color: white;

}

ul li:hover {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: yellow;
	color: white;
}

.copyright-content123 {
	margin-top: 225px;
	text-align: center;
	color: yellow;
	opacity: 0.0;
}

h5 {
	font-size: 1rem;
	font-family: "Kanit" sans-serif;
}



/*..............................*/



.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


/*.........................................*/

