/**
 * Global CSS
 * By Johan Chavaillaz
 */

body {
	font-family: 'Open Sans', Arial, serif;
	background-color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

p{
 margin: 10px;	
}

header {
	margin: 0px;
	padding: 20px 0px;
	background-color: #923e3e;
	color: white;
}

section { 
	margin: 0px auto;
	width: 1000px;
}

h1 {
	margin: 0px;
}

h2 {
	clear: both;
	position: relative; 
	margin-top: 2em;
	margin-bottom: 0.5em; 
	font-size:1.5em; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #3E6392;
}
/*
h2:before { 
	content: ""; 
	position:absolute; 
	top: 50%; 
	left: 0; 
	width: 100%; 
	border-bottom: 4px solid #3E6392; 
}
*/
h2 span { 
	position:relative; 
	display: inline-block; 
	padding-right: 1.4em; 
	background: #fff; 
}

h3 img {
	vertical-align:middle;
	margin: 0px 5px;
}

canvas {
	border: 0px solid #000000;
	background-color: #EEEEEE;
	margin: 10px auto;
}

.illustration {
	width: 325px;
	text-align: center;
}

.details {
	width: 600px;
	position: relative; 
	padding: 20px 25px; 
	background: #ffffff; 
	border: 3px solid #dce4ed; 
	border-radius: 6px;
}

.details:after,
.details:before {
 	right: 100%; 
	top: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
}

.details:after {
 	border-right-color: #ffffff; 
	border-width: 10px; 
	margin-top: -10px;
}

.details:before {
 	border-right-color: #dce4ed; 
 	border-width: 15px; 
	margin-top: -15px;
}

/*Tweakpane Style */
:root {
	--tp-base-background-color: hsla(230, 7%, 17%, 1.00);
	--tp-base-shadow-color: hsla(0, 0%, 0%, 0.2);
	--tp-button-background-color: hsl(0, 40%, 41%);
	--tp-button-background-color-active: hsl(0, 40%, 35%);
	--tp-button-background-color-focus: hsla(0, 40%, 50%, 1.00);
	--tp-button-background-color-hover: hsla(0, 40%, 50%, 1.00);
	--tp-button-foreground-color: hsla(180, 100%, 96%, 1.00);
	--tp-container-background-color: hsla(230, 7%, 75%, 0.10);
	--tp-container-background-color-active: hsla(230, 7%, 75%, 0.25);
	--tp-container-background-color-focus: hsla(230, 7%, 75%, 0.20);
	--tp-container-background-color-hover: hsla(230, 7%, 75%, 0.15);
	--tp-container-foreground-color: hsla(230, 7%, 75%, 1.00);
	--tp-groove-foreground-color: hsla(230, 7%, 75%, 0.10);
	--tp-input-background-color: hsla(230, 7%, 75%, 0.10);
	--tp-input-background-color-active: hsla(230, 7%, 75%, 0.25);
	--tp-input-background-color-focus: hsla(230, 7%, 75%, 0.20);
	--tp-input-background-color-hover: hsla(230, 7%, 75%, 0.15);
	--tp-input-foreground-color: hsla(230, 7%, 75%, 1.00);
	--tp-label-foreground-color: hsla(230, 7%, 75%, 0.70);
	--tp-monitor-background-color: hsla(230, 7%, 0%, 0.20);
	--tp-monitor-foreground-color: hsla(230, 7%, 75%, 0.70);
	--tp-blade-unit-size: 24px;
}

.tp-rotv {
	font-size: 14px !important;
}

.tp-rotv_t {
	font-weight: bolder !important;
}

.tp-lblv_v {
	min-width: 50% !important;
}

.tp-rotv {
	margin-bottom: 20px;
	/*width: 500px;*/
}
