#g-footer {
	background: $footer-background;
	color: $footer-text-color;

	// Container
	.g-container {
		padding: ($content-margin + $content-padding) 0;
	}
}

@media print {
	#g-footer {
		background: #fff !important;
		color: #000 !important;
	}
}
