

body {background:#343a40 url('../assets/orangerie_jungle.jpg'); background-size:cover; background-repeat: no-repeat; d background-position: center top;}
body, p, ul, li, h1, h2, h3, h4 {font-weight:600; color:#fff;}



/* progress bars */
.progress-group {position:relative; margin-bottom:40px;}
.progress-bar-iglu {background-color: #4bbf73; }
.progress {background:#343a40; height:12px; margin-bottom:2px;}
.measurement {font-size:12px;}
.annotation {position: absolute; top: -7px; text-align: center; border-left:2px solid #a59f5e; height:7px; border-radius:1px;}
.annotation-value {top: -19px; position: absolute; left: -25px; width: 50px; font-size: 16px;}


/* SPA view */
.small-desc {
	font-weight:400;
	font-size:85%
}

/* loader*/
/* This only works with JavaScript, if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../assets/spinner.svg) center no-repeat #343a40;
}