/*
Theme Name: Pocket Art Dirctor v2
Author: Fuzzco
Author URI: http://fuzzco.com
Version: 1.0.0
*/

.home .background-image {
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.home .background-image::after {
	content: '';
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.home h1 {
	-webkit-text-stroke: 1px #FFF;
	-webkit-text-fill-color: transparent;
}
.home a {
	color: #FFF;
}
.home .side-label {
	background-color: transparent;
}
.home .side-label:hover a {
	color: #F72E2A;
}
.home .colophon {
	background-color: transparent;
	color: #FFF;
}
.home .shape div {
	color: #F42E2A;
}
.home h1 .solid {
	color: #FFF;
	-webkit-text-fill-color: #FFF;
}