@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
a {
  color: #4c4c4c;
  text-decoration: underline;
  transition: all .2s ease-in-out; }
  a:hover {
    color: #7f7f7f;
    text-decoration: none;
    transition: all .2s ease-in-out; }

.duo-divider {
  width: 40px;
  height: 4px;
  background-color: #4F4F4F;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

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

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

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #4c4c4c;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility; }

p, .jumbotron, .duo-chunker-text .duo-chunker-text-wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #4c4c4c; }

h1 {
  font-size: 23.3333333333px;
  line-height: 40px;
  font-weight: 400;
  color: #4c4c4c;
  font-family: "Montserrat", sans-serif; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 70px;
      line-height: 80px;
      font-weight: 400;
      color: #4c4c4c;
      font-family: "Montserrat", sans-serif; } }

.jumbotron, .duo-chunker-text .duo-chunker-text-wrapper h1 {
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .jumbotron, .duo-chunker-text .duo-chunker-text-wrapper h1 {
      font-size: 3vw;
      line-height: 4vw; } }

h2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px; }

.duo-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }

.duo-body-copy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: left; }

.duo-maxwidth-wrapper {
  max-width: 1800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .duo-maxwidth-wrapper {
      width: 90%; } }

.duo-button {
  background-color: #191919;
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 14px;
  border-bottom: 0;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .duo-button:hover {
    background-color: #4c4c4c;
    color: #fff;
    transition: all .2s ease-in-out; }

.duo-button-inverse {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }
  .duo-button-inverse:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #191919; }

html.touch .fixed-bg {
  background-attachment: scroll !important; }

.fixed-bg {
  background-attachment: scroll !important; }
  @media only screen and (min-width: 1151px) {
    .fixed-bg {
      background-attachment: fixed !important; } }

.duo-section-alt-layout .duo-body-copy {
  order: 1; }

.duo-section-alt-layout .duo-section-title {
  order: 2;
  text-align: right; }

.duo-section {
  padding: 60px 20px;
  border-bottom: 1px dotted #ccc; }
  @media only screen and (min-width: 768px) {
    .duo-section {
      padding: 80px 0px;
      margin-left: 20px;
      margin-right: 20px; } }
  .duo-section .duo-section-title {
    margin-top: 0; }
  .duo-section .duo-section-subtitle {
    margin-bottom: 40px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 20px; }
  .duo-section .duo-section-wrapper {
    max-width: 500px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .duo-section .duo-section-wrapper {
        width: 90%;
        max-width: 1800px; } }
    @media only screen and (min-width: 1151px) {
      .duo-section .duo-section-wrapper {
        width: 80%; } }
    .duo-section .duo-section-wrapper .duo-section-title {
      order: 1;
      flex: 0 0 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .duo-section .duo-section-wrapper .duo-section-title {
          flex: 0 0 40%;
          text-align: left; } }
      .duo-section .duo-section-wrapper .duo-section-title .duo-divider {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
        @media only screen and (min-width: 768px) {
          .duo-section .duo-section-wrapper .duo-section-title .duo-divider {
            margin-left: 0; } }
      .duo-section .duo-section-wrapper .duo-section-title h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
        margin-top: 30px; }
      .duo-section .duo-section-wrapper .duo-section-title img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
    .duo-section .duo-section-wrapper .duo-body-copy {
      order: 2;
      flex: 0 0 100%; }
      @media only screen and (min-width: 768px) {
        .duo-section .duo-section-wrapper .duo-body-copy {
          flex: 0 0 60%;
          padding-left: 40px; } }
      .duo-section .duo-section-wrapper .duo-body-copy .duo-body-copy-wrapper {
        max-width: 640px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        @media only screen and (min-width: 768px) {
          .duo-section .duo-section-wrapper .duo-body-copy .duo-body-copy-wrapper {
            padding: 0 40px 0 0; } }

.duo-section-alt-layout .duo-body-copy {
  order: 2 !important;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  @media only screen and (min-width: 768px) {
    .duo-section-alt-layout .duo-body-copy {
      order: 1 !important; } }

.duo-section-alt-layout .duo-section-title {
  order: 1 !important; }
  @media only screen and (min-width: 768px) {
    .duo-section-alt-layout .duo-section-title {
      order: 2 !important; } }

.simple-landing-page-header {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0; }
  .simple-landing-page-header-headlines {
    flex: 0 0 100%;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px; }
    @media only screen and (min-width: 768px) {
      .simple-landing-page-header-headlines {
        flex: 0 0 50%;
        padding: 40px 40px 0 40px; } }
    .simple-landing-page-header-headlines .gray-box {
      background-color: #e5e5e5;
      padding: 20px;
      text-align: center;
      margin-top: 40px; }
      .simple-landing-page-header-headlines .gray-box h6 {
        margin-top: 0;
        margin-bottom: 0; }
      .simple-landing-page-header-headlines .gray-box h2 {
        margin-top: 0;
        margin-bottom: 0; }
    .simple-landing-page-header-headlines .photographer-branding {
      width: 100%;
      height: auto; }
      .simple-landing-page-header-headlines .photographer-branding .photog-logo {
        height: 80px;
        width: auto; }
    .simple-landing-page-header-headlines .headline {
      font-size: 2.4rem;
      line-height: 2.8rem;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .simple-landing-page-header-headlines .headline {
          font-size: 2.8rem;
          line-height: 3rem; } }
    .simple-landing-page-header-headlines img {
      width: 100%;
      height: auto; }
    .simple-landing-page-header-headlines .primary-cta {
      margin-top: 0px;
      background-color: #191919;
      padding: 30px 20px;
      text-align: center; }
      .simple-landing-page-header-headlines .primary-cta h6 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0; }
      .simple-landing-page-header-headlines .primary-cta .duo-button-inverse {
        margin-top: 20px;
        display: block;
        text-align: center;
        background-color: #fff;
        color: #191919;
        border: 0;
        padding: 20px;
        font-size: 18px;
        text-decoration: none; }
        .simple-landing-page-header-headlines .primary-cta .duo-button-inverse:hover {
          background-color: #333232;
          color: #fff; }

@keyframes sharing-button-pulse {
  0% {
    background: #191919; }
  33% {
    background: #333232; }
  100% {
    background: #191919; } }

.duo-sharing {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100; }
  .duo-sharing button {
    width: 50px;
    height: 50px;
    background-color: #191919;
    outline: 0;
    border: 0;
    border-radius: 25px;
    padding: 10px;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    position: relative;
    right: 0; }
    .duo-sharing button svg {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 18px;
      height: auto;
      transition: all .2s ease-in-out; }
      .duo-sharing button svg path {
        fill: #fff !important; }
    .duo-sharing button:hover {
      cursor: pointer;
      background-color: #4c4c4c;
      transition: all .2s ease-in-out; }
  .duo-sharing .duo-sharing-main {
    animation-name: sharing-button-pulse;
    animation-duration: 8s;
    animation-iteration-count: infinite; }
  .duo-sharing .duo-sharing-facebook {
    background-color: #364CC3; }
    .duo-sharing .duo-sharing-facebook:hover {
      background-color: #2b3c9b; }
  .duo-sharing .duo-sharing-twitter {
    background-color: #0A9CFF; }
    .duo-sharing .duo-sharing-twitter:hover {
      background-color: #0080d6; }
  .duo-sharing .duo-sharing-pinterest {
    background-color: #C33636; }
    .duo-sharing .duo-sharing-pinterest:hover {
      background-color: #9b2b2b; }
  .duo-sharing .duo-sharing-mail {
    background-color: #EE9512; }
    .duo-sharing .duo-sharing-mail:hover {
      background-color: #bf770e; }
  .duo-sharing .duo-sharing-message {
    background-color: #23CC56; }
    .duo-sharing .duo-sharing-message:hover {
      background-color: #1ca044; }
  .duo-sharing .duo-sharing-close {
    color: #fff;
    font-size: 40px; }
    .duo-sharing .duo-sharing-close span {
      display: block;
      margin-top: -12px; }

.duo-interactive-buttons {
  display: none; }

.duo-footer {
  text-align: center;
  padding-bottom: 80px; }
  .duo-footer .duo-footer-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px; }
    .duo-footer .duo-footer-title img {
      max-width: 300px;
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .duo-footer .duo-copyright {
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px; }
  .duo-footer .duo-contact-photog {
    margin-top: 40px;
    margin-bottom: 40px; }
    .duo-footer .duo-contact-photog a {
      display: inline-block;
      width: 100%;
      border: 1px solid rgba(25, 25, 25, 0.2);
      text-decoration: none;
      font-size: 14px;
      color: #7f7f7f;
      margin-bottom: 10px;
      border-radius: 10px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      padding: 5px 15px; }

.duo-chunker-text {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .duo-chunker-text {
      margin-left: -25px !important;
      margin-right: -25px !important; } }
  .duo-chunker-text .duo-chunker-text-wrapper {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper h1 {
      font-weight: 400;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-rich-text {
      max-width: 900px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-button {
      margin-top: 50px; }
  .duo-chunker-text-inverse {
    background-color: #191919; }
    .duo-chunker-text-inverse h3, .duo-chunker-text-inverse h1 {
      color: #fff; }
    .duo-chunker-text-inverse p, .duo-chunker-text-inverse .jumbotron, .duo-chunker-text-inverse .duo-chunker-text .duo-chunker-text-wrapper h1, .duo-chunker-text .duo-chunker-text-wrapper .duo-chunker-text-inverse h1 {
      color: #fff; }
    .duo-chunker-text-inverse .duo-button {
      background-color: #fff;
      color: #191919; }
      .duo-chunker-text-inverse .duo-button:hover {
        background-color: #333232;
        color: #fff; }

.duo-video {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .duo-video {
      padding-bottom: 100px !important; } }
  .duo-video .duo-video-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .duo-video .duo-video-wrapper {
        width: 35vw; } }
    .duo-video .duo-video-wrapper iframe {
      width: 100%;
      height: 240px;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media only screen and (min-width: 768px) {
        .duo-video .duo-video-wrapper iframe {
          height: 20vw; } }
  .duo-video .duo-video-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; }
  .duo-video .duo-video-button {
    margin-top: 40px;
    display: block; }

.remodal-overlay {
  background-color: rgba(25, 25, 25, 0.9) !important; }

.remodal .modal-title, .modal-example .modal-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400; }

.remodal .modal-contact-copy, .modal-example .modal-contact-copy {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.remodal .modal-accent-image img, .modal-example .modal-accent-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

.remodal label, .modal-example label {
  font-size: 14px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif; }

.remodal input, .remodal textarea, .modal-example input, .modal-example textarea {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-family: "Montserrat", sans-serif; }

.remodal .remodal-cancel, .modal-example .remodal-cancel {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px 12px 20px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 2px solid #000; }

.remodal .modal-contact-cta-button, .modal-example .modal-contact-cta-button {
  margin-top: 60px;
  margin-bottom: 40px; }
