/*background color*/
	#page_wrapper{
		background: linear-gradient(rgb(255, 255, 255), rgba(250, 241, 210,50%)) 0 / cover fixed;
	}
/*main*/
	#header_2nd.header_bgcolor{
		background-color: rgb(250, 241, 210);
	}
	#header_2nd.header_color{
		color: rgb(90, 90, 90);
	}

/*navbar-item*/
	#header_2nd.header_color .navbar-nav .nav-link {
		color: rgba(90, 90, 90, 1);
	}
	#header_2nd.header_color .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(212, 126, 47, 1);
	}

/*dropdown*/
	@media(min-width: 768px){
		#header_2nd .dropdown_item:focus, #header_2nd .dropdown_item:hover {
			color: rgb(90, 90, 90);
			background-color: rgb(250, 240, 210);
			border-left: 6px solid rgba(212, 126, 47, 1);
		}
		#header_2nd .hover_dropdown:hover .dropdown_btn{
			color: rgba(212, 126, 47, 1);
		}
		#header_2nd .nav-item{
			border-right-color: rgba(90, 90, 90,.75);
		}	
	}