.tronhead{
	position:relative;
	height:70vh;
	min-height:30vh;
	background-size:cover;
	background-position:center;
	border-top-left-radius:0 0;
	border-top-right-radius:16px 16px;
	border-bottom-left-radius:16px 16px;
	border-bottom-right-radius:16px 16px;
	padding-bottom:1rem;
}

.subtitle{
	padding-left:23px;
	padding-right:23px;
	margin-bottom:0;
	background-color:#4fd466;
	padding-top:10px;
	padding-bottom:10px;
	border-top-left-radius:16px 16px;
	border-top-right-radius:16px 16px;
	color:#fff;
	text-shadow:0 0 4px #000;
}

.subtext{
	text-shadow:0 0 6px #000;
	color:#fff;
}
