.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1.5em 2.5em;
  z-index: 10
}

.header div {
  max-width: 1680px;
  margin: 0 auto
}

.header h1 {
  display: inline-block;
  font-family: ArnoPro, Serif;
  color: #ff8a00;
  letter-spacing: 10px
}

.header h1 a {
  color: #ff8a00;
  text-decoration: none
}

.header h1 a:hover {
  text-decoration: underline
}

.header h1 a:visited {
  color: #ff8a00
}

@media (max-width: 668px) {
  .header {
    background: black;
    height: 70px;
    padding: 0 1.5em;
  }
}

nav {
}

nav ul {
  height: 0;
  width: 0;
  transition: width 1.25s;
  list-style-type: none;
  margin: 0;
  padding: 0
}

nav ul li {
  display: none
}

#spooky-nav-button {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
  background: transparent;
  outline: 0;
  top: 17px;
  float: right
}

#spooky-nav-button :focus {
  border: none;
  outline: 0
}

ul#spooky-nav-items.open {
  position: fixed;
  top: 0;
  left: 0;
  transition: width .5s ease-in-out;
  width: 65%;
  height: 100%;
  background: #ff8a00;
  z-index: 10
}

ul#spooky-nav-items.open li {
  display: block;
  font-size: 2em;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 1em
}

ul#spooky-nav-items.open li a {
  color: white;
  text-decoration: none
}

ul#spooky-nav-items.open li a:hover {
  color: black;
  text-decoration: underline
}

ul#spooky-nav-items.open li:first-of-type {
  margin-top: 2em
}

#spooky-nav-button span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#spooky-nav-button span:nth-child(1) {
  top: 0;
}

#spooky-nav-button span:nth-child(2),
#spooky-nav-button span:nth-child(3) {
  top: 14px;
}

#spooky-nav-button span:nth-child(4) {
  top: 28px;
}

#spooky-nav-button.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

#spooky-nav-button.open span:nth-child(2) {
  transform: rotate(45deg);
}

#spooky-nav-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#spooky-nav-button.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

@media (min-width: 668px) {
  nav {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: right;
    top: 25px
  }
  nav ul {
    float: right;
    height: auto;
    width: auto
  }
  nav ul li {
    display: inline;
    font-weight: 200;
    font-size: .9em;
    margin-left: 2.25em
  }
  nav ul li a {
    color: white;
    text-decoration: none
  }
  nav ul li a:hover {
    color: #ff8a00
  }
  nav ul li a:focus {
    color: #ff8a00
  }
  nav ul li a.active {
    color: #ff8a00
  }
  #spooky-nav-button {
    display: none;
  }
}

.spooky-splash {
  height: 100vh;
  width: 100%;
  position: relative
}

.spooky-splash > div {
  height: 100vh;
  width: 100%;
  display: table;
  position: absolute;
  top: 0;
  left: 0;

  & h1,
    h2 {
    font-size: 2em;
    letter-spacing: 2px
  }
}

.spooky-splash > div div {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.spooky-splash > div .set-centered {
  text-align: center
}

.spooky-splash > div .set-left {
  text-align: left
}

.spooky-splash > div .set-right {
  text-align: right
}

.spooky-splash .slide {
  background-repeat: no-repeat;
  background-size: 80%
}

.spooky-splash .slide-1 {
  background-image: url(350ea847d8a2027151a5eb5fbd8a47fd.jpg);
  background-position: 60% 50%
}

.spooky-splash .slide-2 {
  background-image: url(51dfe1a4df9187a71ff1f1b565861768.jpg);
  background-position: 50% 50%
}

.spooky-splash .slide-3 {
  background-image: url(350ea847d8a2027151a5eb5fbd8a47fd.jpg);
  background-position: 60% 50%
}

.spooky-splash .hidden {
  opacity: 0
}

.spooky-splash .show {
  transition: opacity 2300ms
}

@media (min-width: 700px) {
  .spooky-splash {
  }
  .spooky-splash .slide {
    background-size: 60%
  }
  .spooky-splash .slide-2 {
    background-position: 50% 70%
  }
}

.spooky-work-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url(8bfe257d4f128ad643bda1d090a8f78d.jpg);
  height: 100vh
}

.spooky-work-wrapper nav {
  display: none;
  position: absolute;
  top: 40%;
  width: 100%
}

.spooky-work-wrapper nav #prior {
  float: left;
  margin-left: 2em;
  display: none
}

.spooky-work-wrapper nav #prior img {
  height: 30px
}

.spooky-work-wrapper nav #next {
  float: right;
  margin-right: 2em;
  display: none
}

.spooky-work-wrapper nav #next img {
  height: 30px
}

.spooky-work-wrapper > nav {
  display: block
}

.spooky-work-wrapper > nav ol {
  margin: 0 1.5em 0 0;
  padding: 5px;
  width: 24px;
  height: auto;
  border-radius: 1em;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
  float: right
}

.spooky-work-wrapper > nav li {
  list-style-type: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  margin: .5em 0
}

