body{
	background: url('../img/bg-gfactory.jpg') no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}

h3{
	color: #df146e;
	line-height: 20px;
}

a{
	color:#df146e;
}

p{
	color: #707072;
}

.header{
	background-color: rgba(255, 255, 255, 0.90);
}

.logo{
	padding:20px 0px;
}

.content{
	margin-top:10px;
	padding:20px 0px;
	background-color: rgba(255, 255, 255, 0.90);
}

.nav-container{
	margin-top:35px;
}

.nav-items{
	list-style:none;
	float:right;
}

.nav-item{
	float:left;
	padding:5px 10px;
	margin:0px 5px;
	background: #df146e;
	color: #fff
}
.nav-item.active{
	background: #fff;
	color: #df146e
}

.contact-info{
	float:right;
	text-align:right;
	width:100%;
	color: #df146e
}

.carousel-caption{
	position:relative;
	background:none;
	color: #df146e;
}

.showcase-button{
	position:absolute;
	background:#fff;
	box-shadow: 3px 3px 6px #CCC;
	padding: 5px;
	margin-top:-18px;
	top:50% 
}

.carousel-inner .item{
	text-align:center;
}

.carousel-inner .item img{
	box-shadow: 3px 3px 6px #CCC;
	display:inline-block;
}

.about{
	position: relative;
}

.about-content{
	margin-top:40px;
	margin-right:80px;
	position: absolute; 
}

.about-content .panel{
	padding:30px;
	margin-top:8px;
	background-color: rgba(255,255,255,0.93);
	box-shadow: 3px 3px 6px #CCC;
	line-height: 1.6;
}

.showcase-container{
	margin-top:10px;
}

.white-margins{
	padding-left:80px;
	padding-right:80px;
}

.carousel-nav .nav-items{
	float: none;
	text-align:center;
	margin: 0;
}

.carousel-nav .nav-item{
	float: none;
	display:inline-block;

