.bg-gradient {
	background: linear-gradient(to bottom, #f4f7fb 0%, #ffffff 100%);
}
.bg-alt {
	background-color: #f5f5f7;
}

h2 + h3 {
	margin-top:  1.6em;
}

h5.divider-top {
	margin-top: 2em;
	padding-top: 2em;
}

#main section.section-whats-new .section-content .row > .column.large-4.divider-top {
	margin-top:  1.45em;
	padding-top: 2em;
}

.lockup-hero {
	margin-top:  2em;
	width:  980px;
	height:  603px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/games/images/lockup-hero-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.lockup-hero {
		background-image: url("/games/images/lockup-hero-large_2x.png");
	}
}

.icon-metal {
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/metal/metal-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.icon-metal {
		background-image: url("/assets/elements/icons/metal/metal-64x64_2x.png");
	}
}

.icon-arcade {
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/arcade/arcade-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.icon-arcade {
		background-image: url("/assets/elements/icons/arcade/arcade-96x96_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.lockup-hero {
		width:  692px;
		height:  426px;
		background-image: url("/games/images/lockup-hero-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.lockup-hero {
			background-image: url("/games/images/lockup-hero-medium_2x.png");
		}
	}
}

@media only screen and (max-width: 735px) {
	.lockup-hero {
		width:  320px;
		height:  197px;
		background-image: url("/games/images/lockup-hero-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.lockup-hero {
			background-image: url("/games/images/lockup-hero-small_2x.png");
		}
	}
}

@media only screen and (max-width: 320px) {
	.lockup-hero {
		width:  280px;
		height:  172px;
	}
}


/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero {
	padding-bottom: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 735px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}
