
.honeycombs{
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index:1;
}

.honeycombs .inner_span{
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(200, 200, 200, 0.8);
	font-family: sans-serif;
	color: #000;
}
.honeycombs .inner-text{
	padding: 10% 15% 0 15%;
	font-size:14px;
	line-height:20px;
}

.honeycombs .honeycombs-inner-wrapper{
	display: inline-block;
	overflow: hidden;
	width: 700px;
	position: relative;
	height: 1200px;
}

.honeycombs .comb{
	position: absolute;
	display: inline-block;
}

.honeycombs .hex_l,
.honeycombs .hex_r{
	overflow: hidden;
	position: absolute;
	/* -webkit-backface-visibility: hidden; */
}

.honeycombs .hex_l{
	visibility: hidden;
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	
	transform: rotate(60deg);
}

.honeycombs .hex_r{
	visibility: hidden;
	-moz-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	-o-transform: rotate(-120deg);
	-webkit-transform: rotate(-120deg);
	
	transform: rotate(-120deg);
}

.honeycombs .hex_inner{
	display: block;
	visibility: visible;
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	
	transform: rotate(60deg);
	
	background-position: center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
	cursor: pointer;
	
}



/*** My Styles ***/

#success-container{
	width:100%;
	margin:auto;
	background-color:#92c583;
}

#success-slideshow-wrapper{
	position:relative;
	z-index:20;
	background-image:url(ss-wrapper.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

#success-slideshow-wrapper2{
	position:relative;
	z-index:20;
	background-image:url(ss-wrapper-blue.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

#success-slideshow{
	position:relative;
	z-index:10;
	/*background-image:url(https://archives.hud.gov/hud50/hud50.hud.gov/wp-content/uploads/2015/04/success-ss2.jpg);  moving image to page*/
	background-position:bottom;
	background-repeat:no-repeat;
	height:690px;
	width:100%;
}
#ssnav-offset{
	height:592px; /* slideshow image - 98px */
}

#success-slideshow-nav{
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	color:#FFF;
	text-align:center;
	z-index:999999;
	margin:auto;
}

#success-slideshow-nav img{
	margin:9px 40px;
}

	@media (max-width: 600px){
	
	#success-slideshow-nav img{
		margin:9px 10px;
	}
	
	}

success-honeycomb{
	padding: 20px 125px;
	/*height:1050px;*/
	/*background-color:#92c583;*/
	clear:both;
}

.success-honeycomb3{
	background-color:#78bfdb;
}

/* dont need anymore after making all 3 pages have the same bar id

#success-slideshow-nav2{
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	color:#FFF;
	text-align:center;
	z-index:9999999;
	margin:auto;
}
#success-slideshow-nav2 img{
	margin:9px 40px;
}

*/
