/*main*/
	#header_2nd.header_bgcolor{
		background-color: rgb(96,193,124);
	}
	#header_2nd.header_color{
		color: white;
	}

/*navbar-item*/
	#header_2nd.header_color .navbar-nav .nav-link {
		color: rgba(255, 255, 255, 0.8);
	}
	#header_2nd.header_color .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.9);
	}

/*dropdown*/
	@media(min-width: 768px){
		#header_2nd .dropdown_item:focus, #header_2nd .dropdown_item:hover {
			color: rgb(90, 90, 90);
			background-color: rgb(227, 242, 231);
			border-left: 6px solid rgb(26, 138, 59);
		}
		#header_2nd .hover_dropdown:hover .dropdown_btn{
			color: rgba(255, 255, 255, 0.9);
		}	
	}
