body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #e64c40;
}

.button.full-width:hover {
  background-color: #404047;
}

.brand-text {
  position: relative;
  top: 0%;
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Flaming, sans-serif;
  color: #e64c40;
  font-size: 60px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.aboutme {
  position: relative;
  padding: 63px 40px 46px;
  background-color: #fff;
}

.aboutme.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #e64c40;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: Abel, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.align-right {
  text-align: right;
}

.hero-heading {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, #e64c40, #e64c40);
  background-image: linear-gradient(180deg, #e64c40, #e64c40);
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  font-family: Abel, sans-serif;
  color: #fff;
  letter-spacing: 5px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  font-family: Abel, sans-serif;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #404047;
  background-color: #404047;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  overflow: visible;
  margin: 18px -7px 24px 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Abel, sans-serif;
  color: #313131;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.section-heading.centered.bottom-copy {
  text-align: center;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
  font-family: Abel, sans-serif;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Abel, sans-serif;
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  border-right: 2px solid #f6f6f6;
  background-color: #fff;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  font-family: Abel, sans-serif;
  color: #404047;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  font-family: Abel, sans-serif;
  color: #e64c40;
  font-size: 20px;
  font-weight: 400;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.logo-link.w--current {
  margin-top: 30vh;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/desk-office-pen-ruler.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/desk-office-pen-ruler.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.image {
  width: 30px;
}

.container {
  position: absolute;
  left: 0px;
  top: 380px;
  right: 0px;
  bottom: 0px;
}

.image-3 {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
}

.paragraph {
  font-size: 13px;
}

.row {
  margin-top: 32px;
}

.portfolio-home-page {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.link-block {
  display: block;
  overflow: hidden;
  opacity: 0.92;
}

.link-block:hover {
  overflow: visible;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}

.text-block-2 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #e64c40, #e64c40);
  background-image: linear-gradient(180deg, #e64c40, #e64c40);
  text-align: center;
}

.collection-item {
  width: 200px;
  height: 200px;
  margin-right: 14px;
  margin-bottom: 14px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-block-2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(230, 76, 64, .73), rgba(230, 76, 64, .73));
  background-image: linear-gradient(180deg, rgba(230, 76, 64, .73), rgba(230, 76, 64, .73));
  opacity: 1;
}

.text-block-3 {
  position: absolute;
  left: 0px;
  top: 75px;
  right: 0px;
  margin-top: 22px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.text-block-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin-top: 14px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.left-navigation-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  border-right: 2px solid #f6f6f6;
  background-color: #fff;
}

.left-navigation-home {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  border-right: 2px solid #f6f6f6;
  background-color: #fff;
}

.nav-link-portfolio {
  display: block;
  padding: 20px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Abel, sans-serif;
  color: #404047;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-portfolio:hover {
  color: #cf404d;
}

.nav-link-portfolio.w--current {
  font-family: Abel, sans-serif;
  color: #e64c40;
  font-size: 20px;
  font-weight: 400;
}

.collection-list {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-4 {
  width: 200px;
  height: 200px;
}

.collection-item-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-5 {
  margin-top: 9px;
  font-family: Abel, sans-serif;
  font-size: 20px;
  text-align: center;
}

.paragraph-2 {
  font-size: 12px;
  text-align: center;
}

.div-block-3 {
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-image: -webkit-linear-gradient(270deg, #e64c40, #e64c40);
  background-image: linear-gradient(180deg, #e64c40, #e64c40);
}

.button-2 {
  width: 100%;
  background-color: #e64c40;
  font-family: Abel, sans-serif;
  text-align: center;
  letter-spacing: 4px;
}

.div-block-4 {
  height: auto;
  margin-left: 28px;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px;
  margin-left: 0px;
  font-family: Abel, sans-serif;
  color: #e64c40;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading {
  margin-top: 9px;
  margin-left: 0px;
  font-family: Abel, sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 4px;
}

.image-5 {
  height: auto;
  margin-top: -104px;
}

.slider {
  height: 400px;
  margin-left: 0px;
}

.rich-text-block {
  display: block;
  margin-top: 38px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Abel, sans-serif;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.image-6 {
  width: 100px;
}

.link-block-2 {
  text-align: center;
  text-decoration: none;
}

.link-2 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: rgba(64, 64, 71, .62);
  text-decoration: none;
}

.link-2:hover {
  color: #e64c40;
}

.collection-list-wrapper {
  margin-top: 64px;
  text-decoration: none;
}

.text-block-7 {
  font-family: Abel, sans-serif;
  color: #404047;
  text-decoration: none;
}

.collection-item-3 {
  margin-right: -22px;
  padding-top: 12px;
  padding-right: 27px;
  padding-left: 10px;
  font-size: 12px;
}

.link-block-3 {
  text-decoration: none;
}

.body {
  height: auto;
}

.slide {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: auto;
  float: left;
}

.image-7 {
  width: 100%;
  height: 350px;
}

.slider-2 {
  width: 100%;
  height: 350px;
  margin-top: 19px;
}

.slider-3 {
  width: 100%;
  height: 350px;
  margin-top: 18px;
}

.lightbox-link-2 {
  width: 100%;
  height: 350px;
}

.image-8 {
  height: 150px;
}

.portfolio-images {
  height: 150px;
  padding-right: 14px;
}

.lightbox-link-3 {
  width: 100%;
  height: 370px;
  background-color: #000;
}

.image-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 370px;
  opacity: 0.33;
}

.text-block-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 163px;
  color: #ecf0f1;
  font-size: 26px;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
}

.small-link {
  color: rgba(41, 41, 41, .74);
  text-decoration: none;
}

.portfolio-column {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column:hover {
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-9 {
  position: relative;
  top: 100px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}

.paragraph-3 {
  position: relative;
  top: 90px;
  opacity: 1;
  color: #edeff2;
  font-size: 12px;
  text-align: center;
}

.portfolio-div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(230, 76, 64, .73), rgba(230, 76, 64, .73));
  background-image: linear-gradient(180deg, rgba(230, 76, 64, .73), rgba(230, 76, 64, .73));
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.portfolio-div-block:hover {
  opacity: 1;
}

.portfolio-column-2 {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_9805.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-2:hover {
  background-image: url('../images/IMG_9805.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-3 {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_2121.jpg');
  background-position: 45% 50%;
  background-size: cover;
}

.portfolio-column-3:hover {
  background-image: url('../images/IMG_2121.jpg');
  background-position: -27px 50%;
  background-size: cover;
}

.portfolio-column-4 {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/3-ggr.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-4:hover {
  background-image: url('../images/3-ggr.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-5 {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-5:hover {
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-2-copy {
  height: 225px;
  padding-right: 0px;
  padding-left: 0px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_9805.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-column-2-copy:hover {
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.porfolio-column-6 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_7796.jpg');
  background-position: 50% 50%;
  background-size: 480px;
}

.column-2 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_0943.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.column-3 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_4805.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_1220.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/Screen-Shot-2013-10-27-at-12.14.49-AM.jpg');
  background-position: 50% 50%;
  background-size: 513px;
}

.column-6 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_4960.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-7 {
  height: 225px;
  border: 3px solid #fff;
  background-image: url('../images/IMG_6979.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-8 {
  height: 225px;
  background-color: #e64c40;
}

.link-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-decoration: none;
}

.text-block-10 {
  position: relative;
  top: 65px;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}

.portfolio-wrapper {
  display: block;
  width: 80%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.heading-2 {
  margin-top: 8vh;
  font-size: 8vh;
  line-height: 1em;
  font-weight: 500;
}

.div-block-5 {
  width: 15%;
  height: 4px;
  background-color: #404047;
}

.portfolio-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 5vh;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

._321-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

._321-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/3...2...1-Photo-7017-min.jpg');
  background-position: 50% 50%, 50% 25%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.image-10 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
}

.left-navigation-symbol {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  border-right: 2px solid #f6f6f6;
  background-color: #fff;
}

.dropdown-toggle {
  position: relative;
  width: 329px;
  font-family: Abel, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.icon-2 {
  position: absolute;
  right: 70px;
  float: none;
  clear: none;
}

.portfolio-description {
  margin-top: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: none;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Abel, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #e64c40;
}

.dropdown-link.w--current {
  color: #e64c40;
}

.dropdown-link-2 {
  text-align: center;
}

.dropdown-link-3 {
  text-align: center;
}

.dropdown-list {
  background-color: transparent;
}

.previous-project {
  width: 180px;
  margin-top: 20px;
  background-color: #bec3c7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  text-align: center;
}

.previous-project:hover {
  background-color: #e64c40;
}

.next-project {
  width: 180px;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #bec3c7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  text-align: center;
}

.next-project:hover {
  background-color: #e64c40;
}

.dolls-house-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_9370.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dolls-house-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_9370.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.glengarry-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/3-ggr.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.glengarry-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/3-ggr.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.grease-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_7796.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grease-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_7796.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.mata-hari-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_0943.jpg');
  background-position: 50% -208px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mata-hari-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_0943.jpg');
  background-position: 50% 50%, 50% -208px;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.seminar-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_4786.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seminar-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_4786.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.seussical-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_1064.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seussical-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_1064.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.snap-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/Screen-Shot-2013-10-27-at-12.14.49-AM.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.snap-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/Screen-Shot-2013-10-27-at-12.14.49-AM.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.better-angels-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_2121.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.better-angels-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_2121.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.last-five-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_6979.jpg');
  background-position: 50% 83%;
  background-size: cover;
  background-repeat: no-repeat;
}

.last-five-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_6979.jpg');
  background-position: 50% 50%, 50% 83%;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.afterparty-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_4960.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.afterparty-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_4960.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.other-lightbox {
  width: 75%;
  height: 50%;
  background-image: url('../images/IMG_4394.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-lightbox:hover {
  background-image: url('../images/OVERCLICK.png'), url('../images/IMG_4394.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 1000px, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-9-copy {
  position: relative;
  top: 90px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}

.text-block-9-copy2 {
  position: relative;
  top: 90px;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    margin-top: 10px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #fff;
  }
  .brand-text {
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: auto;
    margin-bottom: 11px;
    padding-top: 17px;
    padding-left: 20px;
    font-size: 40px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
    margin-top: 44px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-right: 10px;
    padding-left: 13px;
    text-align: right;
  }
  .nav-link.w--current {
    padding-right: 10px;
    text-align: right;
  }
  .nav-menu {
    background-color: #fff;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .logo-link.w--current {
    position: static;
    left: 0px;
    top: 0px;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .left-navigation-copy {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .left-navigation-home {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: auto;
    height: 80px;
    float: none;
  }
  .nav-link-portfolio {
    padding-right: 10px;
    padding-left: 13px;
    text-align: right;
  }
  .icon {
    color: #000;
  }
  .portfolio-column {
    height: 180px;
  }
  .text-block-9 {
    top: 80px;
    font-size: 24px;
  }
  .portfolio-column-2 {
    height: 180px;
  }
  .portfolio-column-3 {
    height: 180px;
  }
  .portfolio-column-4 {
    height: 180px;
  }
  .porfolio-column-6 {
    height: 180px;
  }
  .column-2 {
    height: 180px;
  }
  .column-3 {
    height: 180px;
  }
  .column-4 {
    height: 180px;
  }
  .column-5 {
    height: 180px;
  }
  .column-6 {
    height: 180px;
  }
  .column-7 {
    height: 180px;
  }
  .column-8 {
    height: 180px;
  }
  .link-block-4 {
    border: 3px solid #fff;
  }
  .text-block-10 {
    top: 45px;
  }
  .portfolio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._321-lightbox {
    width: 100%;
  }
  ._321-lightbox:hover {
    background-size: cover, cover;
  }
  .left-navigation-symbol {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: auto;
    height: 80px;
    float: none;
  }
  .dropdown-toggle {
    width: 100%;
    padding-right: 10px;
    float: right;
  }
  .dropdown-toggle.w--open {
    position: static;
  }
  .icon-2 {
    position: static;
    margin-right: 0px;
    float: left;
    clear: left;
  }
  .portfolio-description {
    text-align: center;
  }
  .dropdown-link {
    position: static;
    float: none;
    clear: right;
    text-align: right;
  }
  .previous-project {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .next-project {
    margin-left: 0px;
  }
  .dolls-house-lightbox {
    width: 100%;
  }
  .dolls-house-lightbox:hover {
    background-size: cover, cover;
  }
  .glengarry-lightbox {
    width: 100%;
  }
  .grease-lightbox {
    width: 100%;
  }
  .grease-lightbox:hover {
    background-size: cover, cover;
  }
  .mata-hari-lightbox {
    width: 100%;
  }
  .mata-hari-lightbox:hover {
    background-size: cover, cover;
  }
  .seminar-lightbox {
    width: 100%;
  }
  .seminar-lightbox:hover {
    background-size: cover, cover;
  }
  .seussical-lightbox {
    width: 100%;
  }
  .seussical-lightbox:hover {
    background-size: cover, cover;
  }
  .snap-lightbox {
    width: 100%;
  }
  .snap-lightbox:hover {
    background-size: cover, cover;
  }
  .better-angels-lightbox {
    width: 100%;
  }
  .last-five-lightbox {
    width: 100%;
  }
  .last-five-lightbox:hover {
    background-size: cover, cover;
  }
  .afterparty-lightbox {
    width: 100%;
  }
  .afterparty-lightbox:hover {
    background-size: cover, cover;
  }
  .other-lightbox {
    width: 100%;
  }
  .other-lightbox:hover {
    background-size: cover, cover;
  }
  .text-block-9-copy {
    top: 70px;
    font-size: 24px;
  }
  .text-block-11 {
    width: auto;
    text-align: right;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .brand-text {
    padding-top: 10px;
    padding-left: 10px;
  }
  .aboutme {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .section-heading.centered {
    text-align: center;
  }
  .hero-title-wrapper {
    top: 35%;
    margin-top: 65px;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    margin-top: 20px;
    text-align: center;
  }
  .left-navigation-home {
    height: 70px;
  }
  .portfolio-column-3 {
    background-position: 51% 15%;
    background-repeat: no-repeat;
  }
  .portfolio-column-4 {
    background-position: 0px -6px;
    background-repeat: no-repeat;
  }
  .column-2 {
    background-position: 50% 32%;
  }
  .column-5 {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .column-6 {
    background-position: 50% 21%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .column-7 {
    background-position: 50% 75%;
    background-repeat: no-repeat;
  }
  .portfolio-wrapper {
    height: 1200px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 80px;
  }
  .portfolio-title {
    font-size: 40px;
  }
  ._321-lightbox {
    height: 40%;
  }
  .left-navigation-symbol {
    height: 70px;
  }
  .portfolio-description {
    font-size: 16px;
  }
  .dolls-house-lightbox {
    height: 40%;
  }
  .glengarry-lightbox {
    height: 40%;
  }
  .grease-lightbox {
    height: 40%;
  }
  .mata-hari-lightbox {
    height: 40%;
  }
  .seminar-lightbox {
    height: 40%;
  }
  .seussical-lightbox {
    height: 40%;
  }
  .snap-lightbox {
    height: 40%;
  }
  .better-angels-lightbox {
    height: 40%;
  }
  .last-five-lightbox {
    height: 40%;
  }
  .afterparty-lightbox {
    height: 40%;
  }
  .other-lightbox {
    height: 40%;
  }
}

@media (max-width: 479px) {
  .hamburger-button {
    margin-top: 0px;
  }
  .brand-text {
    padding-top: 5px;
    font-size: 25px;
  }
  .hero-heading {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }
  .section-heading.centered {
    margin-top: auto;
    margin-right: 0px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
    margin-top: 55px;
  }
  .nav-link {
    font-size: 16px;
  }
  .banner {
    height: 450px;
  }
  .image-3 {
    margin-bottom: 37px;
  }
  .paragraph {
    font-size: 12px;
    text-align: center;
  }
  .left-navigation-home {
    height: 60px;
  }
  .portfolio-column-3 {
    background-position: 50% 50%;
  }
  .portfolio-column-3:hover {
    background-position: 50% 50%;
  }
  .portfolio-wrapper {
    position: static;
    height: 1200px;
    margin-top: auto;
  }
  .heading-2 {
    margin-top: -307px;
    font-size: 60px;
  }
  ._321-lightbox {
    height: 25%;
  }
  ._321-lightbox:hover {
    background-size: cover, cover;
  }
  .left-navigation-symbol {
    height: 60px;
  }
  .icon-2 {
    position: static;
    margin-right: 0px;
    float: left;
  }
  .portfolio-description {
    font-size: 14px;
  }
  .dolls-house-lightbox {
    height: 25%;
  }
  .dolls-house-lightbox:hover {
    background-size: cover, cover;
  }
  .glengarry-lightbox {
    height: 25%;
  }
  .glengarry-lightbox:hover {
    background-size: cover, cover;
  }
  .grease-lightbox {
    height: 25%;
  }
  .mata-hari-lightbox {
    height: 25%;
  }
  .seminar-lightbox {
    height: 25%;
  }
  .seussical-lightbox {
    height: 25%;
  }
  .snap-lightbox {
    height: 25%;
  }
  .better-angels-lightbox {
    height: 25%;
  }
  .better-angels-lightbox:hover {
    background-size: cover, cover;
  }
  .last-five-lightbox {
    height: 25%;
  }
  .afterparty-lightbox {
    height: 25%;
  }
  .other-lightbox {
    height: 25%;
  }
  .text-block-11 {
    font-size: 16px;
    text-align: right;
  }
}

@font-face {
  font-family: 'Flaming';
  src: url('../fonts/Flaming.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}