/**
Defaults
 */
.container {
  position: relative;
  margin: 0 auto;
  padding: $base-line-height;
  max-width: rem($site-width);
  width: 100%;
}
