/**
 * Maintenance Page
 * Provide styles to the site when in maintenance mode.
 ============================================================================ */

body {
  text-align: center;
}

.site-branding,
.pr-main {
  @include output-rhythm(padding, $medium 0);
}