.spooky-work-wrapper > nav li a {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  top: -1px;
  position: relative
}

.spooky-work-wrapper > nav li a:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: hsla(0, 0%, 61%, .54)
}

.spooky-work-wrapper > nav li a.active {
  background-color: #ff8a00;
  background-color: rgba(255, 138, 0, 0.5)
}

.spooky-work {
  display: table;
  padding: 0 2.5em;
  width: 100%;
  height: 100vh
}

.spooky-work .cell {
  width: 100%;
  height: 100vh;
  display: table-cell;
  vertical-align: middle
}

.spooky-work .spooky-portfolio-image {
  display: block;
  margin: 0 auto;
  text-align: center
}

.spooky-work .spooky-portfolio-image img {
  width: auto;
  max-height: 35vh
}

.spooky-work .spooky-portfolio-image .imac-image {
  max-width: 70%;
  height: auto
}

.spooky-work .spooky-portfolio-image .ipad-image {
  width: 80%;
  height: auto
}

.spooky-work .spooky-portfolio-content {

  & h2,
    h3,
    p {
    font-weight: lighter
  }

  & a:hover,
    a:focus {
    text-decoration: underline
  }
}

.spooky-work .spooky-portfolio-content h3 {
  color: #ff8a00
}

.spooky-work .spooky-portfolio-content p {
  font-size: 1em;
  line-height: 1.2em
}

.spooky-work .spooky-portfolio-content a {
  color: #ff8a00;
  text-decoration: none
}

@media (max-width: 800px) {
  .spooky-work {
    padding: 0 1.5em;
  }
}

@media (min-width: 668px) {
  .spooky-work-wrapper {
  }
  .spooky-work-wrapper nav {
    display: inline
  }
  .spooky-work-wrapper nav ol {
    display: none
  }
  .spooky-work-wrapper nav #prior,
      .spooky-work-wrapper nav #next {
    display: inline-block
  }
}

@media (min-width: 990px) {
  .spooky-work-wrapper {
  }
  .spooky-work-wrapper nav {
    top: 45%
  }
  .spooky-work-wrapper nav #next {
    margin-right: -1em
  }
  .spooky-work-wrapper nav #prior {
    margin-left: -1em
  }
  .spooky-work {
    height: 100vh
  }
  .spooky-work .cell {
    width: 100%;
    height: 100vh;
    display: table
  }
  .spooky-work .spooky-portfolio-image {
    display: table-cell;
    vertical-align: middle;
    text-align: right
  }
  .spooky-work .spooky-portfolio-image img {
    max-height: 65vh
  }
  .spooky-work .spooky-portfolio-image .iphone-image {
    float: right;
    margin-right: 5em
  }
  .spooky-work .spooky-portfolio-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
  }
  .spooky-work .spooky-portfolio-content p {
    max-width: 400px;
    display: block
  }
  .spooky-work .spooky-portfolio-content a {
    display: block;
    width: 100%
  }
}

@media (min-width: 1200px) {
  .spooky-work {
  }
  .spooky-work .spooky-portfolio-image {
    /*width: 70%;*/
  }
}

@media (min-width: 1600px) {
  .spooky-work {
  }
  .spooky-work .spooky-portfolio-image {
    /*width: 73%;*/
  }
}

.skid {
  width: 100%;
  overflow: hidden
}

.skid > .slides {
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 1s
}

.skid > .slides > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  white-space: normal
}

.spooky-about {
  display: table;
  height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2.5em
}

.spooky-about div {
  display: table-cell;
  vertical-align: middle
}

.spooky-about div h2 {
  color: #ff8a00
}

.spooky-about div p {
  line-height: 1.2em
}

@media (max-width: 800px) {
  .spooky-about {
    padding: 0 1.5em;
  }
}

.spooky-contact {
  display: table;
  height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2.5em;
  overflow: hidden
}

.spooky-contact div {
  display: table-cell;
  vertical-align: middle
}

.spooky-contact div h2 {
  color: #ff8a00
}

.spooky-contact div section {
  display: table-cell
}

.spooky-contact div section a {
  color: #ff8a00;
  text-decoration: none;
  margin-bottom: 1em;
  display: block
}

.spooky-contact div section a:hover {
  text-decoration: underline
}

.spooky-contact div section a:visited {
  color: #ff8a00;
  text-decoration: none
}

.spooky-contact .spooky-social {
}

.spooky-contact .spooky-social a {
  margin: 0 1em
}

.spooky-contact .middle {
  padding: 0 2.5em
}

@media (max-width: 800px) {
  .spooky-contact {
    margin: 0;
    padding: 0 1.5em
  }
  .spooky-contact div {
    display: block;
    vertical-align: middle
  }
  .spooky-contact div section {
    display: table-row
  }
  .spooky-contact div section a {
    color: #ff8a00;
    text-decoration: none;
    margin-bottom: 1em
  }
  .spooky-contact div section a:hover {
    text-decoration: underline
  }
  .spooky-contact div section a:visited {
    color: #ff8a00;
    text-decoration: none
  }
  .spooky-contact .middle {
    padding: 0
  }
}

