body{
		background-color:#0492D4;
}

#d_start{
			text-align:center;
			width: 100%;
			padding-top: 40vh;
		}
button 	{
			background-color: #FFFFFF; 
			border: none;
			color: black;
			padding: 20px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 1.5em;
			margin: 4px 2px;
			cursor: pointer;
			border-radius: 20px;
		}
		
@media screen and (max-device-width:640px) {
	button {font-size: 2em; 
			width: 100%!important;}
	#d_vraag 	{
					font-size: 2em!important; 
				}
	#d_start{	text-align:center;
				width: 80%;
				margin-left: 10%;}
	#d_uitleg	{
					font-size: 2em!important;
				}
}

#d_kader{
			text-align: center;
			height: 90vh;
			width: 80%;
			margin-left: 10%;
			display:none;
		}

#d_vraag{
			color:white;
			height: 25vh;
			padding-top: 5%;
		}
#d_antwoorden 	{
					min-height:40%;
				}
#b_controlB	{
				
				background-color:orange;
			}
.answButs	{
				width: 50%;
			}
.overlay		{
				position:absolute;
				height: 70vh;
				width: 70vw;
				background-color:white;
				position: absolute;
				top: 15%;
				left: 15%;
				z-index:1002;
				border-radius: 20px;
			}
#black_overlay {
					display: none;
					position: absolute;
					top: 0%;
					left: 0%;
					width: 100%;
					height: 100%;
					background-color: black;
					z-index: 1001;
					-moz-opacity: 0.5;
					opacity: .50;
					filter: alpha(opacity=50);
				}
#d_opnieuw		{
					bottom:0;
					margin:30px;
				}
#d_opnieuwB		{
					background-color:#4CAF50;
				}
.ovelayTitle	{
					margin:30px;
					font-size: 3em;
				}
#d_feest		{
					margin:30px;
				}
#d_vraag		{
					font-size: 1.5em;
				}
#d_logoMain		{
					background-color:white;
					position: absolute;
					right:0;
					bottom:0;
					padding:10px;
					padding-right:0px;
				}	
#b_slaOver		{
					background-color:white;
					position: absolute;
					right:330px;
					bottom:0;
					padding:10px;
					padding-right:0px;
					height: 82px;
					display:none;
				}
#b_slaOverB		{
					height: 52px;
				}
#d_uitleg		{
					font-size: 1.5em;
				}

