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

	@package piknikpress

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

	@package piknikpress

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* Margins & Padding */
/* small, >750, >1100, >1500 */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* line 11, ../src/pages.scss */
.wrapper {
  padding: 1em;
  font-family: "Lato", sans-serif;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  color: #046937; }

/* line 19, ../src/pages.scss */
.logo {
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  margin-top: 1em; }

/* line 26, ../src/pages.scss */
.type {
  color: #046937;
  font-size: 1.25em;
  margin-bottom: 2em;
  line-height: 1.4;
  font-weight: bold; }
  /* line 33, ../src/pages.scss */
  .type p {
    margin-bottom: 1em; }

/* line 37, ../src/pages.scss */
figure {
  margin-bottom: 6em; }

/* line 40, ../src/pages.scss */
figcaption {
  margin-top: 1em;
  font-size: 1.25em;
  text-align: center;
  font-weight: bold; }

/* line 46, ../src/pages.scss */
footer {
  background-color: #046937;
  color: #ffffff;
  padding: 2em;
  text-align: center;
  margin-top: 2em;
  font-family: "Lato", sans-serif; }
  /* line 54, ../src/pages.scss */
  footer a {
    color: #ffffff;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em; }
