/* Set all parents to full height */
html, body, main, wrapper,
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 3999;
	/* right: 20px; */
	/* top: 45%; */
	/* width: 26px; */
	/* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 3999;
	color: #fff;
	/* width: 12px; */
	/* height: 12px; */
	outline: none;
	/* margin: 25px 0; */
	/* border-radius: 50%; */
	/* border: 2px solid #fff; */
}

.no-touch .cbp-fbscroller > nav a:hover {
	/* background: rgba(255,255,255,0.6); */
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
	/* background: #fff; */
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; min-height: 100%;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}

.footer > nav {
	text-align:center;
}

.footer > nav a {
	display: inline-block;
	position: relative;
	z-index: 3999;
	color: transparent;
	width: 26px;
	height: 26px;
	outline: none;
	margin:  5px 25px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.no-touch .footer > nav a:hover {
	background: rgba(255,255,255,0.6);
}
.footer > nav a:active {
	background: rgba(255,255,255,0.8);
}
.footer > nav a:focus {
	background: rgba(255,255,255,0.8);
}


#menuh a {float: left; display: block; padding: 0.5em 1em; text-decoration: none; font-size:1em; color:#fff;font-family:verdana; font-weight:bold; margin-top:0.5em}
#menuh.on a {background:#3F496D; border :2px solid #fff; color: #fff; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; }
#menuh a:focus,
#menuh a:hover,
#menuh a:active {background:#3F496D; border :2px solid #fff; color: #fff; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}