@charset "UTF-8";
/*! 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. */
* { box-sizing: border-box; }

html { font-family: 'Lato', 'Helvetica', 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; }

/** 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: bold; }

/** 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: 2em; margin: 0.67em 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.5em; }

sub { bottom: -0.25em; }

/* 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: 1em 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: 1em; }

/* 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.35em 0.625em 0.75em; }

/** 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: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

@-ms-viewport { zoom: 1; }
@-o-viewport { zoom: 1; }
@viewport { zoom: 1; }
img { max-width: 100%; }

video { max-width: 100%; }

.hideme { display: none; visibility: hidden; }

h1 { font-size: 2.5em; font-weight: 900; text-align: center; }

h2 { font-size: 2em; font-weight: 900; }

h3 { font-size: 1.2em; font-weight: 900; }

.index h1, h2, h3, p, blockquote { max-width: 550px; margin: 0 auto; text-align: left; color: #222; }

p { line-height: 1.3em; margin-bottom: 1em; }
@media only screen and (max-width: 600px) and (orientation: landscape) { p { font-size: 1.1em; } }

blockquote { position: relative; font-size: 1.1em; line-height: 1.3em; margin-bottom: 1em; padding: 0 20px 0 30px; }

blockquote:before { position: absolute; left: 0em; top: -0.2em; line-height: 1em; content: '“'; font-size: 5em; }

blockquote:after { content: '”'; }

@-webkit-keyframes 'bounce' { 0% { -webkit-transform: scale(1); }
  25% { -webkit-transform: scale(1.1); }
  50% { -webkit-transform: scale(0.9); }
  75% { -webkit-transform: scale(1.05); }
  100% { -webkit-transform: scale(1); } }

@keyframes 'bounce' { 0% { -webkit-transform: scale(1); }
  25% { -webkit-transform: scale(1.1); }
  50% { -webkit-transform: scale(0.9); }
  75% { -webkit-transform: scale(1.05); }
  100% { -webkit-transform: scale(1); } }
.fadeIn { -webkit-animation: fade-in 200ms ease-in; animation: fade-in 200ms ease-in; }

@-webkit-keyframes 'fade-in' { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes 'fade-in' { 0% { opacity: 0; }
  100% { opacity: 1; } }
nav a:hover { -webkit-animation: 'backgroundDelay' 200ms ease-in; animation: 'backgroundDelay' 200ms ease-in; }

nav a:hover:before { content: ''; display: block; position: absolute; height: 100%; width: 100%; top: 0; bottom: 0; background-color: #222; z-index: -1; -webkit-animation: 'slideIn' 150ms ease-out; animation: 'slideIn' 150ms ease-out; }

@-webkit-keyframes 'slideIn' { 0% { bottom: -100%; top: 100%; }
  50% { bottom: -30%; top: auto; }
  100% { bottom: 0; } }

@keyframes 'slideIn' { 0% { bottom: -100%; top: 100%; }
  50% { bottom: -30%; top: auto; }
  100% { bottom: 0; } }
@-webkit-keyframes 'backgroundDelay' { 0% { background-color: transparent; }
  99% { background-color: transparent; }
  100% { background-color: #222; } }
@keyframes 'backgroundDelay' { 0% { background-color: transparent; }
  99% { background-color: transparent; }
  100% { background-color: #222; } }
a { -webkit-transition: color 100ms ease-in; }

nav, .desc { -webkit-transform: translate3d(0, 0, 0); }

article ul, section ul, article ol, section ol { max-width: 550px; margin: 0 auto; text-align: left; color: #222; }

input, select, textarea { display: block; width: 100%; max-width: 550px; margin: 10px auto; padding: 10px; color: #222; border: 4px solid #222; border-radius: 5px; }
@media only screen and (max-width: 600px) and (orientation: landscape) { input, select, textarea { max-height: 150px !important; } }

fieldset { border: none; padding: 0; }

input[type="submit"] { color: #fff; font-size: 1.2em; font-weight: 900; background-color: #222; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); -webkit-transition: all 100ms ease-in; transition: all 100ms ease-in; -webkit-transform: translate3d(0, 0, 0); }
input[type="submit"]:hover, input[type="submit"]:active { color: #222; background-color: #fff; }

::-webkit-input-placeholder { font-style: italic; }

:-moz-placeholder { font-style: italic; }

/* Firefox 18- */
::-moz-placeholder { font-style: italic; }

/* Firefox 19+ */
:-ms-input-placeholder { font-style: italic; }

video { display: block; margin: 20px auto; }

.stretch { max-width: 900px; }

.clearfix { clear: both; }

@media only screen and (min-width: 601px) { .half { width: 48%; margin: 0 1%; float: left; } }

.innerbox { display: table; width: 100%; height: 100%; }

.inner { display: table-cell; vertical-align: middle; text-align: center; padding: 20px; }

@media only screen and (max-width: 600px) { .fullwidth { max-width: 100vw; margin-left: -20px; margin-right: -20px; } }

