#spaakimage {
        background: url("https://www.degrotemolen.nl/assets/img/spaak/spaak4.webp") no-repeat center;
        background-size: cover;
	    min-height: 70vh;
}
.dkcyclinmgseries{
	background-color:#164f93;
}
.dgm-section1{
    margin-top:-15%;
    padding: 10%;
}
.dgm-section1 h4{
    color: #ec6608;
    font-weight: bold;
    font-size: 30px;
}
.dgm-section1 .subheading{
    color: #36a9e0;
	font-weight: bold;
    font-size: 20px;
}
.dgm-section1 .row
{
    margin-top: 10%;
}
.dgm-section2{
    margin-top:-25%;
	margin-bottom:-8%;
    padding: 8%;
}
.dgm-section2 h4{
    color: #0054a3;
    font-weight: bold;
    font-size: 30px;
}
.dgm-section2 .subheading{
    color: #000000;
	font-weight: bold;
    font-size: 20px;
}
.dgm-section2 .row
{
    margin-top: 10%;
}
.dgm-section3{
    margin-top:-25%;
    padding: 10%;
}
.dgm-section3 h4{
    color: #1506ff;
    font-weight: bold;
    font-size: 30px;
}
.dgm-section3 .subheading{
    color: #3e3e3a;
	font-weight: bold;
    font-size: 20px;
}
.dgm-section3 .row
{
    margin-top: 10%;
}
.dgm-img 
{
    text-align: center;
}
.dgm-img img{
    width: 35%;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
.nopadding {
  padding: 2px !important;
  margin: 0 !important;
  outline: 2px solid #333;
  background: #333;
}