* {
    scroll-behavior: smooth!important;
}
html {
	overflow-y: scroll;
}
body {
	color: #fff;
	font-size:1.7em;
	margin: 0;
	padding: 0;
	padding-right: 0!important;
	background-image: url(../img/vandaagleek.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
img {
	max-width: 100%;
	height: auto!important;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
    outline:0 none !important;
	text-decoration:none;
}
*:focus, *:visited, *:active, *:hover  {
	outline:0 !important;
}
*::-moz-focus-inner {
	border:0;
}
button::-moz-focus-inner {
	border: 0;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
hr {
	border: 1px dotted #535353;
}
a {
	color: #D0A34B;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
	color: #B28625;
	opacity:0.9;
	text-decoration:none;
}
h1, h2, h3, h4 {
	font-family: 'ubuntu', Sans-serif;
    letter-spacing: 1px;
	color: #AC811F;
	word-break: break-word;
	margin:30px 0;
}
h1, h2, h3 {
    text-transform: uppercase;
}
@media (min-width:768px) and (max-width: 1200px) {
	h1 {
		font-size: 4vw;
	}
	h2 {
		font-size: 3vw;
	}
}
@media (max-width:767px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.8rem;
	}
}
h4, .h4 {
    font-size: 20px;
}
h5 {
	font-family: 'Caveat', cursive;
	font-size:30px;
	margin:0;
}
.knop {
	background: #000;
    color: #B28625;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center;
    width: max-content;
    border: 1px solid #414141;
    border-radius: 10px;
	    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.knop:hover {
	color: #B28625;
	opacity:0.9;
	text-decoration:none;
}
/*menu*/

/*puur voor ontwikkeling verbergen*/
.navbar,
.page-header,
.breadcrumb {
	display:none;
}
/*einde*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #916d01;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    min-height: 70px;
	border: 15px solid #fff;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-toggle {
    margin-top: 18px;
	border-radius:0;
}
.navbar-collapse { 
    max-height: 100% !important; 
}
/*einde menu*/
/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	border: 1px solid #444750;
	width: 33%;
	margin: 1px;
	font-size: 0.9em;
}
.binnen p {
	margin: 0;
}
@media (max-width: 1199px) {
	.buiten {
		flex-wrap: wrap;
	}
	.binnen {
		flex: 1 0 95%;
	}
}
/*einde flex tabel*/
/*fixed*/  
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.wrapper {
	flex: 1;
	background: rgb(18 12 0 / 72%);
}
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #1c282b;
	color: #c1c1c1;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #c1c1c1;
}
footer a:hover {
	color: #909090;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #AC811F;
}
.credit {
	text-align:center;
	font-size:85%;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
	right:0;
    display: block; 
	display: none;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.5);
	padding: 15px;
	border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
	color:#fff!important;
}