@font-face {
	font-family: 'piratepop';
	src: url('../fonts/piratepop.ttf');
}
#project
{
	color:#93c97d;
	background: rgb(7,25,34);
	background: linear-gradient(0deg, rgba(7,25,34,1) 75%, rgba(7,25,34,0) 100%), url("../images/piratepop/back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
	background-max-width: 100rem;
}
#project h2, #project h3, #project p
{
	font-size: 1.5rem;
	font-family: 'piratepop', sans-serif;
	color:#93c97d;
	line-height: 1.5rem;
}
#project h3
{
	font-size: 1.25rem;
}

#project p
{
	font-size: 1rem;
}
#project .project-genre-etc
{
	color: white;
}

#project .project-logo
{
	width: 100%;
	height:10rem;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/piratepop/logo.png");
	margin: 1rem auto 2rem auto;
	text-indent: -9999px;
}
.project-catchcopy, .project-intro, .project-content
{
	padding-top: 0;
	margin-top: 0;
}