/*----------------------------------------------*\
    PAGES
	=====

	@package piknikpress

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package piknikpress

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* Margins & Padding */
/* small, >750, >1100, >1500 */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/

body {
	background-color: #FAF7EF;
}
figure {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 0 5em;
}
@media screen and (min-width: 1500px) {
	figure {
		max-width: 1600px;
	}
}