/******************************************************/
/***************** HERO TOP  **************************/
/******************************************************/

#NF_heroTop {

	display: flex;
	flex-wrap: nowrap;
	height: 78px;
	background-position: center;
	background-size: cover;
	flex-direction: column;

  }


#NF_heroTop #NF_logoNavlinks {

	width: 100%;
	height: 65px;
	padding: 0% 0% 1% 0%;
	opacity: 82%;
	border-bottom: 1px solid #883f2b;

}

#NF_heroTop #NF_logoNavlinks .NF_container {

	width: 840px;
	margin: 0% auto;

}

/* Headline in the header */

#NF_heroTop  H1 {

	font-family: "Patua One", sans-serif;
	font-size: 280%;
	font-weight: 800;
	line-height: 1.3em;
	text-Shadow: 2px 5px 5px rgba(0, 0, 0, 0.8);
	margin: 4% 20% 2% 10%;
	color: #fffee8e8;
	letter-spacing: .1rem;


 }

#NF_heroTop .NF_text {

	width: 80%;

}
