.np_flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.np_menu {
	display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
height: 50px;
text-align: center;
background: var(--dark);
font-family: var(--mainfont);
text-transform: uppercase;
}

.np_content {
	width: 90%;
padding: 5px;
border: 1px solid var(--dark);
border-top: none;
background: #000;
}

.np_table:nth-child(even)  {
	background-color: var(--dark);
}

.np_table:nth-child(odd)  {
	background-color: #000;
}

.item_flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:10px 0px 20px;
}

.item_container{
	border: 1px solid #e6e6e6;
	margin: 30px 10px 0px;
	width: 325px;
	position: relative;
min-height: 200px;
}

.item_headerline{
	margin-top: -20px;
	margin-left: 10px;
}

.item_legend{
	background-color: #e6e6e6;
	padding: 3px 10px;
	text-transform:uppercase;
	font-family: Oswald;
	font-size: 15px;
	letter-spacing:0.1em;
}
.item_desc{
	margin: 10px;
}
.item_info{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 5px 0px 10px 15px;
	position: absolute;
bottom: 0;
width: 95%;
}