a {
	font-weight: bold;
}

.background {
	background-image: url('../images/GCA_KeyArt.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.blackLayer {
	background-color: rgba(10, 25, 36, 0.8);
	height: 100%;
}

.content {
	position: absolute;
	top: 52%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.appLogo {
}

.appLogo img {
	display: block;
	margin: 0 auto;
	width: 200px;
}

.message {
	padding: 0 32px;
}

.cta {
	text-transform: uppercase;
}

.appStore img{
	width: 240px;
}

.colophon {
	opacity: .5;
}

.colophon a{
	color: white;
	text-decoration: none;
}