div[class^="msg"] { width: 100%; max-width: 550px; margin: 20px auto; padding: 20px; color: #444444; background-color: #ddd; border: 1px solid #777777; border-radius: 5px; }

div.msgSuccess { color: black; background-color: #72c9d6; border: 1px solid #1c5760; }

div.msgError { color: #080100; background-color: #f87875; border: 1px solid #690805; }

aside.index { min-height: 400px; margin: 40px auto; }
aside.index h1, aside.index p { text-align: center; }

header.index { width: 100%; max-width: 900px; margin: 0 auto; padding: 20px 20px 0; }
header.index h1, header.index p { text-align: center !important; }
header.index h1 { font-size: 5.5em; line-height: 0.95em; }
@media only screen and (max-width: 600px) { header.index h1 { font-size: 16vw; } }
header.index p { font-size: 0.9em; }

nav.index { position: relative; box-shadow: none; }
nav.index ul { max-width: 550px; }
nav.index li, nav.index li:first-of-type { width: 50% !important; font-size: 1.1em !important; }
nav.index li a, nav.index li:first-of-type a { font-weight: normal !important; line-height: 4em; }
nav.index li a:hover, nav.index li a:active, nav.index li:first-of-type a:hover, nav.index li:first-of-type a:active { color: rgba(255, 255, 255, 0.9); text-shadow: none; background-color: #222; }

a { color: #222; font-weight: 900; text-decoration: underline; }
a:hover { color: #7e9d35; text-decoration: none; }

nav { z-index: 9; position: relative; width: 100%; font-size: 0.9em; background-color: #fff; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
@media only screen and (min-width: 601px) { nav { position: fixed; top: 0; background-color: rgba(255, 255, 255, 0.9); } }
nav ul { max-width: 900px; margin: 0 auto; padding: 0; height: auto; }
nav li { display: block; float: left; width: 50%; height: 100%; line-height: 2.2em; text-align: center; list-style: none; }
nav li:first-of-type { width: 100%; font-size: 1.2em; }
nav li:first-of-type a { font-weight: 900; }
@media only screen and (max-width: 600px) and (orientation: landscape) { nav li { width: 33% !important; line-height: 2.6rem !important; }
  nav li:first-of-type { width: 34% !important; } }
@media only screen and (min-width: 601px) { nav li { width: 33% !important; font-size: 1.2em !important; }
  nav li:first-of-type { width: 34% !important; } }
nav a { -webkit-tap-highlight-color: transparent; display: block; height: 100%; width: 100%; color: #222; font-weight: normal; text-decoration: none; position: relative; overflow: hidden; }
nav a:hover, nav a:active { color: rgba(255, 255, 255, 0.9); text-shadow: none; background-color: #222; }

body { font-size: 1.1em; }
@media only screen and (min-width: 601px) { body { padding-top: 2.1em; }
  body.index { padding-top: 0; } }

/* Work section on index page and shared styles for project pages. 1. Index page 2. Project pages
*/
/*** 1. Index page ***/
#work { padding: 10px; /* FLEX ORDERING FOR FEATURED ON INDEX PAGE */ }
#work a { display: block; position: relative; height: 250px; max-height: 60vw; max-width: 100%; margin: 10px; margin-bottom: 20px; }
@media only screen and (min-width: 601px) { #work { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #work a { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 40%; -ms-flex-preferred-size: 40%; flex-basis: 40%; height: 31vw; width: 50%; margin-bottom: 10px; } }
@media only screen and (max-width: 600px) and (orientation: landscape) { #work { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #work a { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 40%; -ms-flex-preferred-size: 40%; flex-basis: 40%; height: 31vw; width: 50%; margin-bottom: 10px; } }
@media only screen and (min-width: 901px) { #work a { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; height: 21vw; width: 33%; } }
#work section { position: absolute; height: 100%; width: 100%; background-color: #222; background-position: center center; background-repeat: no-repeat; background-size: cover; border: 6px solid #222; }
#work section:hover { opacity: 0.8; }
#work h2:not(.inner) { position: absolute; bottom: -6px; left: -6px; padding: 5px 12px 3px 5px; font-size: 1.3em; background-color: #fff; border: 6px solid #222; border-left: 0; border-bottom: none; }
@media only screen and (max-width: 600px) { #work section { border-width: 4px; }
  #work h2:not(.inner) { bottom: -4px; left: -4px; font-size: 1.2em; border-width: 4px; } }
#work .innerbox { background-color: #afbf5d; }
#work .featured { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 2; -webkit-flex-grow: 2; -ms-flex-positive: 2; flex-grow: 2; }
@media only screen and (min-width: 901px) { #work .featured { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

/*** 2. Project pages ***/
header:not(.index) { display: table; height: 250px; height: 50vh; max-height: 250px; width: 100%; margin-bottom: 20px; margin-top: -2.1em; padding: 20px; padding-top: 80px; text-align: center; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: auto 500px; }
@media only screen and (max-width: 600px) and (orientation: landscape) { header:not(.index) { height: 150px !important; max-height: 150px !important; background-position: center center; background-attachment: scroll; } }
header:not(.index) h1 { font-size: 3em; font-weight: 900; }
@media only screen and (min-width: 601px) { header:not(.index) h1 { font-size: 4em; } }
header:not(.index) p { font-size: 0.35em; font-size: 1rem; text-align: center; font-weight: normal; }
@media only screen and (min-width: 601px) { header:not(.index) p { font-size: 0.35em; font-size: 1.4rem; } }
header:not(.index) h1, header:not(.index) p { color: #fff; }
header:not(.index) a { color: #fff; }
header:not(.index) a:hover { color: #fff; }
@media only screen and (min-width: 601px) { header:not(.index) { max-height: 400px; background-size: auto 450px; } }
header:not(.index) h1 { display: table-cell; vertical-align: middle; margin: 0; }
header:not(.index).light { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
header:not(.index).light h1, header:not(.index).light p { color: #222; }
header:not(.index).light a { color: #222; }

.work { text-align: center; }
.work article { padding: 0 20px 20px; max-width: 900px; margin: 0 auto; }

#work .see-more .overlay { opacity: 1; }

audio { display: block; margin: 20px auto; width: 100%; }

.tools { font-size: 0.9em; display: inline-block; padding: 20px; background-color: #555; color: #fff; }
.tools a { color: #fff; }
.tools b { font-size: 0.8em; font-weight: boldest; text-transform: uppercase; }
