@font-face {
font-family: 'Monopoly Bank';
src: url('MonopolyBank.woff') format('woff');
}
@font-face {
font-family: 'CabinSketch';
src: url('CabinSketch-Bold.woff') format('woff');
font-weight:900;
}

        /* Apply border image to the root html element */
        html {
            height: fit-content;
            margin: 5px;
            padding: 5px;
            background-color:#ffb6c1;
	    color: #2c3e50;

        }

        /* Apply the body styles */
        body {
            height: 100%;
            margin: 0;
            padding: 5px; /* Add padding to avoid content touching the border */
            box-sizing: border-box; /* Prevent the padding from expanding the body */
        }
.blink {
animation: blinker 1s step-start infinite;
}
@keyframes blinker { 

0% { color:red;} 
50% { color:black;} 
100% { color:red;} 
}


.header-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px ;
	height: 75px;
	width: 100%;
	margin:0;
	margin-left:-10px;
	background: linear-gradient(to right, #FF8A9B, #ffb6c1);
	font-family:'Monopoly Bank'

/*	background-color: #FFFFFF; /* Bovenkant wit */
}
.header-top img {
width: 100px;
margin-left: -10px;
padding: 0px;

}

.header-top h2 {
margin: 0px;
margin-left: 5px;
margin-bottom: 10px;

}

.header-bottom {
	text-align: right;
	margin:0;
	margin-top:15px;
	color: #355128;
	transition: background-color 0.3s ease, color 0.3s ease; /* Transitie voor smooth effect */
	font-family: 'Monopoly Bank';
}

header h1 {
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 6vw;
	text-align: center;
	font-family: 'Monopoly Bank';
	
}
.ticket{
	display:inline-block;
	margin:0;
	margin-top:-20px;
	margin-right:10px;
	padding: 0px;
	width:120px;
	height: 30px;
	border: 1px solid white;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: 'Monopoly Bank';
	font-size: 24px;
	color: #2c3e50;
	text-decoration:none;
	padding-top:15px;
	background:#FF8A9B;
}
.ticket:hover {
	background-color: #FF8A9B; /* Donkerder roos */
	color: #FFFFFF; /* Verander de tekstkleur naar wit bij hover */

}
nav {
	font-family: 'Monopoly Bank';
	display: flex;
	justify-content: center;
	text-align:right;
	font-size: 20px;
	width: 100%;


}
nav ul {
/*	list-style: none; */
	padding: 0;
	margin: 0;

}

nav ul li {
	display:inline-block;
	margin-bottom:10px;
	margin-right:10px;
	padding: 10px;
	width:120px;
	height: 30px;
	border: 1px solid white;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav ul li:hover {
	background-color: #FF8A9B; /* Donkerder roos */
	color: #FFFFFF; /* Verander de tekstkleur naar wit bij hover */
}

nav ul li a {
	color: #2c3e50;
	text-decoration: none;
	font-size: 1.2em;
	transition: color 0.3s ease; /* Smooth transition for hover */
}

nav ul li a:hover {
	color: #fff; /* Verander naar wit bij hover */
}
	#menu {
		display: flex;
		text-align:center;
		justify-content:center;

	}

section {
	text-align: center;
}

.about {
}

h1 {
	font-family: 'Monopoly Bank';
	font-size: 8em;
	margin:0;
	margin-top: -30px;
	margin-bottom: 10px;
	color: #fa4101;
	-webkit-text-stroke: 1px black;
	letter-spacing: 11px;
	text-decoration: underline;
}
h2 {
	font-family: 'CabinSketch';
	font-size: 2.5em;
	margin-bottom: 20px;
}
h4
{
	font-family: 'Monopoly Bank';
	font-size: 3em;
	margin:0;
	margin-top:30px;
	color: #fa4101;
	letter-spacing:7px;
	text-decoration: underline;
}


p {
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 20px;
}

footer {

	background: linear-gradient(to right, #FF8A9B, #ffb6c1);

	color: #355128;
	padding: 20px 0;
	text-align: center;
	transition: background-color 0.3s ease, color 0.3s ease; /* Transitie voor smooth effect */
}

footer:hover {
	background-color: #507895; /* Donkerder blauw bij hover */
	color: #FFFFFF; /* Verander de tekstkleur naar wit bij hover */
}

footer p {
	margin: 0;
	font-size: 1em;
	text-align:center;
	width: 100%;
	max-width: 10000px;
}

footer a {
	text-decoration: underline;
	transition: color 0.3s ease;
	color: #355128;
}

footer a:hover {
	color: #fff; /* Verander de kleur van de link naar wit bij hover */
}

@media screen and (max-width: 764px) {
	nav {
		position: absolute;
		display:block;
		top: 60px;
		right: 35px;
		z-index: 100;
		margin: 5px;
		width: 10%;
	}
	#menu {
		display: none;
		text-align:center;
		justify-content:center;

	}
	nav ul li {
		display:block;
		margin: auto;
		margin-top: 8px;
		margin-bottom: 8px;
	background: linear-gradient(to right, #FF8A9B, #ffb6c1);
}
	.hamburger {
		position:fixed;
		top:1rem;
		right:1rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 30px;
		height: 20px;
		cursor: pointer;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 4px;
		padding-bottom: 4px;
		z-index: 1000;
	}

	.hamburger div {
		background-color: white;
		height: 3px;
		text-align: right;
		width:100%;
	}
	.header-top img {
		width: 70px;
	}
	
	.header-bottom h1
	{
	font-size: 3em;
	}
	.header-bottom ul 
	{
	margin-right: 2rem;
	background: #ffb6c1;
	}
	
	.header-top h2 {
	font-size : 2em;
	margin-left: 5px;
	margin-top: 10px;
	}
h1 {
	font-family: 'Monopoly Bank';
	font-size: 4em;
	margin:0;
	margin-top: -30px;
	margin-bottom: 10px;
	color: #ff4101;
	-webkit-text-stroke: 1px black;
	letter-spacing: 7px;
	text-decoration: underline;
}
h3 {
	font-size: 1em;
	margin:0;
	margin-top:5px;
	
}
h4
{
	font-family: 'Monopoly Bank';
	font-size: 1.2em;
	margin:10px;
	color: #ff4101;
	-webkit-text-stroke: 0px black;
	letter-spacing: 1px;
	text-decoration: none;
}
h5{
	font-family: 'Monopoly Bank';
	font-size: 0.75em;
	margin:5px;
	color: #fa6500;
	-webkit-text-stroke: 0px black;
	letter-spacing: 1px;
	text-decoration: none;
}
.radio{
	display:flex;
	align-items: flex-start;
	gap: 10px;
}
}
