/*
rood	#73241a
oranje 144C  -  242,139,0  -  f28b00
CoolGrey 1C
*/

@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lobster:wght@400;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Asap:wght@400;700&display=swap);

html {
	font-size: 1rem;
	background: transparent;
}

body {
	font-family: 'Roboto Slab', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	/*background: transparent url('img/uitroepteken-bg-102.png') repeat;*/
}
#logo-box {
	min-height: 120px;
	background: #fff url('img/logo.png') no-repeat center center;
	background-size: contain;
}
#main {
	/*background: transparent url('img/uitroepteken-bg.png') repeat;*/
}
section .panel {
	padding: 2rem 0rem;
}
h1, h2 {
	font-family: 'Lobster', sans-serif;
	font-weight: 400;
	color: #666;
	color: #ffa300;
}
h1, h2, h3, h4, h5, h6 {
	color: #f28b00;;
}
/*
h1, h2 {
	background-color: #333;
	padding: 0 .5rem .25rem .5rem;
}
*/
h3, h4, h5, h6 {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	line-height: 1.75rem;
}
h1 {
	font-size: 250%;
}
@media screen and (max-width: 39.9375em) {

	h1 {
		font-size: 175%;
	}
	
}
/* STICKY MENU */
.title-bar {
	background-color: #5c061a;
	background-color: #f28b00;
}
.top-bar {
	background-color: #73142a;
	background-color: #f28b00;
	font-weight: bold;
	font-family: 'Roboto Slab', 'Oswald', sans-serif;
	/*text-transform: uppercase;*/
}
.top-bar-left {
	background-color: transparent;
}
.top-bar-left .menu {
	color: #fff;
	background-color: transparent;
}
.top-bar-left .menu .menu-text {
	color: #fff;
	background-color: transparent;
}
.top-bar-right ul.menu  {
	background-color: transparent;
}
.top-bar-right .menu li a {
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto Slab', 'Oswald', sans-serif;
	/*text-transform: uppercase;*/
}

.accolade {
	padding: 2rem 0;
}
.accolade img {
	width:100%;
}
img[align="left"],
img[style="float:left"]{
	margin-right: 2rem;
}
img[align="right"],
img[style="float:right"]{
	margin-left: 2rem;
}
img[sizes="50"]{
	width: 50%;
	min-width: 50%;
	height: auto;
	margin-bottom: 2rem;
}
@media screen and (max-width: 39.9375em) {

	img[sizes="50"]{
		width: 100%;
		height: auto;
		margin: 1rem 0 2rem 0;
	}
	
}
.panel {
}
ul {
	margin-top: .5rem;
	margin-bottom: .5rem;
	list-style-position: inside;
}

#footer {
}
#footer . panel {
	padding: 0;
}
.callout {
	border: 1px solid #fff;
	box-shadow: 0 1px 5px 1px #ccc;
}
.radius, .round {
	border-radius: .25rem;
}