body {background:white}
a.menu { color:#707070; font-weight:bold}
a.menu:active, a.menu:hover {color:#000000; }
.dropdown.menu > li.is-active > a { color: #799eb1; }
  
.off-canvas {background-color:#000000 !important}

p { color:teal }
h1 { font-size:1.8em !important; color:teal !important; }
h2 { font-size:1.5em !important; color:#2ba6cb }
h3 { font-size:1.2em !important; }
h4 { font-size:1em !important; }
h5 { font-size:0.7em !important; }

.header { background:white; color:teal !important; }
.footer { background:white; color:#b0b0b0 !important; font-size:0.9em; margin:0; padding:15px }

/* Cookie Law */
#cookie-law { max-width:1200px; background:#EEEADD; margin:10px auto 0; border-radius: 17px; -webkit-border-radius: 17px; -moz-border-radius: 17px; }
 
#cookie-law p { padding:10px; font-size:1em; font-weight:normal; text-align:center; color:#682008; margin-bottom:10px; }

label {color:#2ba6cb  }

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #2ba6cb url("/images/icon-up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

a:hover.back-to-top {
	background-color: #000;
}

body.is-reveal-open {
	overflow: visible;
}

.reveal-overlay {
	overflow-y: hidden;
}
