html	{
	background: #cfccc9 url(../images/shell/bg-body.jpg) center center;
	/* background-size: 100% 100%; */
	}
body	{
	color: #231F20;
	}	
a:link, a:visited	{
	 color: #957d4c;
	 }
a:hover	{
	 color: #000;
	 }	
.fullContainer.hdr	{	
	position: relative;
	background: url(../images/shell/bg-hdr.jpg) center center;
	background-attachment: fixed;
	}	
.fullContainer.footerArea	{
	color: #fff;
	text-transform: uppercase;
	/* background: #ab7d31; */
	background:  #231f20;
	border-top: 1px solid #4f3b2a;
	}
#sticky_navigation	{
	background: #231f20;
	}
.quote	{
	border-left: 5px solid #CA9D52;
	background: #fdfdfd;
	background: rgba(255,255,255,.95);
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	}
ul.bullet li:before	{
	color: #6a5f4b;
	}
a#toTop	{
	background: #957D4C; 
	color: #231f20!important; 
	}
a:hover#toTop	{
	opacity: .75;
	}
h1,h2,h3,h4	{
	color: #CFA052;
	margin: 0 0 10px 0;
	font-weight: 400;
	}
header h3	{
	color: #ddd;
	}
	
	
nav ul li a 	{
	color: #957d4c!important;
	border-left: 1px solid #000;
	border-right: 1px solid #444;
	font-weight: 400!important;
	}
nav ul li a	{
	border: none!important;
	}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a	{
	/* background: #957d4c; */
	color: #ddd!important;
	}
body.home #nav ul li.home a, 
body.about #nav ul li.about a,
body.experience #nav ul li.experience a,
body.gallery #nav ul li.gallery a,
body.designing-elements #nav ul li.designing-elements a	{
	color: #ddd!important;
	}	
ul li.home a:before	{
	font-family: FontAwesome;
	content: "\f015";
	margin: 0 5px 0 0;
	}	
li.gallery a:before	{
	font-family: FontAwesome;
	content: "\f1c5";
	margin: 0 5px 0 0;
	}
ul li.about a:before	{
	font-family: FontAwesome;
	content: "\f05a";
	margin: 0 5px 0 0;
	}
ul li.experience a:before	{
	font-family: FontAwesome;
	content: "\f19d";
	margin: 0 5px 0 0;
	}
ul li.experience a:before	{
	font-family: FontAwesome;
	content: "\f19d";
	margin: 0 5px 0 0;
	}	
ul li.designing-elements a:before	{
	font-family: FontAwesome;
	content: "\f1fc";
	margin: 0 5px 0 0;
	}	
	
/* FLOWY */
.flowy .overlayText	{
	position: absolute; 
	z-index: 2; 
	top: 0px; 
	left: 0px;
	right: 0px; 
	padding: 20px 30px; 
	background: rgba(0,0,0,.5);
	}
.flowy .overlayText	{
	background: rgba(0, 0, 0, .5)!important;
	}
.flowy h1	{
	font-size: 2.5em; 
	line-height: 2;
	color: #fdfdfd;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	border: none!important;
	margin: 0!important;
	}
.flowy h1 a	{
	color: tan;
	text-decoration: none;
	}
.magnify	{
	position: absolute; 
	z-index: 2; 
	bottom: 25px; 
	right: 25px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background: rgba(0,0,0,.5);
	text-align: center;
	}
.magnify h1	{
	font-size: 25px;
	}
.credits	{
	position: absolute;
	z-index: 1000; 
	bottom: 7px; 
	right: 30px;
	font-size: 14px;
	font-weight: 700;
	color: tan;
	text-shadow: 1px 1px 1px rgba(0,0,0,.9);
	}
.credits i	{
	font-weight: 400!important;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1024px)	{
	#nav ul li a {
	font-size: 13px!important;
	}
}	
	
@media only screen and (max-width: 768px) {
	body.home #nav ul li.home a, 
	body.about #nav ul li.about a,
	body.experience #nav ul li.experience a,
	body.gallery #nav ul li.gallery a,
	body.designing-elements #nav ul li.designing-elements a	{
	color: #D9A052!important;
	
	}
	#nav > ul > li:hover > a,
	#nav > ul:not( :hover ) > li.active > a	{
	color: #D9A052!important;
	}
}