.fontsize1 {
  font-size: 12px;
}

.fontsize2 {
  font-size: 14px;
}

.fontsize3 {
  font-size: 16px;
}

.fontsize4 {
  font-size: 18px;
}

.fontsize5 {
  font-size: 20px;
}

.fontsize6 {
  font-size: 24px;
}

.fontsize7 {
  font-size: 30px;
}

.fontsize8 {
  font-size: 36px;
}

.fontsize9 {
  font-size: 48px;
}

.fontsize10 {
  font-size: 60px;
}

.fontsize11 {
  font-size: 72px;
}

.fontsize12 {
  font-size: 80px;
}

.fontsize13 {
  font-size: 92px;
}

.fontsize14 {
  font-size: 100px;
}

.fontsize15 {
  font-size: 120px;
}

.lineheight1 {
  line-height: 1em !important;
}

.lineheight2 {
  line-height: 1.25em !important;
}

.lineheight3 {
  line-height: 1.5em !important;
}

.copy1 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
}

.copy2 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1em;
}

.copy3 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}

.copy4 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
}

.copy5 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}

.headline1 {
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
}

.headline2 {
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
}

.headline3 {
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
}

.headline4 {
  font-family: bodoni-urw, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}

.accent1 {
  font-family: brim-narrow, sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
}

.accent2 {
  font-family: brim-narrow, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
}

.max-width-desktop {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1300px;
}

body {
  background-color: #2b2c2e;
  color: #c1c1c1;
}

.mobile-nav {
  position: fixed;
  display: none;
  padding: 100px 50px 50px 50px;
  width: 100%;
  height: 100%;
  background-color: #fbb040;
  z-index: 500;
}
.mobile-nav .close {
  position: absolute;
  top: 20px;
  right: 50px;
  color: #0c0c0c;
}
.mobile-nav a {
  display: block;
  padding: 20px 0;
  font-size: 36px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  color: #0c0c0c;
  transition: 0.25s all;
}
.mobile-nav a:hover {
  color: #c1c1c1;
}
.mobile-nav .mobile-nav-social a {
  font-size: 80px;
}

.storm {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #c62020;
  text-align: center;
  color: white;
}
.storm a {
  border-bottom: 2px solid #0c0c0c;
  font-weight: 500;
  color: #0c0c0c;
  transition: 0.25s all;
}
.storm a:hover {
  border-bottom: 2px solid #c1c1c1;
  text-decoration: none;
  color: #c1c1c1;
}

.header {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .header {
    margin-bottom: -55px;
  }
}
.header .header-logo {
  padding-top: 40px;
  z-index: 250;
}
.header .header-logo img {
  margin-left: 15px;
  width: auto;
  height: 100%;
  max-height: 200px;
}
.header .header-hamburger {
  display: none;
  text-align: right;
}
@media (max-width: 767px) {
  .header .header-hamburger {
    display: block;
  }
}
.header .header-hamburger .header-hamburger-button {
  display: inline-block;
  margin: 30px 0 0 0;
  font-size: 24px;
  color: #fbb040;
  cursor: pointer;
  transition: 0.25s all;
}
.header .header-hamburger .header-hamburger-button:hover {
  color: white;
}
.header .header-menu {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .header .header-menu {
    padding: 20px 0;
    text-align: center;
  }
}
.header .header-menu ul.header-menu-main {
  float: right;
  margin: 0;
  padding: 10px 0;
  background-image: url("img/header-menu-bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .header .header-menu ul.header-menu-main {
    display: none;
  }
}
.header .header-menu ul.header-menu-main li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header .header-menu ul.header-menu-main li {
    margin: 0 10px 0 0;
  }
}
.header .header-menu ul.header-menu-main li a {
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  text-decoration: none;
  color: #c1c1c1;
  transition: 0.25s all;
}
@media (max-width: 991px) {
  .header .header-menu ul.header-menu-main li a {
    font-size: 20px;
  }
}
.header .header-menu ul.header-menu-main li a.active {
  border-bottom: 2px solid #fbb040;
  color: #fbb040;
}
.header .header-menu ul.header-menu-main li a:hover {
  border-bottom: 2px solid #fbb040;
  color: #fbb040;
}
.header .header-social {
  margin: 10px 0 0 0;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .header .header-social {
    display: none;
  }
}
.header .header-social a {
  margin: 0 5px;
  font-size: 20px;
  color: #fbb040;
  transition: 0.25s all;
}
@media (max-width: 767px) {
  .header .header-social a {
    font-size: 36px;
  }
}
.header .header-social a:hover {
  text-transform: uppercase;
  color: white;
}

