
	/* Grid & Poster */

html{
	background:rgb(17,17,17)
}
body{
	background-image:url('background.jpg');
	color:rgb(238,238,238)
}
article,
footer p{
	background:rgb(31,31,31)
}
#poster .container{
	background:rgb(17,17,17)
}
@media only screen and (max-width:660px),only screen and (max-width-height:660px){
	main #poster .action{
		background:rgb(17,17,17)
	}
}

	/* Buttons */

a.cta-button div{
	background:rgb(200,40,196);
	color:rgb(238,238,238)
}
a.button div{
	background:rgba(17,17,17,.2);
	border:.2rem solid rgba(200,40,196,.3);
	color:rgb(200,40,196)
}
a.button div svg{
	fill:rgba(200,40,196,.6)
}
a.cta-button:hover div,
a.button:hover div{
	background:rgb(0,224,47);
	border-color:rgb(0,224,47);
	color:rgb(17,17,17)
}
a.cta-button:hover div svg,
a.button:hover div svg{
	fill:rgb(17,17,17)
}

	/* Selection */

::selection{
	background:rgb(0,224,47);
	color:rgb(17,17,17)
}
::-moz-selection{
	background:rgb(0,224,47);
	color:rgb(17,17,17)
}
::-webkit-selection{
	background:rgb(0,224,47);
	color:rgb(17,17,17)
}