
body.borderless-etc {
  font-family: Sans-Serif;
  margin: 0;
  padding: 0;


  background-color: white;
  background-attachment: fixed;
}

:root {
  --color-title-block: #F52740;
  --color-vibrant-magenta: #EA2037;
  --color-light-yellow: #FAF9A2;
  --color-light-blue: #21B1FF;
  --color-shadow-gray: #eeeeee;
  --color-light-gray: #eeeeee;
  --color-medium-gray: #999999;
  --color-medium-dark-gray: #555555;
  --color-dark-gray: #333333;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(fonts/lato300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Light'), local('Lato-Light'), url(fonts/lato400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

p {

  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

.index-headline-page {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: .12em;
  line-height: 1.12em;
  text-transform: uppercase;
  display: inline-block;
  padding: .8em 1.7em 1em 1.7em;
  color: white;
  background-color: var(--color-title-block);
}

.index-subhead-services {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: .09em;
  line-height: 1.25em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--color-light-blue);
}

.index-headline-section {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: .12em;
  line-height: 1.35em;
  text-transform: uppercase;
  display: inline-block;
  padding: .8em 1.7em 1em 1.7em;
  color: white;
  background-color: black;
}

.index-portfolio-item-title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .09em;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 10%;
  margin: auto;

  color: var(--color-medium-dark-gray);
}

.subpages-portfolio-headline-page {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: .05em;
  line-height: 1.12em;
  color: black;
}

.sugpages-portfolio-description {
  /*width: 720px;
  max-width: 100%;*/
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: black;
}

.sugpages-portfolio-notes {
  /*width: 720px;
  max-width: 100%;*/
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 30px;
  color: black;
}

.sugpages-portfolio-caption {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.6em;
  margin-top: 10px;
  color: black;
}

.sectioncontainer {
  position: relative;
  overflow: hidden;
  width: 100vw;

}

.clipper {
  position: absolute;
  width: inherit;
  height: inherit;
  clip: rect(0, auto, auto, 0);
  padding: 0;
  margin: 0;
  top: 0; left: 0; right: 0; bottom: 0;
}

.clippedcontent {
  -webkit-transform: translateZ(0);

  position: fixed;

  width: inherit;
  height: inherit;
  top: 0; left: 0; right: 0; bottom: 0;
}

.photobath {
  position: fixed;
  width: inherit;
  height: inherit;
  background: no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

.centeringwrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  max-width: inherit;
}

.button-menu {
  pointer-events: all;
  width: 90px;
  height: 90px;
  margin-left: 10px;
  margin-top: -3px;
}

#button-menu-first {
  margin-top: 20px;
}

#index-portfolio-items-wrapper {
  width: 1100px;
  max-width: 89vw;
  margin: auto;
  margin-top: 35px;
}

.index-portfolio-item {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 200px;

  margin: 15px;
  background-color: white;
  background-size: cover;
  background-attachment: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 10px 0 var(--color-shadow-gray);
}

.index-portfolio-item-title-block {
  width: inherit;
  height: inherit;
  max-width: inherit;
  background-size: cover;
  background-attachment: no-repeat;
  background-position: center center;
  opacity: 0;
}

.index-portfolio-item-title-block:hover {
  opacity: 1;
}

.index-portfolio-item-title-block-background {
  position: absolute;
  background-color: white;
  opacity: 0.6;
}

.index-portfolio-item-title-block-text {
  position: relative;
}

.subpages-portfolio-text-area {

  position: absolute;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: -1;


}

#subpages-portfolio-content-wrapper {
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;

}

.subpages-portfolio-text-wrapper {
  position: relative;
  margin-top: 126px;

}

.subpages-portfolio-photo-caption-wrapper {
  float: left;
  background-color: white;
}

.subpages-portfolio-photo-wrapper {
  pointer-events: all;
  float: left;
  background-color: black;
}

img.subpages-portfolio-photo {
  width: 100%;
  display: block;
  opacity: 0.95;
}




.subpages-grid-width-2 {
  width: 8%;
}

.subpages-grid-width-3 {
  width: 12%;
}

.subpages-grid-width-4 {
  width: 16%;
}

.subpages-grid-width-5 {
  width: 20%;
}

.subpages-grid-width-6 {
  width: 24%;
}

.subpages-grid-width-7 {
  width: 28%;
}

.subpages-grid-width-8 {
  width: 32%;
}

.subpages-grid-width-9 {
  width: 36%;
}

.subpages-grid-width-10 {
  width: 40%;
}

.subpages-grid-width-11 {
  width: 44%;
}

.subpages-grid-width-12 {
  width: 48%;
}

.subpages-grid-width-13 {
  width: 52%;
}

.subpages-grid-width-14 {
  width: 56%;
}

.subpages-grid-width-15 {
  width: 60%;
}

.subpages-grid-width-16 {
  width: 64%;
}

.subpages-grid-width-18 {
  width: 72%;
}




.subpages-grid-column {
  clear: left;
}




.subpages-grid-margin-left-0_5 {
  margin-left: 2%;
}

.subpages-grid-margin-left-1 {
  margin-left: 4%;
}

.subpages-grid-margin-left-1_5 {
  margin-left: 6%;
}

.subpages-grid-margin-left-2 {
  margin-left: 8%;
}

.subpages-grid-margin-left-3 {
  margin-left: 12%;
}

.subpages-grid-margin-left-4 {
  margin-left: 16%;
}

.subpages-grid-margin-left-5 {
  margin-left: 20%;
}

.subpages-grid-margin-left-6 {
  margin-left: 24%;
}

