/* Modern Browser Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Base Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; }

a { margin:0; padding:0; font-size:100%; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }

table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; }

input, select { vertical-align:middle; }
textarea { overflow:auto; }

::-moz-selection{ background:#FF5E99; color:#fff; }
::selection { background:#FF5E99; color:#fff; }

/* Typography + Global */
html, body { 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color:#ffff00;
  width:100%;
  color:#444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration:none; color:#607890; }
a:hover { color:#036; }

h1, h2, h3 { 
  font-weight:700;
}

h1 {
  font-size:9em;
  letter-spacing:-.05em;
  word-spacing:-.25em;
}
h1 a { position:relative; top:.25em; }

h2 { font-size:9em; }
h3 { font-size:2em; letter-spacing:-.05em; }

p { line-height:125%; }

#content { width:100%; }
#footer { padding-top:1em; font-size:.8em; }

/* Color Bands */
.dkgreen-ltgreen { background-color:#669933; color:#99cc33; }
.dkgreen-ltgreen a { color:#99cc33; }

.green-brown { background-color:#99cc33; color:#996600; }
.green-brown a { color:#996600; }

.brown-gold { background-color:#996600; color:#ffcc00; }
.brown-gold a { color:#ffcc00; }

.gold-orange { background-color:#ffcc00; color:#ff6600; }
.gold-orange a { color:#ff6600; }

.orange-yellow { background-color:#ff6600; color:#ffff00; }
.orange-yellow a { color:#ffff00; }

.yellow-green { background-color:#ffff00; color:#669933; }
.yellow-green a { color:#669933; }

/* Helper Layout Classes */
.list { overflow:hidden; width:100%; }
.list > li { overflow:hidden; width:100%; }

.row-list li {
  float:left;
  width:340px;
  list-style-type:none;
  margin-left:26px;
}

.number {
  float:left;
  padding:0 .15em;
  letter-spacing:-.08em;
  position:relative;
  top:.15em;
  width:75px;
}

.double-digit { margin-left:-46px; width:135px; }

.bullets { margin-left:10em; list-style-type:disc; }
.bullets li { line-height:125%; }

.right { text-align:right; }

/* Home Page */
.home #content { text-align:right; overflow:hidden; }

.home h1 {
  padding-right:.0em;
  margin-bottom:-0.25em;
  position: relative;
  top: -0.12em;
}

#nav-main { 
  text-transform:lowercase; 
  font-size:7em; 
  list-style:none; 
  margin:0;
}

#nav-main a {
  padding-right:.02em;
  letter-spacing:-.08em;
  top:.25em;
  position:relative;
  font-weight:700;
  display: inline-block;
}

/* --------------------------------------------------
   About Page
-------------------------------------------------- */
.about h3 { 
  padding-top: 1.75em;
  padding-left: 2.5em;
}

.about .list > li:first-child { 
  margin-top: -1em; 
}

.about .list > li {
  padding-left: 0;
  margin-left: 0;
}

.about .about-text {
  overflow: hidden;
  margin-left: 3.25em;
  padding-left: 0;
  margin-right: 2em;
  text-align: justify;
}

.about .section {
  margin-left: 5em;
  padding-left: 0;
  margin-right: 4em;
  text-align: justify;
  line-height: 1.4;
}

.about .number {
  position: relative;
  top: 0.25em;
  float: left;
  width: 75px;
  margin-left: 10px;
}
/* Work Page */
.work h1 a { margin-left:0; }

.work .list > li { 
  float:left;
}

.work .row-list li {
  width: 450px;
  position: relative;
  min-height: 180px;
}

.work .number {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 140px;
  text-align: center;
  font-size: 9.1em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.work .double-digit {
  width: 180px;
  left: 0;
}

.work img { 
  padding-top: 2.5em;
  margin-left: 200px;
}

.work img:hover { opacity:.75; }

.work h3 {
  margin-left: 200px;
  font-size: 1.75em;
  white-space: nowrap;
}

/* --------------------------------------------------
   Reel Page
-------------------------------------------------- */
.reel #header {
  position: relative;
  min-height: 180px;
}

.reel #header a {
  position: absolute !important;
  bottom: -0.23em !important;
  left: 0em;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.reel .reel-bands {
  position: relative;
}

.reel .green-brown,
.reel .brown-gold,
.reel .gold-orange,
.reel .orange-yellow,
.reel .yellow-green {
  min-height: 150px; /* All bands same height */
}

.reel .section {
  position: absolute;
  top: 50px; /* Position from top to overlap bands */
  left: 4em; /* Left offset */
  z-index: 10; /* Sit on top of bands */
}

.reel video {
  display: block;
}

.reel #footer {
  background-color: #ffff00;
  color: #669933;
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 0.8em;
  margin-top: 0;
  min-height: 200px; /* Creates the yellow space */
}

/* --------------------------------------------------
   Contact Page (Unified Bands)
-------------------------------------------------- */
.contact .dkgreen-ltgreen {
  height: 180px;
  overflow: visible;
  line-height: 1;
  position: relative;
}

.contact .dkgreen-ltgreen a {
  position: relative;
  top: 0.1em;
  display: inline-block;
}

/* Override the above rule specifically for the header link */
.contact h1#header.dkgreen-ltgreen a {
  position: absolute !important;
  top: auto !important;
  bottom: -0.16em !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.contact .contact-list > div {
  height: 130px;
  overflow: hidden;
  position: relative;
}

.contact .contact-list dt {
  position: absolute;
  bottom: -0.16em;
  right: 0.05em;
  font-size: 7em;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 0;
}

.contact .contact-list .green-brown dt {
  right: 0;
}

.contact .contact-list dd {
  position: absolute;
  bottom: -0.16em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.contact .contact-list dd a {
  font-weight: 700;
}

.contact #footer {
  text-align: right;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.8em;
}
}
/* Media Queries */
@media all and (orientation:portrait) { }
@media all and (orientation:landscape) { }