@charset "UTF-8";
/* CSS Document */

		/* http://meyerweb.com/eric/tools/css/reset/ 
   		v2.0 | 20110126
   		License: none (public domain)
		*/

		html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			font: inherit;
			vertical-align: middle;
		}

		/* TYPSNITT
		font-family: dinosaur, sans-serif;
		font-weight: 100;
		font-style: normal;


		DINosaur Book
		font-family: dinosaur, sans-serif;
		font-weight: 400;
		font-style: normal;


		DINosaur Bold
		font-family: dinosaur, sans-serif;
		font-weight: 700;
		font-style: normal; */

		/* HTML5 display-role reset for older browsers */
		article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block;
		}

		html {
			scroll-behavior: smooth;
			overflow-y: scroll;
		    -webkit-overflow-scrolling: touch;

		}

		body {
			line-height: 1;
			font-family: "dinosaur", sans-serif;
			color:#000769;
		}

		ol, ul {
			list-style: none;
		}

		blockquote, q {
			quotes: none;
		}

		blockquote:before, blockquote:after, q:before, q:after {	
			content: '';
			content: none;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		/* END OF RESET */

#wrapper {
	width: 100%;
}


/* NAVIGATION */

#nav {
	width: 100%;
	height:100px;
	position: fixed;
	bottom:0px;
	background: #f0b40a;
	
	-webkit-box-shadow: 0px 50px 100px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 50px 100px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 50px 100px 20px rgba(0,0,0,0.5);
}

#nav a {
	color:#000769;
	font-size: 1em;
	font-weight: 200;
}

#nav ul li {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 14px 0px;
}

#nav img {
	height: 50px;
	margin-bottom: 10px;
}

.btn {
  border: none;
  outline: none;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #b7d86d;
}


/* MW DIV */

.selection {
	width: 100%;
	height: 80px;
	text-align: left;
	font-size:1.3em;
	overflow: hidden;
}

.selection img {
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: #000769;
}

.selection.even {
	background: #FFFFFF;
}

.selection.odd {
	background: #EEF8F7;
}

.selection.title {
	color:#000769;
	background: #F0B40A;
	font-size: 2em;
	font-weight: 900;
	height: auto;
	padding:34px 20px;
}