.subpages-grid-margin-left-7 {
  margin-left: 28%;
}

.subpages-grid-margin-left-8 {
  margin-left: 32%;
}

.subpages-grid-margin-left-9 {
  margin-left: 36%;
}

.subpages-grid-margin-left-10 {
  margin-left: 40%;
}

.subpages-grid-margin-left-11 {
  margin-left: 44%;
}

.subpages-grid-margin-left-12 {
  margin-left: 48%;
}

.subpages-grid-margin-left-13 {
  margin-left: 52%;
}

.subpages-grid-margin-left-14 {
  margin-left: 56%;
}

.subpages-grid-margin-left-15 {
  margin-left: 60%;
}

.subpages-grid-margin-left-16 {
  margin-left: 64%;
}

.subpages-grid-margin-left-17 {
  margin-left: 68%;
}

.subpages-grid-margin-left-18 {
  margin-left: 72%;
}

.subpages-grid-margin-left-19 {
  margin-left: 76%;
}




.subpages-grid-margin-top-neg_3 {
  margin-top: -12%;
}

.subpages-grid-margin-top-neg_2 {
  margin-top: -8%;
}

.subpages-grid-margin-top-neg_1 {
  margin-top: -4%;
}

.subpages-grid-margin-top-0_5 {
  margin-top: 2%;
}

.subpages-grid-margin-top-0 {
  margin-top: 0;
}

.subpages-grid-margin-top-1 {
  margin-top: 4%;
}

.subpages-grid-margin-top-1_5 {
  margin-top: 6%;
}

.subpages-grid-margin-top-2 {
  margin-top: 8%;
}

.subpages-grid-margin-top-3 {
  margin-top: 12%;
}

.subpages-grid-margin-top-4 {
  margin-top: 16%;
}

.subpages-grid-margin-top-6 {
  margin-top: 24%;
}

.subpages-grid-margin-top-7 {
  margin-top: 28%;
}

.subpages-grid-margin-top-8 {
  margin-top: 32%;
}




.subpages-grid-margin-bottom-final {
  margin-bottom: 16%;
}


.shape-triangle-down-130w-125h {
  width: 0;
  height: 0;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  border-top: 125px solid;
}

.shape-triangle-top-left-125w-130h {
  width: 0;
  height: 0;
  border-right: 125px solid transparent;
  border-top: 130px solid;
}

.shape-triangle-top-right-125w-130h {
  width: 0;
  height: 0;
  border-left: 125px solid transparent;
  border-top: 130px solid;
}

.shape-circle {
  border-radius: 50%;
}

.flipped-horiz {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.rotated-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.background-animation-1 {
  animation-name: background-animation-1;
  animation-duration: .7s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-timing-function: ease-in;
}

@keyframes background-animation-1 {
  from {background-position: 50% 97%;}
  to {background-position: 50% 99%;}
}



.div-animation-2-container {
  position: relative;
  /*top: 0;
  width: 100vw;
  height: 4000vh;*/


}

.div-animation-2-master {

  position: absolute;
  width: 100%;
  height: 100%;
}

.div-animation-2-mask {
  background-image: url(images/div-animation-2-mask.png);
  background-size: 1px 7680px;
  background-repeat: repeat;
  background-position: center;
  animation-name: div-animation-2-background-mask-animation;
  animation-duration: 900s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

.div-animation-2-masked {
  background-attachment: fixed;
  background-image: url(images/div-animation-2-masked.png);
  background-size: 1920px;
  background-position: center;
}

@keyframes div-animation-2-background-mask-animation {
  from {background-position: 0 0;}
  to {background-position: 0 -7680px;}
}


@media all and (orientation:portrait) {

  .index-headline-page{
    /*font-size: 6.3vw;
    letter-spacing: .12em;
    line-height: 1.12em;*/
    padding: 1em 1em 1.2em 1em;
    max-width: 6.5em;
  }

  .index-subhead-services{
    /*font-size: 5.5vw;
    letter-spacing: .07em;
    line-height: 1.3em;*/
  }

  .index-headline-section{
    /*font-size: 5.9vw;
    line-height: 1.35em;
    padding: .8em 1.6em 1em 1.6em;*/
  }

  .index-portfolio-item-title {
    /*font-size: 5vw;
    letter-spacing: .09em;
    line-height: 1.25em;*/
  }


  .name-wrapper {
    max-width: 90vw;
  }

  .button-menu {
    margin-left: -2px;
    margin-top: -3px;
  }

  #button-menu-first {
    margin-top: 15px;
  }

  #index-portfolio-items-wrapper {
    max-width: 85vw;

  }

  .index-portfolio-item {
    width: 320px;
    height: 243px;
    max-width: 60vw;
  }



  #subpages-portfolio-content-wrapper {
    max-width: 85vw;
    margin-top: 50px;
  }

  .subpages-portfolio-text-wrapper {
    text-align: right;
    width: 320px;
    max-width: 60vw;
    margin-top: 121px;
    margin-left: auto;
    margin-right: auto;

  }

  .subpages-portfolio-text-hider {
    text-align: right;
    width: 320px;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;

  }

  .subpages-portfolio-photo-caption-wrapper {
    float: none;
    width: 320px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .subpages-portfolio-photo-wrapper {
    float: none;
    text-align: right;
    width: 320px;

    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .subpages-portfolio-photo-wrapper-top-margin-0 {
    float: none;
    text-align: right;
    width: 320px;

    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  img.subpages-portfolio-photo {
    width: 100%;
    display: block;
    opacity: 0.95;
  }

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .clipper {
        clip: auto;
        -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    }
  }
}
