                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
/* Voeg hier jouw eigen CSS toe */

.pad-title, .cursustitel {
  color: #C75B2D !important;
	margin-bottom: 10px;
}

.btn-link {
    color: #ffffff!important;
    border-color: #C75B2D!important;
    border-radius: 100px;
    font-size: 22px;
    background-color: #C75B2D!important;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 768px), (max-width: 1024px) {
    .btn-link {
        display: block; /* Change the display property to block */
        margin: 0 auto; /* Center horizontally using margin */
        clear: both;
			float: none;
    }
}


.pad-date{
	font-size: 18px;
	padding-bottom: 10px
}

.pad-full{
	 font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;

}
