/* compiled by scssphp v0.1.10 on Sat, 12 Oct 2019 21:41:42 +0000 (0.1379s) */

/*
 * We Are Kemy
 *
 */
/*******************************
 Reset
 *******************************/
/* Border-Box */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }
/* iPad Input Shadows */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */ }
/*******************************
 Theme Overrides
 *******************************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "futura-pt", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: 700; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2rem;
  margin: 0.67rem 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5rem; }

sub {
  bottom: -0.25rem; }
/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1rem 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1rem; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.container {
  position: relative;
  height: 100%;
  width: 100%; }
  .container.home {
    background: url('/images/AM_HomeImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.site.header {
  z-index: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px; }
  .site.header .logo {
    z-index: 2;
    width: 97px;
    height: 70px;
    background: url('/images/logo.png');
    background-size: cover;
    float: left; }
  .site.header .info {
    z-index: 2;
    background-color: white;
    height: 70px;
    float: left;
    width: calc(100% - 97px); }
  .site.header hgroup {
    float: left;
    margin-top: 16px;
    margin-left: 6px; }
  .site.header h1 {
    font-size: 14px;
    font-weight: 700; }
  .site.header h2 {
    font-size: 14px;
    font-weight: 300; }
  .site.header .menu.button {
    z-index: 500;
    height: 70px;
    width: 70px;
    float: right;
    position: relative;
    cursor: pointer; }
    .site.header .menu.button div {
      width: 50%;
      height: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      background: url('/images/menu.png');
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .site.header nav {
    position: absolute;
    right: 0;
    bottom: 70px; }
    .site.header nav ul {
      list-style-type: none; }
      .site.header nav ul li {
        opacity: 0;
        position: relative;
        margin-top: -30px;
        margin-bottom: 10px;
        transition: all 0.25s;
        text-align: right;
        background-color: #000;
        color: #fff;
        margin-right: 10px;
        width: 100px;
        margin: 5px; }
        .site.header nav ul li.watch {
          background-color: #3ec3b8; }
        .site.header nav ul li.print, .site.header nav ul li.design {
          background-color: #f86665; }
        .site.header nav ul li.doodle {
          background-color: #005596; }
        .site.header nav ul li.read {
          background-color: #fadb90; }
        .site.header nav ul li a {
          width: 100%;
          display: block;
          height: 100%;
          color: #fff;
          padding: 5px;
          padding-right: 10px;
          text-decoration: none;
          font-weight: 700;
          letter-spacing: 1.6px; }
        .site.header nav ul li:hover {
          background-color: white; }
          .site.header nav ul li:hover a {
            color: black; }

main {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }
  main .print.slides, main .doodle.slides {
    width: 100%;
    height: 100%; }
    main .print.slides ul, main .doodle.slides ul, main .print.slides li, main .doodle.slides li {
      width: 100%;
      height: 100%; }
  main .print.slide, main .doodle.slide {
    background-size: cover;
    background-position: center;
    position: relative; }
    main .print.slide h1, main .doodle.slide h1 {
      display: none;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      padding: 10px 30px;
      border: solid 7px #fff;
      color: #fff;
      background: transparent;
      letter-spacing: 2px;
      font-size: 1.25rem;
      text-align: center; }

.unslider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; }
  .unslider .unslider-arrow.next {
    left: auto;
    right: 0;
    top: 0;
    height: calc(100% - 102px);
    width: 50%;
    cursor: url('/images/pointer_next.png'), pointer; }
  .unslider .unslider-arrow.prev {
    right: auto;
    left: 0;
    top: 0;
    height: calc(100% - 102px);
    width: 50%;
    cursor: url('/images/pointer_prev.png'), pointer; }

.main.page.content {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: calc(50% - 70px);
  left: 40%; }
  .main.page.content h1 {
    margin-bottom: -34px;
    margin-left: -20px; }

.logo {
  width: 100%;
  max-width: 590px; }

h2.sub.title {
  padding: 5px 20px;
  background-color: #fff;
  margin: 5px;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem; }

.aaronisms {
  width: 100%;
  height: calc(100% - 70px);
  overflow: scroll; }

.aaronism {
  font-size: 2.5rem;
  padding: 10px 60px;
  margin: 50px;
  background: #fff;
  font-weight: 700;
  display: inline-block; }

.container.read {
  background: linear-gradient(to left bottom, #3ec3b8 50%, #fadb90 50%);
  text-align: center; }

.container.hi {
  background: url('/images/HI_PATTERN.png');
  text-align: center;
  background-size: cover; }

.container.watch {
  background: #000;
  text-align: center; }
  .container.watch .unslider-arrow.next {
    left: auto;
    right: 0;
    top: 0;
    height: calc(100% - 102px);
    width: 100px;
    cursor: url('/images/pointer_next.png'), pointer; }
  .container.watch .unslider-arrow.prev {
    right: auto;
    left: 0;
    top: 0;
    height: calc(100% - 102px);
    width: 100px;
    cursor: url('/images/pointer_prev.png'), pointer; }

body.safari .container.watch .unslider-arrow.next {
  left: auto;
  right: 0;
  top: 0;
  height: calc(100% - 95px);
  width: 100px;
  cursor: url('/images/pointer_next.png'), pointer; }
  body.safari .container.watch .unslider-arrow.prev {
    right: auto;
    left: 0;
    top: 0;
    height: calc(100% - 95px);
    width: 100px;
    cursor: url('/images/pointer_prev.png'), pointer; }

.instalink {
  display: inline-block;
  width: 50px;
  margin-bottom: 20px; }

.instalink img {
  width: 100%; }

.contact {
  height: calc(100% - 70px); }

.contact .wrap {
  display: block;
  overflow: scroll;
  padding: 30px 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: relative; }

.contact .info {
  font-size: 2.5rem;
  padding: 10px 60px;
  margin: 20px;
  background: #fff;
  font-weight: 700;
  display: inline-block; }

.watch.slides {
  width: 100%;
  height: calc(100% - 70px); }
  .watch.slides ul, .watch.slides li {
    width: 100%;
    height: 100%; }

video {
  background: #000; }

.watch.slide {
  background-size: cover;
  background-position: center;
  position: relative; }
  .watch.slide h1 {
    display: none;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 10px 30px;
    border: solid 7px #fff;
    color: #fff;
    background: transparent;
    letter-spacing: 2px;
    font-size: 1.25rem; }

@media (max-width: 600px) {
  .main.page.content {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: calc(50% - 70px);
    left: 40%; }
    .main.page.content h1 {
      margin-bottom: -20px;
      margin-left: -10px; }

  h2.sub.title {
    padding: 5px 20px;
    background-color: #fff;
    margin: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 1rem; }

  .container {
    position: relative;
    height: 100%;
    width: 100%; }
    .container.home {
      background: url('/images/AM_HomeImage.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

  .contact .info {
    padding: 10px; }

  .aaronism, .contact .info {
    font-size: 1.5rem !important; }

  .print.slide h1, .doodle.slide h1 {
    font-size: 0.75rem !important;
    text-align: center; } }

.logo, hgroup {
  cursor: pointer; }