.footer {
  background-color: #0c0c0c;
}
.footer.content-footer {
  margin-top: 20px;
}
.footer .footer-logo {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .footer .footer-logo {
    padding: 20px 0;
  }
}
.footer .footer-logo img {
  width: 60%;
  height: auto;
}
@media (max-width: 767px) {
  .footer .footer-logo img {
    width: 90%;
  }
}
.footer .footer-menu {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .footer .footer-menu {
    padding: 20px 0;
    text-align: center;
  }
}
.footer .footer-menu ul.footer-menu-main {
  margin: 0 0 20px;
  padding: 0;
}
.footer .footer-menu ul.footer-menu-main li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu ul.footer-menu-main li a {
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  text-decoration: none;
  color: #c1c1c1;
}
.footer .footer-menu ul.footer-menu-main li a:hover {
  border-bottom: 2px solid #fbb040;
  color: #fbb040;
}
.footer .footer-menu .footer-address {
  color: #454648;
}
.footer .footer-menu .footer-address .divider {
  padding: 0 10px;
}
@media (max-width: 568px) {
  .footer .footer-menu .footer-address .divider {
    display: block;
    color: black;
  }
}
.footer .footer-menu .footer-address a {
  color: #454648;
}
.footer .footer-menu .footer-address a:hover {
  color: #c1c1c1;
}
.footer .footer-menu .footer-copyright {
  font-size: 12px;
  color: #2b2c2e;
}
.footer .footer-social {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .footer .footer-social {
    padding: 20px 0;
  }
}
.footer .footer-social a {
  margin: 0 5px;
  font-size: 20px;
  color: #fbb040;
  transition: 0.25s all;
}
@media (max-width: 767px) {
  .footer .footer-social a {
    font-size: 36px;
  }
}
.footer .footer-social a:hover {
  text-transform: uppercase;
  color: white;
}

.allcaps {
  text-transform: uppercase;
}

.btn-transparent {
  padding: 10px 0;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid #ffcb7e;
  color: #ffcb7e;
  transition: 0.5s all;
}
.btn-transparent:hover {
  padding: 10px 20px;
  background-color: #ffcb7e;
  text-decoration: none;
  color: #0c0c0c;
}

.btn-transparent-dark {
  padding: 10px 0;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid #2b2c2e;
  color: #2b2c2e;
  transition: 0.5s all;
}
.btn-transparent-dark:hover {
  padding: 10px 20px;
  background-color: #ffcb7e;
  border-bottom: 3px solid #ffcb7e;
  text-decoration: none;
  color: #0c0c0c;
}

.btn-solid {
  padding: 10px 20px;
  background-color: #fbb040;
  border: 0 !important;
  color: #0c0c0c;
  transition: 0.5s all;
}
.btn-solid.large {
  padding: 20px 30px;
  font-size: 18px;
}
.btn-solid:hover {
  background-color: #0c0c0c;
  text-decoration: none;
  color: #fbb040;
}

.btn-solid-dark {
  padding: 10px 20px;
  background-color: #0c0c0c;
  border-radius: 5px;
  border: 0;
  color: #fbb040;
  transition: 0.5s all;
}
.btn-solid-dark.large {
  padding: 20px 30px;
  font-size: 18px;
}
.btn-solid-dark:hover {
  background-color: #ffcb7e;
  text-decoration: none;
  color: #0c0c0c;
}

