/*
Show it's not fixed to the top
https://getbootstrap.com/docs/4.3/examples/navbar-static/navbar-top.css
*/
body {
  min-height: 75rem;
}

/*
From example source
*/
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

/*
Own CSS
*/

.container {
    max-width: 1000px !important;
}

.jumbotron {
	padding: 0px !important;
	background: transparent !important;
}

.header-image {
	max-width: 100% !important;
	height: auto;
	display: block;
}

body {
	background: url('/css/bg.jpg') no-repeat center center fixed !important;
	background-size: cover !important;
	color: white !important;
}

.balk {
	width: 100% !important;
	height: auto !important;
	background: transparent !important;
	border: 2px dotted #ff7800;
	padding: 8px;
	min-height: 78px;
}

.gras {
	width: 100% !important;
	height: auto !important;
	background-image: url('../images/gras.png');
	min-height: 118px;
	background-size: cover;
}

.chat_frame {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	border: 0px;
	max-width: 100%;
	min-height: 460px;
}

@media (max-width: 1200px) {
	.chat_frame {
		min-height: 520px;
	}
}

audio {
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
float: left;
max-width: 150px;
}

/*

chat bg transparant
kleur: 87ff00;
bekijken: red
chat: center

*/
