@charset "UTF-8";
/* some css stuff specific to things skrollr does */

body, html {
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
}

section{
	padding-bottom: 25px;
	
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding:0;
	margin:0;
}

.hsContent {
	display: table-cell;
	vertical-align: middle;
	padding:0;
	margin:0;
}

.skrollCaption{
	color: #FFFFFF;
	position: absolute;
	bottom: 50px;
	right: 1%;
	text-shadow: 0px 0px 6px rgba(0,0,0,1.00);
}

.spacer{
	height:20px;
}
#streetgirls .bcg{background-image:url('../img/streetgirls2.jpg')}

#danielsit .bcg {background-image:url('../img/danielsit.jpg')}

#hotlips .bcg {background-image:url('../img/hotlips.jpg')}

#mintkid .bcg {background-image:url('../img/mintandchild.jpg')}

#creep .bcg {background-image:url('../img/handonface2.jpg')}

#be .bcg {background-image:url('../img/be.jpg')}

#yellowshirt .bcg {background-image:url('../img/yellowshirt2.jpg')}

#candyland .bcg {background-image:url('../img/candyland.jpg')}

#walkaway .bcg {background-image:url('../img/walkaway.jpg')}