.content-header {
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("img/page-header-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #2b2c2e;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .content-header {
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content-header .page-title {
  font-size: 80px;
  color: #fbb040;
}
@media (max-width: 767px) {
  .content-header .page-title {
    font-size: 48px;
  }
}
.content-header .page-subtitle {
  font-size: 20px;
  color: #c1c1c1;
}

.content-submenu {
  margin: 20px 0 10px;
  padding: 0;
  background-color: #fbb040;
}
.content-submenu .col {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fbb040;
}
.content-submenu .col a {
  display: inline-block;
  padding: 10px 5px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1em;
  color: #0c0c0c;
  transition: 0.25s all;
}
.content-submenu .col a span {
  display: block;
  font-size: 20px;
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
}
.content-submenu .col a i {
  font-size: 14px;
}
.content-submenu .col a:hover {
  background-color: #0c0c0c;
  text-decoration: none;
  color: #fbb040;
}

.text-muted a {
  text-decoration: underline;
  color: #2b2c2e;
}

.tile-layout .tile {
  margin: 0;
  padding: 0;
  border: 10px solid #2b2c2e;
}
.tile-layout .tile.tile-photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tile-layout .tile.tile-photo a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.25s all;
}
.tile-layout .tile.tile-photo a:hover {
  border-bottom: 10px solid #fbb040;
}
.tile-layout .tile .tile-text {
  padding: 50px;
  height: 100%;
  background-color: #fbb040;
  color: #0c0c0c;
}
@media (max-width: 568px) {
  .tile-layout .tile .tile-text {
    padding: 20px;
  }
}
.tile-layout .tile .tile-text.tile-light {
  background-color: #c1c1c1;
  color: #0c0c0c;
}
.tile-layout .tile .tile-text hr {
  margin: 30px 0 40px;
  padding: 0;
  height: 5px;
  width: 40px;
  background-color: #ffcb7e;
}
.tile-layout .tile .tile-text ul {
  margin-top: 20px;
  padding-left: 0;
}
.tile-layout .tile .tile-text ul li {
  margin: 10px 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #2b2c2e;
  list-style: none;
}
.tile-layout .tile .tile-text ol {
  margin-top: 20px;
}
.tile-layout .tile .tile-text ol li {
  margin: 10px 0;
}
.tile-layout .tile .tile-text a {
  border-bottom: 2px solid #2b2c2e;
  font-weight: bold;
  color: #2b2c2e;
}
.tile-layout .tile .tile-text a:hover {
  border-bottom: 2px solid #ffcb7e;
  text-decoration: none;
  color: #ffcb7e;
}
.tile-layout .tile .tile-size1 {
  height: 650px;
}
@media (max-width: 568px) {
  .tile-layout .tile .tile-size1 {
    height: 300px;
  }
}
.tile-layout .tile .tile-size2 {
  height: 400px;
}
@media (max-width: 568px) {
  .tile-layout .tile .tile-size2 {
    height: 300px;
  }
}
.tile-layout .tile .tile-size2-tall {
  height: 750px;
}
@media (max-width: 568px) {
  .tile-layout .tile .tile-size2-tall {
    height: 400px;
  }
}
.tile-layout .tile .tile-size3 {
  height: 300px;
}
@media (max-width: 568px) {
  .tile-layout .tile .tile-size3 {
    height: 300px;
  }
}

.home-splash {
  margin: 0 0 10px 0;
}
.home-splash .home-splash-photo {
  background-image: url("img/home-splash-photo1.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .home-splash .home-splash-photo {
    margin-bottom: 10px;
    height: 500px;
  }
}
@media (max-width: 568px) {
  .home-splash .home-splash-photo {
    margin-bottom: 10px;
    height: 300px;
  }
}
.home-splash .home-splash-intro {
  background-color: #fbb040;
  color: #0c0c0c;
}
.home-splash .home-splash-intro-logo {
  position: relative;
  padding: 10px;
  min-height: 250px;
  background-image: url("img/home-splash-halftone.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #fbb040;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .home-splash .home-splash-intro-logo {
    background-size: 150%;
    text-align: center;
  }
}
.home-splash .home-splash-intro-logo .logo {
  position: absolute;
  left: -112px;
  width: 225px;
  height: 225px;
  background-image: url("img/logo.png");
  background-size: cover;
  background-position: center center;
  text-indent: -5000px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-splash .home-splash-intro-logo .logo {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    left: auto;
  }
}
.home-splash .home-splash-intro-text {
  padding: 40px 50px;
  min-height: 150px;
}
.home-splash .home-splash-intro-text .accent-key {
  margin: 0 0 20px;
  width: 75px;
  height: auto;
}

.home-experience {
  margin-bottom: 10px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("img/home-experience-bg.jpg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-experience {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 568px) {
  .home-experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home-experience h3 {
  margin: 0;
  padding: 0;
  font-size: 80px;
  color: #fbb040;
}
@media (max-width: 767px) {
  .home-experience h3 {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  .home-experience h3 {
    font-size: 48px;
  }
}
.home-experience p {
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  color: #c1c1c1;
}
.home-experience a {
  display: inline-block;
  margin: 20px 0 0 0;
}

.home-products {
  margin-bottom: 10px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("img/home-products-bg.jpg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-products {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 568px) {
  .home-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home-products h3 {
  margin: 0;
  padding: 0;
  font-size: 80px;
  color: #fbb040;
}
@media (max-width: 767px) {
  .home-products h3 {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  .home-products h3 {
    font-size: 48px;
  }
}
.home-products p {
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  color: #c1c1c1;
}
.home-products a {
  display: inline-block;
  margin: 20px 0 0 0;
}

.home-portfolio {
  display: block;
  margin-bottom: 10px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url("img/home-portfolio-bg.jpg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 568px) {
  .home-portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home-portfolio h3 {
  margin: 0;
  padding: 0;
  font-size: 80px;
  color: #fbb040;
}
@media (max-width: 767px) {
  .home-portfolio h3 {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  .home-portfolio h3 {
    font-size: 48px;
  }
}
.home-portfolio p {
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  color: #c1c1c1;
}
.home-portfolio a {
  display: inline-block;
  margin: 20px 0 0 0;
}

.home-testimonials {
  margin: 0 0 10px 0;
}
.home-testimonials .home-testimonials-quote {
  background-color: #fbb040;
}
.home-testimonials .home-testimonials-quote-photo {
  min-height: 250px;
  background-image: url("img/home-testimonials-client1.jpg");
  background-size: cover;
  background-position: center center;
}
.home-testimonials .home-testimonials-quote-text {
  position: relative;
  padding: 40px 50px;
  min-height: 150px;
  color: #0c0c0c;
}
.home-testimonials .home-testimonials-quote-text i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 15px;
  background-color: #ffcb7e;
  border: 10px solid rgba(255, 203, 126, 0.5);
  background-clip: padding-box;
  border-radius: 50%;
}
.home-testimonials .home-testimonials-quote-text .quote-text {
  padding: 5px 0;
  font-size: 18px;
  line-height: 1.25em;
}
.home-testimonials .home-testimonials-quote-text .quote-more {
  padding: 5px 0;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid #ffcb7e;
  font-size: 18px;
  color: #ffcb7e;
  transition: 0.5s all;
}
.home-testimonials .home-testimonials-quote-text .quote-more:hover {
  padding: 5px 20px;
  background-color: #ffcb7e;
  text-decoration: none;
  color: #0c0c0c;
}
.home-testimonials .home-testimonials-photo {
  background-image: url("img/home-testimonials-photo1.jpg");
  background-size: cover;
  background-position: center center;
}

.home-studio {
  margin: 0 0 10px 0;
}
.home-studio h3 {
  font-size: 80px;
  color: #fbb040;
}
.home-studio .home-studio-header h3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-studio .home-studio-header h3 {
    margin: 30px;
  }
}
.home-studio .home-studio-halftone {
  min-height: 200px;
  background-image: url("img/home-studio-halftone.jpg");
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .home-studio .home-studio-halftone {
    display: none;
  }
}
.home-studio .home-studio-row2 {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .home-studio .home-studio-row2 {
    margin-top: 0;
  }
}
.home-studio .home-studio-photo {
  min-height: 400px;
  background-image: url("img/home-studio-photo1.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .home-studio .home-studio-photo {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .home-studio .home-studio-photo {
    min-height: 400px;
  }
}
@media (max-width: 568px) {
  .home-studio .home-studio-photo {
    min-height: 200px;
  }
}
.home-studio .home-studio-text {
  padding: 80px 40px 40px;
}
@media (max-width: 767px) {
  .home-studio .home-studio-text {
    padding: 40px;
    text-align: center;
  }
}
.home-studio .home-studio-text p {
  font-size: 20px;
}
.home-studio .home-studio-text a {
  display: inline-block;
  margin: 10px auto;
}

.portfolio-gallery {
  overflow: hidden;
  /*
  wide|tall
  tall|wide
  wide
  wide|wide
  wide|wide|wide
  tall|tall
  tall|tall|tall
  */
}
.portfolio-gallery .portfolio-row-2-mix .photo-wide {
  height: 600px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-2-mix .photo-wide {
    height: 350px;
  }
}
.portfolio-gallery .portfolio-row-2-mix .photo-tall {
  height: 600px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-2-mix .photo-tall {
    height: 650px;
  }
}
.portfolio-gallery .portfolio-row-1-wide .photo-wide {
  height: 650px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-1-wide .photo-wide {
    height: 350px;
  }
}
.portfolio-gallery .portfolio-row-2-wide .photo-wide {
  height: 450px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-2-wide .photo-wide {
    height: 350px;
  }
}
.portfolio-gallery .portfolio-row-3-wide .photo-wide {
  height: 350px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-3-wide .photo-wide {
    height: 350px;
  }
}
.portfolio-gallery .portfolio-row-1-tall .photo-tall {
  height: 750px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-1-tall .photo-tall {
    height: 450px;
  }
}
.portfolio-gallery .portfolio-row-2-tall .photo-tall {
  height: 750px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-2-tall .photo-tall {
    height: 450px;
  }
}
.portfolio-gallery .portfolio-row-3-tall .photo-tall {
  height: 750px;
}
@media (max-width: 568px) {
  .portfolio-gallery .portfolio-row-3-tall .photo-tall {
    height: 450px;
  }
}
.portfolio-gallery .portfolio-photo {
  margin: 5px;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.portfolio-photo1 {
  background-image: url("img/portfolio/photo1.jpg");
}

.portfolio-photo2 {
  background-image: url("img/portfolio/photo2.jpg");
}

.portfolio-photo3 {
  background-image: url("img/portfolio/photo3.jpg");
}

.portfolio-photo4 {
  background-image: url("img/portfolio/photo4.jpg");
}

.portfolio-photo5 {
  background-image: url("img/portfolio/photo5.jpg");
}

.portfolio-photo6 {
  background-image: url("img/portfolio/photo6.jpg");
}

.portfolio-photo7 {
  background-image: url("img/portfolio/photo7.jpg");
}

.portfolio-photo8 {
  background-image: url("img/portfolio/photo8.jpg");
}

.portfolio-photo9 {
  background-image: url("img/portfolio/photo9.jpg");
}

.portfolio-photo10 {
  background-image: url("img/portfolio/photo10.jpg");
}

.portfolio-photo11 {
  background-image: url("img/portfolio/photo11.jpg");
}

.portfolio-photo12 {
  background-image: url("img/portfolio/photo12.jpg");
}

.portfolio-photo13 {
  background-image: url("img/portfolio/photo13.jpg");
}

.portfolio-photo14 {
  background-image: url("img/portfolio/photo14.jpg");
}

.portfolio-photo15 {
  background-image: url("img/portfolio/photo15.jpg");
}

.portfolio-photo16 {
  background-image: url("img/portfolio/photo16.jpg");
}

.portfolio-photo17 {
  background-image: url("img/portfolio/photo17.jpg");
}

.portfolio-photo18 {
  background-image: url("img/portfolio/photo18.jpg");
}

.portfolio-photo19 {
  background-image: url("img/portfolio/photo19.jpg");
}

.portfolio-photo20 {
  background-image: url("img/portfolio/photo20.jpg");
}

.portfolio-photo21 {
  background-image: url("img/portfolio/photo21.jpg");
}

.portfolio-photo22 {
  background-image: url("img/portfolio/photo22.jpg");
}

.portfolio-photo23 {
  background-image: url("img/portfolio/photo23.jpg");
}

.portfolio-photo24 {
  background-image: url("img/portfolio/photo24.jpg");
}

.portfolio-photo25 {
  background-image: url("img/portfolio/photo25.jpg");
}

.portfolio-photo26 {
  background-image: url("img/portfolio/photo26.jpg");
}

.portfolio-photo27 {
  background-image: url("img/portfolio/photo27.jpg");
}

.portfolio-photo28 {
  background-image: url("img/portfolio/photo28.jpg");
}

.portfolio-photo29 {
  background-image: url("img/portfolio/photo29.jpg");
}

.portfolio-photo30 {
  background-image: url("img/portfolio/photo30.jpg");
}

.portfolio-photo31 {
  background-image: url("img/portfolio/photo31.jpg");
}

.portfolio-photo32 {
  background-image: url("img/portfolio/photo32.jpg");
}

.portfolio-photo33 {
  background-image: url("img/portfolio/photo33.jpg");
}

.portfolio-photo34 {
  background-image: url("img/portfolio/photo34.jpg");
}

.portfolio-photo35 {
  background-image: url("img/portfolio/photo35.jpg");
}

.portfolio-photo36 {
  background-image: url("img/portfolio/photo36.jpg");
}

.portfolio-photo37 {
  background-image: url("img/portfolio/photo37.jpg");
}

.portfolio-photo38 {
  background-image: url("img/portfolio/photo38.jpg");
}

.portfolio-photo39 {
  background-image: url("img/portfolio/photo39.jpg");
}

.portfolio-photo40 {
  background-image: url("img/portfolio/photo40.jpg");
}

.portfolio-photo41 {
  background-image: url("img/portfolio/photo41.jpg");
}

.portfolio-photo42 {
  background-image: url("img/portfolio/photo42.jpg");
}

.portfolio-photo43 {
  background-image: url("img/portfolio/photo43.jpg");
}

.portfolio-photo44 {
  background-image: url("img/portfolio/photo44.jpg");
}

.portfolio-photo45 {
  background-image: url("img/portfolio/photo45.jpg");
}

.portfolio-photo46 {
  background-image: url("img/portfolio/photo46.jpg");
}

.portfolio-photo47 {
  background-image: url("img/portfolio/photo47.jpg");
}

.portfolio-photo48 {
  background-image: url("img/portfolio/photo48.jpg");
}

.portfolio-photo49 {
  background-image: url("img/portfolio/photo49.jpg");
}

.portfolio-photo50 {
  background-image: url("img/portfolio/photo50.jpg");
}

.portfolio-photo51 {
  background-image: url("img/portfolio/photo51.jpg");
}

.portfolio-photo52 {
  background-image: url("img/portfolio/photo52.jpg");
}

.portfolio-photo53 {
  background-image: url("img/portfolio/photo53.jpg");
}

.portfolio-photo54 {
  background-image: url("img/portfolio/photo54.jpg");
}

.portfolio-photo55 {
  background-image: url("img/portfolio/photo55.jpg");
}

.portfolio-photo56 {
  background-image: url("img/portfolio/photo56.jpg");
}

.portfolio-photo57 {
  background-image: url("img/portfolio/photo57.jpg");
}

.portfolio-photo58 {
  background-image: url("img/portfolio/photo58.jpg");
}

.portfolio-photo59 {
  background-image: url("img/portfolio/photo59.jpg");
}

.book-content-form {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  background-color: #c1c1c1;
  color: #0c0c0c;
}
@media (max-width: 767px) {
  .book-content-form {
    margin-top: 0;
  }
}
.book-content-form .book-form-panel {
  padding: 50px 50px 0 50px;
}
.book-content-form .book-form-panel a {
  border-bottom: 1px solid black;
  font-weight: bold;
  text-decoration: none;
  color: #0c0c0c;
}
.book-content-form .book-form-panel a:hover {
  border-bottom: 1px solid #ffcb7e;
  color: #ffcb7e;
}
.book-content-form .book-form-about {
  padding: 100px 50px;
  background-image: url("img/book-panel-bg1.png");
  background-position: 200px center;
  background-repeat: no-repeat;
  background-size: cover;
}
.book-content-form h3 {
  margin: 0;
  padding: 50px 0 0 0;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
}
.book-content-form ul {
  margin-left: 0;
  padding-left: 20px;
}
.book-content-form hr.bra {
  margin: 10px 0 40px 0;
  padding: 0;
  width: 40px;
  height: 5px;
  background-color: #ffcb7e;
  border: 0;
}
.book-content-form label {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
}
.book-content-form label span {
  color: #c62020;
}
.book-content-form .form-error {
  background: #ff9797 !important;
}
.book-content-form .form-group-referral {
  margin-top: 40px;
}
.book-content-form .estimate {
  padding: 40px 0 0 0;
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
}
.book-content-form #estimate-details .default-hide {
  display: none;
}
.book-content-form .btn-solid {
  margin-top: 20px;
  margin-bottom: 50px;
}
.book-content-form .book-product {
  width: 100%;
  height: 125px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.book-content-form .book-product.book-product-smallbook {
  background-image: url("img/book/book-small-1.jpg");
}
.book-content-form .book-product.book-product-largebook {
  background-image: url("img/book/book-large-1.jpg");
}
.book-content-form .book-product.book-product-print {
  background-image: url("img/book/print-1.jpg");
}
.book-content-form .book-product.book-product-wallart {
  background-image: url("img/book/wallart-1.jpg");
}
.book-content-form .book-product.book-product-digital {
  background-image: url("img/book/digital-1.png");
}
.book-content-form .book-product.book-product-none {
  background-image: url("img/book/none-1.jpg");
}

.book-content-sidebar {
  padding: 50px;
  background-color: #fbb040;
  color: #0c0c0c;
}
.book-content-sidebar hr {
  margin: 20px 0 40px;
}
.book-content-sidebar h2 {
  padding-bottom: 50px;
  font-size: 60px;
  color: #7c4b02;
}
.book-content-sidebar i {
  margin-bottom: 20px;
  padding: 15px 19px;
  background-color: #ffcb7e;
  border: 10px solid rgba(255, 203, 126, 0.5);
  background-clip: padding-box;
  border-radius: 50%;
  font-size: 24px;
}
.book-content-sidebar p.question {
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  color: #7c4b02;
}
.book-content-sidebar p.question strong {
  font-family: bodoni-urw, serif;
  color: #0c0c0c;
}
.book-content-sidebar a {
  border-bottom: 1px solid black;
  text-decoration: none;
  color: #0c0c0c;
}
.book-content-sidebar a:hover {
  border-bottom: 1px solid #ffcb7e;
  color: #ffcb7e;
}

.experience-listing .tile {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  font-size: 60px;
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  color: #c1c1c1;
  transition: 0.25s all;
}
.experience-listing .tile:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fbb040;
}
.experience-listing .tile span {
  display: block;
  line-height: 30px;
  font-size: 30px;
  color: #fbb040;
}
.experience-listing .tile-session {
  background-image: url("img/experience-tile-session.jpg");
}
.experience-listing .tile-studio {
  background-image: url("img/experience-tile-studio.jpg");
}
.experience-listing .tile-testimonials {
  background-image: url("img/experience-tile-testimonials.jpg");
}
.experience-listing .tile-privacy {
  background-color: black;
}

.experience-studio .tile-photo1 {
  background-image: url("img/experience-studio/studio-1.jpg");
}
.experience-studio .tile-photo2 {
  background-image: url("img/experience-studio/studio-2.jpg");
}
.experience-studio .tile-photo3 {
  background-image: url("img/experience-studio/studio-3.jpg");
}
.experience-studio .tile-photo4 {
  background-image: url("img/experience-studio/studio-4.jpg");
}
.experience-studio .tile-photo5 {
  background-image: url("img/experience-studio/studio-5.jpg");
}
.experience-studio .tile-photo6 {
  background-image: url("img/experience-studio/studio-6.jpg");
}
.experience-studio .tile-photo7 {
  background-image: url("img/experience-studio/studio-7.jpg");
}
.experience-studio .tile-photo8 {
  background-image: url("img/experience-studio/studio-8.jpg");
}
.experience-studio .tile-photo9 {
  background-image: url("img/experience-studio/studio-9.jpg");
}
.experience-studio .tile-photo10 {
  background-image: url("img/experience-studio/studio-10.jpg");
}
.experience-studio .tile-photo11 {
  background-image: url("img/experience-studio/studio-11.jpg");
}
.experience-studio .tile-photo12 {
  background-image: url("img/experience-studio/studio-12.jpg");
}
.experience-studio .tile-photo13 {
  background-image: url("img/experience-studio/studio-13.jpg");
}
.experience-studio .tile-photo14 {
  background-image: url("img/experience-studio/studio-14.jpg");
}
.experience-studio .tile-photo15 {
  background-image: url("img/experience-studio/studio-15.jpg");
}
.experience-studio .tile-photo16 {
  background-image: url("img/experience-studio/studio-16.jpg");
}
.experience-studio .tile-photo17 {
  background-image: url("img/experience-studio/studio-17.jpg");
}
.experience-studio .tile-photo18 {
  background-image: url("img/experience-studio/studio-18.jpg");
}
.experience-studio .tile-photo19 {
  background-image: url("img/experience-studio/studio-19.jpg");
}
.experience-studio .tile-photo20 {
  background-image: url("img/experience-studio/studio-20.jpg");
}

.experience-session .tile-photo1 {
  background-image: url("img/experience-session/classical-art.jpg");
}
.experience-session .tile-photo2 {
  background-image: url("img/experience-session/walk-in.jpg");
}
.experience-session .tile-photo3 {
  background-image: url("img/experience-session/team-3.jpg");
}
.experience-session .tile-photo4 {
  background-image: url("img/experience-session/professional.jpg");
}
.experience-session .tile-photo5 {
  background-image: url("img/experience-session/faq.jpg");
}
.experience-session #section2 .tile-text {
  background-image: url("img/halftone-1.jpg");
  background-size: cover;
  background-position: center;
  background-color: #2b2c2e;
  background-blend-mode: multiply;
  color: #c1c1c1;
}
.experience-session #section2 .tile-text h3 {
  color: #fbb040;
}
.experience-session #section2 .tile-text ul li {
  border-left: 3px solid #fbb040;
}

.experience-testimonials .tile-photo1 {
  background-image: url("img/experience-testimonials/testimonial-1.jpg");
}
.experience-testimonials .tile-photo2 {
  background-image: url("img/experience-testimonials/love.jpg");
}

.experience-privacy {
  background-color: #c1c1c1;
  color: #0c0c0c;
}
.experience-privacy a {
  border-bottom: 2px solid #0c0c0c;
  font-weight: bold;
  text-decoration: none;
  color: #0c0c0c;
}
.experience-privacy a:hover {
  border-bottom: 2px solid #fbb040;
  color: #fbb040;
}

.products-listing {
  background-color: #c1c1c1;
  color: #0c0c0c;
}
.products-listing .tile-photo {
  background-size: cover;
  background-color: white;
}
.products-listing .tile-photo1 {
  background-image: url("img/products/littleblackbook1.jpg");
}
.products-listing .tile-photo2 {
  background-image: url("img/products/blackleatherbook5.jpg");
}
.products-listing .tile-photo3 {
  background-image: url("img/products/printpackage1.jpg");
}
.products-listing .tile-photo4 {
  background-image: url("img/products/wallart-1.jpg");
}
.products-listing .tile-photo5 {
  background-image: url("img/products/digital-1.jpg");
}
.products-listing .tile-photo6 {
  background-image: url("img/products/none-1.jpg");
}

.products-gallery {
  margin: 0;
  padding: 0 10px;
}
.products-gallery img {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.products-gallery-more {
  padding: 100px 0 100px;
}
.products-gallery-more hr {
  margin: 0 auto 80px;
  padding: 0;
  height: 4px;
  width: 200px;
  background-color: #fbb040;
}
.products-gallery-more a {
  padding: 20px 35px;
  border-radius: 20px;
}

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