#content{
	background: #0e0e0e;
	color: #fff;
	background-image: url(/s/v2/img/nutrition.background2.png);
	background-size: 150px;
}
h1, h2, h3, h4 {
	color: #ffffff;
}

.page-title h1 {
	margin-top: 0px;
    color: #00ffbf;
}

.page-title::after {
	background-image: linear-gradient(60deg, #004a376b 0%, #00261d 50%, #000202 50%, #003d4ae0);
	z-index: 0;
}
.page-title {
    border-bottom: solid 10px #161616;
    background-image: url(/s/v2/img/nutrition.background.webp);
    background-size: cover;
    background-position: center;
}
.page-title h1{
	z-index: 1;
}
.page-title img{
	height:50px;
	z-index: 1;
	filter: drop-shadow(0px 0px 05px #000);
}

#content>div>div{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
/**/
#content a{
	display:block;
	flex:1;
	min-width:120px;
	max-width:200px;
	margin:5px;
	border: solid 1px #00000000;
	border-radius: 10px;
	/*background:#212121;*/
	transition:0.3s;
	z-index:1;
	text-decoration:none;
	color:#9d9d9d;
}
#content a:hover{
	box-shadow:0px 1px 7px rgba(0,0,0,0.3);
	transform:scale(1.1);
	background: #ffffff08;
	border: solid 1px #004a37;
	z-index:2;
}
#content a img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
/*#content a span.image{
	display:block;
	width:100%;
	height:200px;
	background-size:auto 150px;
	background-position:center;
	background-repeat:no-repeat;
	transition:0.5s;
	background-color:#fff;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1) inset;
}
#content a:hover span.image{
	background-size:auto 180px;
}*/

#content h2{
	text-align: center;
	margin: 10px;
	font-size: 15px;
	word-wrap: break-word;
}
#content p{
	margin:10px;
	font-size: 16px;
}
@media only screen and (max-width: 700px) {
	#content h2{
		font-size: 13px;
	}
	#content p{
		font-size: 13px;
	}
}
