body {
  position: relative;
  font-family: 'Raleway Webfont', sans-serif;
  font-size: 16px;
  background: #2c2049; }
  @media (min-width: 960px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1400px) {
    body {
      font-size: 20px; } }

h1,
h2,
h3 {
  text-transform: uppercase; }

h1 {
  font-size: 3.129em; }

h2 {
  font-size: 2.353em; }

h3 {
  font-size: 1.769em; }

#container {
  -webkit-transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  -moz-transition: -moz-filter 200ms ease, -moz-transform 200ms ease;
  -o-transition: -o-filter 200ms ease, -o-transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease;
  z-index: 1; }
  #container.blur {
    filter: blur(5px);
    /*-webkit-filter: blur(5px);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/ }

#spacer-header {
  background: url(../media/hausberg.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
  height: 97px;
  position: relative; }
  #spacer-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }

.btn {
  border: 1px solid;
  border-radius: 0;
  text-transform: uppercase;
  padding: 7px 20px;
  font-weight: bold;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
  -moz-transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
  -o-transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease; }
  .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-white {
    color: #fff;
    border-color: #fff; }
    .btn.btn-white:hover, .btn.btn-white:focus {
      color: #2c2049;
      background: #bcf316;
      border-color: #bcf316; }
  .btn.btn-purple {
    color: #2c2049;
    border-color: #2c2049; }
    .btn.btn-purple:hover, .btn.btn-purple:focus {
      color: #ffffff;
      border-color: #2c2049;
      background: #2c2049; }

#main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  #main-nav.toggled {
    height: 100%;
    background: rgba(44, 32, 73, 0.85); }
  #main-nav a#logo {
    width: 100px;
    margin: 20px auto 0;
    display: block; }
    #main-nav a#logo img {
      width: 100%;
      height: auto; }
  #main-nav a.nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 18px 0 0 0;
    width: 68px;
    height: 68px;
    padding: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    #main-nav a.nav-toggle:hover {
      cursor: pointer; }
    #main-nav a.nav-toggle ul.buns {
      width: 28px;
      height: 28px;
      list-style: none;
      padding: 0;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      color: #fff; }
      #main-nav a.nav-toggle ul.buns li.bun {
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -.75px;
        -webkit-transform: translateY(-3.75px) translateZ(0);
        transform: translateY(-3.75px) translateZ(0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1); }
        #main-nav a.nav-toggle ul.buns li.bun:last-child {
          -webkit-transform: translateY(3.75px) translateZ(0);
          transform: translateY(3.75px) translateZ(0); }
  #main-nav.toggled a.nav-toggle ul.buns li.bun {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0); }
    #main-nav.toggled a.nav-toggle ul.buns li.bun:last-child {
      -webkit-transform: rotate(-45deg) translateZ(0);
      transform: rotate(-45deg) translateZ(0); }
  #main-nav #main-navigation-items {
    display: none;
    list-style-type: none;
    padding: 20px; }
    #main-nav #main-navigation-items li {
      font-weight: 200;
      border-bottom: 1px solid rgba(255, 255, 255, 0.33); }
      #main-nav #main-navigation-items li a {
        position: relative;
        display: inline-block;
        padding: 20px 0;
        width: 100%;
        font-size: 1.75em;
        color: #ffffff; }
        #main-nav #main-navigation-items li a:hover {
          text-decoration: none; }
        #main-nav #main-navigation-items li a:focus {
          text-decoration: none;
          color: #bcf316; }

@media only screen and (min-width: 760px) {
  #main-nav a#logo {
    width: 110px;
    margin: 20px 0 0 20px; }
  #main-nav a.nav-toggle {
    display: none; }
  #main-nav #main-navigation-items {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px 0 0 0; }
    #main-nav #main-navigation-items li {
      display: inline-block;
      border-bottom: none;
      text-transform: uppercase;
      font-weight: bold; }
      #main-nav #main-navigation-items li + li {
        margin: 0 0 0 20px; }
      #main-nav #main-navigation-items li a {
        position: relative;
        display: inline-block;
        padding: 0;
        font-size: 0.752em;
        color: rgba(255, 255, 255, 0.75);
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        #main-nav #main-navigation-items li a:hover {
          color: #bcf316;
          text-decoration: none; }
        #main-nav #main-navigation-items li a:focus {
          text-decoration: none;
          color: #bcf316; }
        #main-nav #main-navigation-items li a:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: -3px;
          left: 0;
          background-color: #bcf316;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        #main-nav #main-navigation-items li a:hover:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      #main-nav #main-navigation-items li.current a {
        font-weight: 600;
        color: #ffffff; }
        #main-nav #main-navigation-items li.current a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          background: #ffffff; } }
@media only screen and (min-width: 960px) {
  #main-nav a#logo {
    margin: 50px 0 0 50px; }
  #main-nav #main-navigation-items {
    top: 50px;
    right: 50px; } }
.project-thumb {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 250px; }
  .project-thumb .project-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #ffffff;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); }
    .project-thumb .project-meta .category {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 0.75em;
      text-shadow: 0 0 5px #000000; }
    .project-thumb .project-meta h3 {
      margin: 0;
      text-shadow: 0 0 5px #000000;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .project-thumb .project-meta .description {
      font-weight: 200;
      margin: 20px 0; }
    .project-thumb .project-meta .more {
      display: none;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
    .project-thumb .project-meta .btn {
      position: absolute;
      bottom: 20px; }
  .project-thumb:hover .project-meta {
    background: rgba(44, 32, 73, 0.85);
    filter: none;
    min-height: 100%; }
    .project-thumb:hover .project-meta h3 {
      color: #bcf316; }
    .project-thumb:hover .project-meta .more {
      opacity: 1; }

.more-projects {
  padding: 20px;
  text-align: center;
  background: #ffffff; }
  .more-projects a {
    width: 100%; }

@media only screen and (min-width: 760px) {
  .project-thumb {
    width: 50%;
    float: left; }
    .project-thumb:last-of-type {
      display: none; }

  .more-projects a {
    width: auto; } }
@media only screen and (min-width: 960px) {
  .project-thumb:first-of-type .project-meta {
    padding-left: 50px; }

  .project-thumb {
    width: 33.33%;
    float: left; }
    .project-thumb:last-of-type {
      display: block; }

  .more-projects {
    padding: 50px; } }
@media only screen and (min-width: 1400px) {
  .project-thumb {
    min-height: 350px; }
    .project-thumb .project-meta {
      padding: 50px; }
      .project-thumb .project-meta .more .btn {
        bottom: 50px; } }
#footer {
  padding: 20px;
  background: #2c2049;
  color: #ffffff;
  font-size: 0.75em; }
  #footer a {
    color: inherit;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    #footer a:hover {
      color: #bcf316;
      text-decoration: none; }
  #footer .main-footer a {
    margin-right: 15px; }
  #footer .hausberg {
    color: #bcf316;
    font-weight: bold; }
  #footer .disclaimer {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 200;
    font-size: 0.75em;
    margin: 10px 0; }
  #footer .social {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.75em; }
    #footer .social a {
      display: inline-block;
      padding: 10px;
      margin: 0 0 -10px 0; }
      #footer .social a:first-child {
        margin-left: -10px; }

@media only screen and (min-width: 960px) {
  #footer {
    padding: 50px; }
    #footer .main-footer a {
      margin-right: 30px; }
    #footer .main-footer {
      float: left; }
    #footer .disclaimer {
      margin: 0; }
    #footer .social {
      float: right;
      border: 0;
      font-size: 1.25em; }
      #footer .social a {
        margin: -5px 0;
        padding: 5px; }
    #footer:before, #footer:after {
      content: " ";
      display: table; }
    #footer:after {
      clear: both; } }
#error-404 {
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: url(../media/hausberg.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding-top: 33vh; }
  #error-404:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }
  #error-404 h1, #error-404 .error, #error-404 .btn {
    position: relative;
    z-index: 1; }
  #error-404 h1 {
    font-size: 5.535em;
    font-weight: 200;
    text-transform: none;
    color: #bcf316;
    text-shadow: 0 0 15px #000000; }
  #error-404 p.error {
    font-size: 1.75em;
    font-weight: bold;
    margin: 20px 0; }

#home-slider {
  width: 100%;
  height: 66vh; }
  #home-slider .slider {
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #000000;
    background-position: center center;
    background-size: cover; }
    #home-slider .slider:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5); }
    #home-slider .slider .meta {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
      #home-slider .slider .meta h3 {
        margin: 0;
        font-size: 2.3125em;
        font-weight: 600; }
      #home-slider .slider .meta .subtitle {
        font-style: italic;
        font-size: 1em;
        font-weight: 300;
        margin-bottom: 20px; }
    #home-slider .slider .btn {
      width: 100%; }
  #home-slider .rsNav {
    display: none; }

@media only screen and (min-width: 760px) {
  #home-slider .slider .btn {
    width: auto; }
  #home-slider .rsNav {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto; }
    #home-slider .rsNav .rsNavItem {
      cursor: pointer; }
      #home-slider .rsNav .rsNavItem span {
        border: 2px solid #ffffff;
        background: transparent; }
    #home-slider .rsNav .rsNavSelected span {
      background: #ffffff; } }
@media only screen and (min-width: 960px) {
  #home-slider .slider .meta {
    bottom: 50px;
    left: 50px;
    right: 50px; }
  #home-slider .rsNav {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: auto; } }
#home-about {
  padding: 20px;
  color: #a0a0a0;
  background: #1f1f1f;
  background-image: url(../media/michael_black_glow.png);
  background-repeat: no-repeat;
  background-size: auto 220px;
  background-position: right -30px bottom; }
  #home-about h2 {
    text-transform: none;
    color: #bcf316;
    margin: 0 0 20px 0;
    font-weight: bold; }
  #home-about p {
    margin: 20px 0;
    width: 66%;
    font-weight: 300; }
  #home-about .btn {
    width: calc(100% - 170px); }

@media only screen and (min-width: 760px) {
  #home-about {
    background-size: auto 95%; }
    #home-about .btn {
      width: auto; }
    #home-about p {
      font-weight: 200; } }
@media only screen and (min-width: 960px) {
  #home-about {
    padding: 50px; }
    #home-about p {
      width: 66%;
      margin: 30px 0; } }
#home-work .projects:before, #home-work .projects:after {
  content: " ";
  display: table; }
#home-work .projects:after {
  clear: both; }

@media only screen and (min-width: 760px) {
  #home-work {
    font-size: 16px; } }
@media only screen and (min-width: 960px) {
  #home-work {
    font-size: 16px; } }
@media only screen and (min-width: 1400px) {
  #home-work {
    font-size: 18px; } }
#about-header {
  background: #1f1f1f;
  padding: 117px 20px 20px;
  color: #a0a0a0;
  background-image: url(../media/michael_black_glow.png);
  background-repeat: no-repeat;
  background-size: auto 220px;
  background-position: right -30px bottom; }
  #about-header h2 {
    text-transform: none;
    color: #bcf316;
    margin: 0 0 20px 0;
    font-weight: bold; }
  #about-header p {
    margin: 20px 0;
    width: 66%;
    font-weight: 300;
    color: #a0a0a0; }

#about-services {
  background: #ffffff;
  overflow: auto;
  padding: 20px 0; }
  #about-services h2 {
    font-size: 1.33em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px; }
  #about-services .service {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3; }
    #about-services .service:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    #about-services .service .icon {
      display: block;
      margin: 0 auto;
      width: auto;
      height: 35px; }
    #about-services .service h3 {
      text-align: center;
      font-size: 1.33em;
      font-weight: 300;
      margin: 15px 0 20px; }
    #about-services .service p {
      margin: 0 20px 0.5em;
      font-weight: 300;
      color: #777; }

#about-work {
  text-align: center;
  padding: 20px;
  background: #bcf316; }
  #about-work .btn {
    width: 100%; }

@media only screen and (min-width: 760px) {
  #about-work .btn {
    width: auto; }

  #about-services {
    padding: 20px 0; }
    #about-services:before, #about-services:after {
      content: " ";
      display: table; }
    #about-services:after {
      clear: both; }
    #about-services h2 {
      margin: 0 0 20px; }
    #about-services .service {
      margin: 0;
      padding: 0;
      width: 33.33%;
      float: left;
      border-bottom: none;
      border-right: 1px solid #f3f3f3; }
      #about-services .service:last-of-type {
        border-right: none; }
      #about-services .service p {
        margin: 0 20px 0.5em;
        text-align: justify;
        font-weight: 200; } }
@media only screen and (min-width: 960px) {
  #about-header {
    padding: 163px 50px 50px;
    background-size: auto 75%;
    background-position: right bottom; }

  #about-services {
    padding: 50px 0; }
    #about-services h2 {
      margin: 0 0 50px; }
    #about-services .service p {
      margin: 0 50px 0.5em; }

  #about-work {
    padding: 50px; } }
@media only screen and (min-width: 1200px) {
  #about-header {
    padding: 213px 50px 50px; } }
#work-filter {
  background: #ffffff; }
  #work-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #work-filter ul:before, #work-filter ul:after {
      content: " ";
      display: table; }
    #work-filter ul:after {
      clear: both; }
    #work-filter ul li {
      display: block;
      width: 25%;
      float: left; }
      #work-filter ul li a {
        width: 100%;
        padding: 15px 0;
        border-width: 0px; }
        #work-filter ul li a.selected {
          color: #ffffff;
          background: #2c2049;
          border-color: #2c2049; }
        #work-filter ul li a .projects-label {
          display: none; }

#work-project-wrapper {
  background-color: #1f1f1f; }
  #work-project-wrapper:before, #work-project-wrapper:after {
    content: " ";
    display: table; }
  #work-project-wrapper:after {
    clear: both; }

@media only screen and (min-width: 760px) {
  #work-filter {
    padding: 20px; }
    #work-filter ul {
      text-align: center; }
      #work-filter ul li {
        width: auto;
        display: inline-block;
        float: none; }
        #work-filter ul li a {
          width: auto;
          padding: 7px 20px;
          border-width: 1px; }
          #work-filter ul li a .projects-label {
            display: inline; } }
@media only screen and (min-width: 960px) {
  #work-filter {
    padding: 50px; }

  .project-thumb:nth-of-type(3n+1) .project-meta {
    padding-left: 50px; } }
#project-container {
  background: #1f1f1f;
  color: #ffffff; }
  #project-container:before, #project-container:after {
    content: " ";
    display: table; }
  #project-container:after {
    clear: both; }
  #project-container #project-video .responsive-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    background: lightgray; }
    #project-container #project-video .responsive-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #project-container #project-audio {
    position: relative;
    padding-bottom: 100%;
    /* 16:9 */
    height: 0; }
    #project-container #project-audio iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #project-container #project-meta {
    padding: 20px; }
    #project-container #project-meta h3 {
      margin: 0;
      color: #bcf316; }
    #project-container #project-meta .category {
      text-transform: uppercase;
      font-weight: 200; }
    #project-container #project-meta .description {
      color: #a0a0a0;
      margin: 20px 0; }

@media only screen and (min-width: 960px) {
  #project-container:before, #project-container:after {
    content: " ";
    display: table; }
  #project-container:after {
    clear: both; }
  #project-container .project-media {
    width: calc(100% - 350px);
    float: left; }
  #project-container #project-audio {
    min-height: 50vh;
    height: auto;
    padding: 0;
    float: left; }
  #project-container #project-meta {
    width: 350px;
    float: left;
    padding: 50px; } }
@media only screen and (min-width: 1200px) {
  #project-container .project-media {
    width: calc(100% - 450px); }
  #project-container #project-meta {
    width: 450px; } }
@media only screen and (min-width: 760px) {
  #spacer-header {
    height: 103px; } }
@media only screen and (min-width: 960px) {
  #spacer-header {
    height: 163px; } }

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