body, html {
    height: 100%;
    margin: 0;
}

body{
margin-top: 56px!important;
}

h2, h3 {
	font-size: 30px;
    margin-top: 50px;
	margin-bottom: 65px;
	text-align: center!important;
}

h3 {
	color: #fcfcfc;
}

.text-white{
	color: #fcfcfc;
}

/*Navigation*/

header {
 	padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
	  padding: 156px 0 100px;
  }
}


section {
  padding: 10px 0;
}

/*Responsive banner*/
.responsive {
    width: 100%;
    height: auto;
}
/*Sectie opmaak*/

.section-bg-black{
	background-color: #0f3555;
	padding: 25px 0;
}

/* Button*/

.button a,
.button a:active,
.button a:focus,
.button a:hover,
.button a:visited {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .2s;
}

/* PRICE TABLE - inschrijving*/
.row-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.price-table {
    max-width: 400px;
    min-height: 320px;
    background-color: #fff;
    border-radius: 0 0 0 25px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 8px #ccc;
    display: block;
    margin: 10px auto;
    padding: 0 0 8px 0;
    text-align: center;
}

.price-table span {
    display: block;
}

.price-table span:first-child {
    padding: 16px 0 0 0;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

.price-table span:nth-child(2) {
    padding: 0 0 16px 0;
	font-size: 1.25em;
	font-weight: bold;
}

.price-table span:nth-child(3) {
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.2em;
}

.price-table > ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.price-table > ul > li {
    display: block;
    padding: 8px 0;
}

.price-table > ul > li:first-child {
    border-top: 1px solid #ccc;
}

.price-table > ul > li {
    border-bottom: 1px solid #ccc;
}

.price-table a,
.price-table a:active,
.price-table a:focus,
.price-table a:hover,
.price-table a:visited {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .2s;
}

/* Colors */
.pt-bg-bronze span:first-child {
    background-color: #CD7F32;
    color: #212121;
}

.pt-bg-bronze span:nth-child(2) {
    background-color: #CD7F32;
    color: #212121;
}

.pt-bg-bronze a {
    border: 3px solid #CD7F32;
    color: #212121;
    margin-top: 8px;
}

.pt-bg-bronze a:hover {
    background-color: #CD7F32;
    color: #fff;
} /* End Color Black */

.pt-bg-silver span:first-child {
    background-color: #C0C0C0;
    color: #212121;
}

.pt-bg-silver span:nth-child(2) {
    background-color: #C0C0C0;
    color: #212121;
}

.pt-bg-silver a {
    border: 3px solid #C0C0C0;
    color: #212121;
    margin-top: 8px;
}

.pt-bg-silver a:hover {
    background-color: #C0C0C0;
    color: #fff;
} /* End Color Silver */

.pt-bg-gold span:first-child {
    background-color: #D4AF37;
    color: #212121;
}

.pt-bg-gold span:nth-child(2) {
    background-color: #D4AF37;
    color: #212121;
}

.pt-bg-gold a {
    border: 3px solid #D4AF37;
    color: #212121;
    margin-top: 8px;
}

.pt-bg-gold a:hover {
    background-color: #D4AF37;
    color: #fff;
} /* End Color Gold */

.pt-bg-platina span:first-child {
    background-color: #A0B2C6;
    color: #212121;
}

.pt-bg-platina span:nth-child(2) {
    background-color: #A0B2C6;
    color: #212121;
}

.pt-bg-platina a {
    border: 3px solid #A0B2C6;
    color: #212121;
    margin-top: 8px;
}

.pt-bg-platina a:hover {
    background-color: #A0B2C6;
    color: #fff;
} /* End Color Platina */

.bt-bg-jobconnect span:first-child {
    background-color: #0f3555;
    color: #212121;
}

.bt-bg-jobconnect span:nth-child(2) {
    background-color: #0f3555;
    color: #212121;
}

.bt-bg-jobconnect a {
    border: 3px solid #0f3555;
    color: #212121;
    margin-top: 8px;
}

.bt-bg-jobconnect a:hover {
    background-color: #0f3555;
    color: #fff;
} /* End Color Jobconnect */