#header #nav-section {
	background-color:	#ffffff;
}

.navbar-nav > li > a {
	color:				#6D5252;
}

#wrapper .action-box {
	background-color:	#4F5356;
	color:				#DDD;
}

#footer #copyright {
	background-color:	#4F5356;
	color:				#DDD;
}

#footer #copyright a {
	color:				#DDD;
}

#nav-section {
  min-height: 160px;
  min-width: 320px;
  padding: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#nav-section.shrink {
  min-height: 120px;
}
