

body,
html {
    height: 100%;
	margin: 0px;
	font-family: 'mivbstibin_boldregular', Helvetica, Arial, sans-serif;
	background-color: #ffc20e;
	background-image:url(../assets/bg_nl.jpg);
	background-position: bottom center;
	background-size: contain;
	background-repeat:  no-repeat;
	color: #995c07;
	font-size: 30px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'mivbstibin_boldregular', Helvetica, Arial, sans-serif;
}

body {
	padding-top: 30px;
}

h1  {
	
	font-size: 240%;
}

h3  {
	
	font-size: 120%;
}

h2  {
	
	font-size: 180%;
}

p, label {
	font-size: 120%;
	font-weight: normal;
}

.btn-mivb {
	background-color: white;
	color: #995c07;
	font-size: 200%;
}

.btn-mivb-sm {
	background-color: white;
	color: #995c07;
	font-size: 120%;
}


input.apple-switch {
	position: relative;
	appearance: none; outline: none;
	width: 50px; height: 30px;
	background-color: #ffffff; border: 1px solid #D9DADC;
	border-radius: 50px; box-shadow: inset -20px 0 0 0 #ffffff;
	transition-duration: 200ms;
}

input.apple-switch:after {
content: "";
position: absolute;
top: 1px; left: 1px;
width: 26px; height: 26px;
background-color: transparent;
border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
border-color: #4ED164;
box-shadow: inset 20px 0 0 0 #4ED164;
}

input.apple-switch:checked:after {
left: 20px;
box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
