body {
	background-color: #2175d9;
}

.0f1942container {
	padding-top:25px;
}

.center {
	text-align: center;
}

.logo {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.pijltjes {
    text-align: center;
    visibility: hidden;
}

.pijltjes img {
    height: 100%;
    max-height: 482px;
}

.videovakje {
	position: relative;
	padding-bottom: 56.25%; /* 16:9. voor 1:1: 100% */ 
	background-color:black;
}

.videoplayert {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    box-shadow: 0 4px 8px 0 #0f1942, 0 6px 20px 0 #0f1942;
}

.btn {
	margin:5px;
}