body{
	overflow-x: hidden;
}
#navbarCollapse a{
	color: #fff;
}
.bg-image-full-no-repeat {
	margin-left: -17px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
}
.bg-image-full {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
}
.bg-dark {
	background-color:#000 !important;
}
.picture_hd{
	-webkit-box-pack: center;
    justify-content: center;
    color: #000;
    text-shadow: 1px 1px #fff;
}
.picture_hd2{
	-webkit-box-pack: center;
    justify-content: center;
    text-shadow: 1px 1px #fff;
}
.picture_hd3{
	-webkit-box-pack: center;
    justify-content: center;
    text-shadow: 1px 1px #ccc;
}
.picture_hd4{
	-webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}
.picture_hd5{
	-webkit-box-pack: center;
    justify-content: center;
    color: rgba(215,197,181,1);
}
.bg_grey{
	background-color: rgba(239,239,239,1);
}
.bg_half{
	background:linear-gradient(
		to bottom, 
		#ffffff 0%, 
		#ffffff 50%, 
		rgba(215,197,181,0.2) 50%, 
		rgba(215,197,181,0.2) 100%
	);
}
@media (min-width: 992px) {
	.cedric_lc{
		position: absolute;
		bottom: -100px;
		left: -160px;
		max-height: 550px;
		max-width: none;
	}
	.ginia_lc{
		position: absolute;
		bottom: -100px;
		left: -130px;
		max-height: 430px;
		max-width: none;
	}
	.rens_bs{
		position: absolute;
		bottom: -100px;
		left: -160px;
		max-height: 500px;
		max-width: none;
	}
	.dining_chair{
		position:absolute;
		left:-100px;
	}
	.dining_tables{
		position:absolute;
		right: -100px;
	}
	.living_space{
		position:absolute;
		left:-100px;
	}

}