/*!
Theme Name: David Powell
Theme URI: http://underscores.me/
Author: David Powell
Author URI: http://davidpowell.co
Description: Personal site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dpowell
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

David Powell is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,900");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: MuseoSlab_300;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/MuseoSlab/museoslab_300.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSlab/museoslab_300.woff) format("woff"), url(../fonts/MuseoSlab/museoslab_300.ttf) format("truetype"), url(../fonts/MuseoSlab/museoslab_300.svg#MuseoSlab_300) format("svg"); }

@font-face {
  font-family: MuseoSlab_500;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/MuseoSlab/museoslab_500.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSlab/museoslab_500.woff) format("woff"), url(../fonts/MuseoSlab/museoslab_500.ttf) format("truetype"), url(../fonts/MuseoSlab/museoslab_500.svg#MuseoSlab_500) format("svg"); }

@font-face {
  font-family: MuseoSlab_900;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/MuseoSlab/museoslab_900.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSlab/museoslab_900.woff) format("woff"), url(../fonts/MuseoSlab/museoslab_900.ttf) format("truetype"), url(../fonts/MuseoSlab/museoslab_900.svg#MuseoSlab_900) format("svg"); }

@font-face {
  font-family: MuseoSans_700;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/MuseoSans/museosans_700.eot?#iefix) format("embedded-opentype"), url(../fonts/MuseoSans/museosans_700.woff) format("woff"), url(../fonts/MuseoSans/museosans_700.ttf) format("truetype"), url(../fonts/MuseoSans/museosans_700.svg#MuseoSans_700) format("svg"); }

body.home {
  background-image: radial-gradient(circle farthest-corner at 0 100%, #898989 0%, #464646 90%);
  background-attachment: fixed; }
  body.home header {
    display: none; }
  body.home .home-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 61.8407958037%;
    max-width: 768px; }
    body.home .home-overlay:last-child {
      margin-right: 0; }
  body.home .home-nav {
    font-family: "MuseoSans_700", helvetica, arial, sans-serif;
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 100px;
    text-align: right;
    width: 100%; }
    body.home .home-nav li {
      height: 68px;
      overflow: hidden;
      margin-bottom: 10px; }
      body.home .home-nav li:last-child {
        margin-bottom: 0; }
    body.home .home-nav a {
      color: white;
      display: block;
      text-decoration: none;
      transition: all .2s ease-in-out;
      transform: translateY(68px); }
      body.home .home-nav a:hover {
        letter-spacing: 3px; }
      body.home .home-nav a.ready {
        transform: translateY(0); }
  body.home .intro {
    color: white;
    font: 300 16px/21px "Open Sans", helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: center; }
  body.home .intro-options {
    display: table;
    text-align: center;
    width: 100%; }
    body.home .intro-options li {
      display: table-cell; }
    body.home .intro-options a {
      display: inline-block; }

body.work {
  background: black url("../img/work.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed; }

.work-boxes .work-item {
  float: left;
  width: 25%; }
  .work-boxes .work-item img {
    width: 100%; }

body.about {
  background: white url("../img/about.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed; }

body.single img.align-left {
  margin-right: 20px;
  margin-bottom: 20px; }

.container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container .split-content {
    float: left;
    display: block;
    margin-right: 1.7578778568%;
    width: 49.1210610716%; }
    .container .split-content:last-child {
      margin-right: 0; }
    .container .split-content.right {
      margin-left: 50.8789389284%; }

body {
  background-size: cover;
  background-attachment: fixed;
  font: 400 16px/21px "Open Sans", helvetica, arial, sans-serif;
  padding-top: 93px; }
  body.detail {
    padding-top: 0; }

strong {
  font-weight: 700; }

img {
  vertical-align: bottom; }

h1 {
  color: #6a6a6a;
  font-family: "MuseoSlab_500", helvetica, arial, sans-serif;
  font-size: 48px;
  line-height: 51px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  width: 683px; }
  h1 span {
    margin-left: 80px;
    position: relative; }
    h1 span:before, h1 span:after {
      content: "";
      bottom: 12px;
      border-bottom: 2px solid #6a6a6a;
      display: block;
      height: 48px;
      position: absolute;
      width: 683px; }
    h1 span:before {
      margin-right: 20px;
      right: 100%; }
    h1 span:after {
      left: 100%;
      margin-left: 20px; }

p {
  margin-bottom: 20px; }

strong {
  font-weight: bold; }

.align-left {
  float: left; }

.button {
  border: 1px white solid;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s ease-in-out; }
  .button:hover {
    background-color: white;
    color: black; }

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 73px;
  width: 100%;
  transition: all .2s ease-in-out; }
  header .logo {
    color: white;
    float: right;
    font-family: "MuseoSlab_300",helvetica,arial,sans-serif;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 51px;
    padding: 15px 0;
    text-decoration: none; }
    header .logo span {
      font-family: "MuseoSlab_900",helvetica,arial,sans-serif; }
  header.light {
    background: white; }
  header.dark {
    background: black; }

#header {
  height: 73px; }

#menuButton {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 36px;
  height: 73px;
  padding: 21px 0;
  text-align: center;
  width: 73px; }

.dark h1 i {
  color: white; }

.dark h1 span:before {
  border-color: white; }

.light h1 i {
  color: black; }

.light h1 span:before {
  border-color: black; }

.light .logo {
  color: black; }

.light #menuButton {
  color: black; }

.hire-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1001; }

#hire {
  float: left;
  display: block;
  margin-right: 1.7578778568%;
  width: 36.4013263395%;
  margin-left: 31.7993368303%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  #hire:last-child {
    margin-right: 0; }
  #hire .title {
    color: white;
    font-family: "MuseoSlab_500",helvetica,arial,sans-serif;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px; }
  #hire input[type="email"],
  #hire textarea {
    border: none;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    resize: none;
    width: 100%; }
  #hire .add-msg {
    color: white; }
  #hire textarea {
    display: none; }
  #hire input[type="submit"] {
    background: none;
    font-size: 18px;
    -webkit-appearance: none; }
    #hire input[type="submit"]:hover {
      background: white; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #0030ff;
  background: rgba(0, 48, 255, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1000; }
  .menu-overlay ul {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .menu-overlay li {
    margin-bottom: 30px; }
    .menu-overlay li:last-child {
      margin-bottom: 0; }
  .menu-overlay a {
    color: white;
    font-family: "MuseoSans_700",helvetica,arial,sans-serif;
    font-size: 65px;
    line-height: 68px;
    text-decoration: none; }

#hero {
  overflow: hidden;
  text-align: center; }