footer {
  text-align: center;
  font-size: 80%;
}

.spooky-blog-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-image: url(8bfe257d4f128ad643bda1d090a8f78d.jpg);
  height: 100vh
}

.spooky-blog-wrapper nav {
  display: none;
  position: absolute;
  top: 45%;
  width: 100%
}

.spooky-blog-wrapper nav #prior {
  float: left;
  margin-left: 0;
  display: none
}

.spooky-blog-wrapper nav #prior img {
  height: 30px
}

.spooky-blog-wrapper nav #next {
  float: right;
  margin-right: 0;
  display: none
}

.spooky-blog-wrapper nav #next img {
  height: 30px
}

.spooky-blog-wrapper > nav {
  display: block
}

.spooky-blog-wrapper > nav ol {
  margin: 0 1.5em 0 0;
  padding: 5px;
  width: 24px;
  height: auto;
  border-radius: 1em;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
  float: right
}

.spooky-blog-wrapper > nav li {
  list-style-type: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  margin: .5em 0
}

.spooky-blog-wrapper > nav li a {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  top: -1px;
  position: relative
}

.spooky-blog-wrapper > nav li a:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: hsla(0, 0%, 61%, .54)
}

.spooky-blog-wrapper > nav li a.active {
  background-color: #ff8a00;
  background-color: rgba(255, 138, 0, 0.5)
}

@media (min-width: 668px) {
  .spooky-blog-wrapper {
  }
  .spooky-blog-wrapper nav {
    display: inline
  }
  .spooky-blog-wrapper nav ol {
    display: none
  }
  .spooky-blog-wrapper nav #prior,
      .spooky-blog-wrapper nav #next {
    display: inline-block
  }
}

@media (min-width: 990px) {
  .spooky-blog-wrapper {
  }
  .spooky-blog-wrapper nav {
    top: 45%
  }
  .spooky-blog-wrapper nav #next {
    margin-right: -1em
  }
  .spooky-blog-wrapper nav #prior {
    margin-left: -1em
  }
}

.spooky-blog {
  display: table;
  padding: 0 2.5em;
  width: 100%;
  height: 100vh;
  max-width: 760px;
  margin: 0 auto
}

.spooky-blog > div {
  display: table-cell;
  vertical-align: middle
}

.spooky-blog > div a {
  color: #ff8a00;
  text-decoration: none
}

.spooky-blog > div a:hover {
  text-decoration: underline
}

@media (max-width: 668px) {
  .spooky-blog {
  }
  .spooky-blog article {
    padding: 0 1.5em
  }
}

@media (min-width: 669px) and (max-width: 800px) {
  .spooky-blog {
    padding: 0 1.5em;
  }
}

.blog-skid {
  width: 100%;
  overflow: hidden
}

.blog-skid > .slides {
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 1s
}

.blog-skid > .slides > li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  white-space: normal
}

.spooky-blog-single {
  min-height: 100vh;
  height: 100%;
  max-width: 100%;
  margin-top: 8em;
  display: block
}

.spooky-blog-single article {
  max-width: 960px;
  margin: 0 auto;
  padding: 0
}

.spooky-blog-single article header {
  position: relative;
  padding: 0
}

.spooky-blog-single article .article-meta {
  margin: 0 0 1em
}

.spooky-blog-single article .article-meta ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden
}

.spooky-blog-single article .article-meta ul li {
  float: left;
  background: #ff8a00;
  color: white;
  padding: .2em .5em;
  border-radius: 10px;
  margin: 0 .3em 0 0
}

.spooky-blog-single article img {
  width: 100%;
  height: auto;
  margin: 2em 0
}

@font-face {
  font-family: ArnoPro;
  src: url(987d54567efdb05f469a50e3efde00c8.woff);
  src: url(e0777c22822f035f21346c413543e345.woff2);
}

@font-face {
  font-family: ProximaNova;
  src: url(29b2071295d471e40cbb43a9949d2ce1.woff);
  src: url(7a4c424243df775f09c8362e3cbb4cdb.woff2);
  src: url(114f887c7fa379a64e99e33ec0ff0a66.woff);
  src: url(0c291a8ff2dcc8713bcab143c328baea.woff2);
}

html {
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0 0 1.5em;
  font-size: 16px;
  font-family: ProximaNova, sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  color: white;
  background-color: black;
}

::-moz-selection {
  background-color: #ff8a00;
  background-color: rgba(255, 138, 0, 0.5);
  opacity: 0;
}

::selection {
  background-color: #ff8a00;
  background-color: rgba(255, 138, 0, 0.5);
  opacity: 0;
}

.spooky-page {
  display: table;
  height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2.5em
}

.spooky-page div {
  display: table-cell;
  vertical-align: middle
}

.spooky-page div h2 {
  color: #ff8a00
}

.spooky-page div p {
  line-height: 1.2em
}

@media (max-width: 800px) {
  .spooky-page {
    padding: 0 1.5em;
  }
}

/*# sourceMappingURL=bundle.css.map*/