/* Set all parents to full height */
html, body, 
.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: 9999;
	right: 100px;
	top: 50%;
	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: 9999;
	color: transparent;
	width: .9rem;
	height: .9rem;
	outline: none;
	margin: .9rem 0;
	border-radius: 50%;
	border: 4px solid #00CC99;
}

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

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #FF9912;
}

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

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

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.seg span.border {
	color: #fff;
	background-color:rgba(0,0,0,.55);
	padding: .5rem;
	font-size: 100%;
	letter-spacing: .5rem;
}

div .seg {
	margin-bottom: 3%;
}

#fbsection1 {
	background-image: url(../images/joanna.jpg);
}

#fbsection2 {
	background-image: url(../images/caseynme.jpg);
}

#fbsection3 {
	background-image: url(../images/s.jpg);
}

#fbsection4 {
	background-image: url(../images/gme.jpg);
}

#fbsection5 {
	background-image: url(../images/sp.jpg);
}

#fbsection6 {
	background-image: url(../images/ij.jpg);
}
