body {
  background-color: #f6f6f6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/*a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}*/

h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Kepler std subhead 26203', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: -16px;
  font-family: 'Kepler std display 26108', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 1px;
}

h3 {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  font-family: 'Kepler std subhead 26203', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.5px;
}

h5 {
  margin-top: 0px;
  font-family: 'Kepler std display 26108', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h6 {
  margin-top: 25px;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.noscroll {
  overflow: hidden;
}


/*###################
### Initial Entry ###
###################*/

.initial-entry-start {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  opacity: 0.95;
}

  .initial-entry-background {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }

    .initial-entry {
      display: none;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10000;
      /*background: rgba(0,0,0,0.75);*/
      background: #f6f6f6;
    }

      .initial-entry-final {}

        .password {}

          .password-label {
              float: left;
              margin: 0px 20px 0 0;
              color: #333;
              font-family: 'Kepler std subhead 26203', sans-serif;
              font-size: 28px;
              line-height: 40px;
              font-weight: 600;
              text-align: right;
              letter-spacing: 0.5px;
          }

          .password-entry {
              width: 200px;
              /*margin: 2px 0 0;*/
              padding: 0 0 0px;
              background: transparent;
              border: none;
              border-bottom: 1px solid #333;
              color: #333;

              font-family: 'Kepler std display 26108', sans-serif;
              font-size: 28px;
              line-height: 40px;
              font-weight: 400;
              letter-spacing: 0.5px;
          }

          .password-entry:focus {
            border-bottom: 1px solid #333;
            outline: none;
          }

          .enter {
            display: none;
          }

          .password-error {
            display: none;
              text-align: center;
              margin-top: 20px;
              color: #AAAAAA;
              font-family: Montserrat, sans-serif;
              font-size: 10px;
              line-height: 18px;
              font-weight: 700;
              letter-spacing: 2px;
              text-transform: uppercase;
          }





.frame {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: auto;
  height: 100vh;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.intro {
  position: static;
}

.intro-copy {
  position: relative;
  overflow: visible;
  width: 203px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.rotatedheader {
  position: absolute;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  float: none;
  -webkit-transform: rotate(-90deg) translate(-92px, -30px);
  -ms-transform: rotate(-90deg) translate(-92px, -30px);
  transform: rotate(-90deg) translate(-92px, -30px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  direction: ltr;
  text-align: right;
  text-transform: uppercase;
}

.col1 {
  position: static;
  display: block;
  overflow: visible;
}

.img001 {
  float: right;
}

.copy-leftcol {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.test {
  position: relative;
}

.copy-col {
  position: absolute;
  top: 50%;
  z-index: 90;
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  border: 0px solid #791515;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.position-relative {
  min-height: 100vh;
}




.intro-img001 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 490px;
  height: 680px;
  background-image: url('../images/Baik_Ha-masthead.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-img002 {
  position: absolute;
  left: -10%;
  bottom: 0px;
  width: 580px;
  height: 600px;
  background-image: url('../images/isometric.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.rule-vertical {
  position: absolute;
  top: 0px;
  width: 1px;
  min-height: 166px;
}

.rule {
  position: absolute;
  left: -30px;
  top: 4px;
  display: inline-block;
  width: 1px;
  min-height: 166px;
  background-color: #000;
}

.rule.horiz {
  left: 70px;
  width: auto;
  height: 1px;
  min-height: 0px;
  min-width: 50px;
}

@media (max-width: 767px) {
  .intro-column,
  .position-relative.intro-column {
    display: block;
  }
  .intro-column.left {


    /*border: 1px solid red;*/
  }
  .intro-column.right {
    display: none;

    /*border: 1px solid green;*/
  }
}

@media (max-width: 479px) {

  .intro-column,
  .position-relative.intro-column {
    min-height: 0;
    height: auto;
  }

}




.boarder-master {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 20px 20px 50px;
  border-color: #aaa;
}

.img-lg {
  background-image: url('../images/P2P_2.001.jpeg');
  background-position: 50% 50%;
  background-size: 480px;
  background-repeat: no-repeat;
}

.artsculture {
  margin-top: 150px;
}

.work-line {
  width: 50px;
  height: 1px;
  margin-top: 34px;
  margin-right: 15px;
  float: left;
  background-color: #000;
}

.work-leftcol {
  padding-right: 10px;
  padding-left: 0px;
}

.worksection {
  margin-right: 8%;
  margin-left: 8%;
}

.worksection a {
  color: #333;
  text-decoration: none;
}

.worksection img, .worksection .video-small, .worksection .video-ratio {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);

    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.worksection img:hover, .worksection .video-small:hover, .worksection .video-ratio:hover {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}


.worksample {
  opacity: 0;

  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.worksample.show {
  opacity: 1;
}


.work-rightcol {
  padding-left: 10px;
}

.dd-web {
  margin-top: 50px;
}

.img-sm {
  width: 100%;
  height: 390px;
  margin-top: 80px;
  background-color: #0098ff;
}

.veritasgenetics {
  margin-top: 150px;
  }

.dd-innovation {
  margin-top: 150px;
  }

.tjmaxx {
  margin-top: 150px;
  }

.zelle {
  margin-top: 380px;
  }


.cricket {
  margin-top: 150px;
  }


.dunkinbot {
  margin-top: 150px;
  }

.indent {
  margin-bottom: 0px;
  margin-left: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.indent.header_spacing {
  margin-bottom: 50px;
}

.aboutme {
  position: static;
  max-width: 650px;
  margin: 150px auto;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}



.bodycopy {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.cta {
  display: inline-block;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.resume_bodycopy {
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.awards_section {
  margin-top: 200px;
  margin-right: 8%;
  margin-left: 8%;
  margin-bottom: 200px;
}

.work-thumbnail {
  display: block;
}


.video-small {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
}

.video-ratio {
  position: relative;
  overflow: hidden;
}

.awards_individual {
  margin-top: 50px;

  opacity: 0;

  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.awards_individual.show {
  opacity: 1;
}

.thankyou {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

.email_link {
  font-family: 'Kepler std display 26108', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-transform: none;
}

.contact_bar {
  position: relative;
  right: 20px;
  bottom: -15px;
  z-index: 110;
  text-align: right;
}

.icon {
  position: relative;
  display: block;
  margin-left: 25px;
  float: right;
}

.contact_rule {
  position: relative;
  width: 190px;
  height: 1px;
  margin-top: 10px;
  float: right;
  background-color: #aaa;
}

.border-left {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 100;
  width: 20px;
  background-color: #fff;
}

.border-right {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 20px;
  background-color: #fff;
}

.border-top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 20px;
  background-color: #fff;
}

.border-bottom {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 50px;
  background-color: #fff;
}

.contact-link {
  position: relative;
  display: block;
  margin-right: 25px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.allrightsreserved {
  position: relative;
  max-width: 356px;
  margin-left: 40px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #aaa;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-right {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.contact-left {
  text-align: left;
}

.profile_img {
/*  position: relative;
  top: 50px;
  right: 50px;
  bottom: 0px;*/
  display: block;

  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.profile_isometric {
  position: relative;
  left: -60px;
  top: 90px;
  bottom: 0px;
  display: block;
}

.hamburger {
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 100;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('../images/Menu_Burger.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*.scroll {
  position: fixed;
  left: 50px;
  bottom: 80px;
  z-index: 100;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url('../images/scroll.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}*/

.end {
  width: 100%;
  height: 50px;
}


.masthead {
  min-height: 100vh;
  position: relative;
}


.work-masthead-img {
  display: block;
  overflow: hidden;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;


  background: url('#') no-repeat 75% 50% transparent;
  background-size: cover;

}

.work-masthead-img-2 {
  display: block;
  overflow: hidden;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;


  background: url('#') no-repeat 25% 50% transparent;
  background-size: cover;

}


.work-masthead-img.work-dunkincom { 
  background-image: url('../images/dd/dd-bg-img.jpg');
}
.work-masthead-img.work-zellepayments { 
  background-image: url('../images/zelle/zelle_masthead.jpg');
}
.work-masthead-img-2.work-veritascom { 
  background-image: url('../images/veritas/veritas_masthead.jpg');
}
.work-masthead-img.work-ac { 
  background-image: url('../images/ac/ac-bg-img.jpg');
}
.work-masthead-img.work-tjmaxx { 
  background-image: url('../images/tjmaxx/tjmaxx_masthead.jpg');
}
.work-masthead-img.work-cricket { 
  background-image: url('../images/cricket/cricket_masthead.jpg');
}
.work-masthead-img-2.work-dunkinar { 
  background-image: url('../images/ddar/ddar_masthead.jpg');
}
.work-masthead-img-2.work-dunkinbot { 
  background-image: url('../images/ddbot/ddbot_masthead.jpg');
}




.work-masthead-img img {

/*  position: relative;
  z-index: 1;
  min-height: 100vh;
 
  background-position: 50% 50%;

  background-repeat: no-repeat;*/


  /*min-height: 100%;*/
/*  min-width: 1024px;*/
  
  /* Set up proportionate scaling */
  /*width: 100%;
  height: auto;*/
  
  /* Set up positioning */
  /*position: relative;
  top: 0;
  right: 0;
  z-index: 1;*/

  display: block;

  /* set the origin to the center */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  /* position the IMG in the center of the parent element */
  position: absolute;
  left: 50%;
  top: 50%;

  width: auto;
  height: auto;
  /*height: 100%;*/
  min-height: 100%;
  min-width: 100%;

  object-fit: cover;
  object-position: 75% 50%;
}

.work-intro-copy {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  margin-right: 8%;
  margin-left: 8%;
}

.white-text {
  color: #f6f6f6;
}


.topcopy-spacing {
  padding-top: 14px;
}



.work-content {
  margin-right: 8%;
  margin-left: 8%;
  text-align: center;
}

.left-align-copylockup {
  max-width: 580px;
  padding-top: 10%;
  padding-bottom: 10%;


/*  padding-top: 120px;
  padding-bottom: 120px;*/
  float: left;
  clear: both;
  text-align: left;
}

.right-align-copylockup {
  max-width: 580px;
  padding-top: 10%;
  padding-bottom: 10%;

/*  padding-top: 120px;
  padding-bottom: 120px;*/
  float: right;
  clear: both;
  text-align: left;
}

.work-quote {
  padding: 80px 10%;
  clear: both;
  text-align: center;
}

.work-bodycopy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.work-spacing {
  margin-top: 380px;

}

.prototypelinks-top {
  margin-top: 10%;

}

.prototypelinks-bottom {
  margin-top: 5%;
  margin-bottom: 10%;

}

.prototypelinks-single {
  margin-top: 10%;
  margin-bottom: 10%;

}

/*.equalspacing {
  padding-top: 50px;
  margin-top: -50px;

}*/


/*.video_container {
  max-width: 100%;
  clear: both;
}*/


* {
  box-sizing: border-box;
}

.video_container {
  display: block;
  /*max-width: calc(100% - 48px);*/
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  
  /*border: 4px solid lightgreen;*/
}

.addvideopadding {
  padding-top: 10%;
  padding-bottom: 10%;
}

.addlastimagepadding {
  padding-bottom: 10%;
  
}


.image_container {
  display: block;
  /*max-width: calc(100% - 48px);*/
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  
  /*border: 4px solid lightgreen;*/
}

#video-02 {
  display: block;
  margin: 0 auto;
  max-width: 38%;
  
  object-fit: cover;
  
  /*border: 4px solid salmon;
  background-color: #222;*/
}

#video-01 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  
  object-fit: cover;
  
  /*border: 4px solid salmon;
  background-color: #222;*/
}

#image-01 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  
  object-fit: cover;
  
/*  border: 4px solid salmon;
  background-color: #222;*/
}

#image-02 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  
  object-fit: cover;
  
/*  border: 4px solid salmon;
  background-color: #222;*/
}





@media (max-width: 991px) {
  .icon {
    margin-left: 15px;
  }
  .contact_rule {
    display: none;
  }
  .contact-link {
    margin-right: 15px;
  }
  .profile_img {
    position: absolute;
    top: 50%;
    right: 0px
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .hamburger {
    left: 30px;
    top: 30px;
  }
  .scroll {
    left: 30px;
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  h4 {
    text-align: center;
  }
  h5 {
    text-align: center;
  }
  .position-relative {
    min-height: 80vh;
  }
  .artsculture {
    margin-top: 80px;
  }
  .work-line.indent {
    display: none;
  }
  .work-leftcol {
    padding-right: 0px;
    padding-left: 0px;
  }


/*  .worksection {
    margin-right: 6%;
    margin-left: 6%;
  }*/



   .worksection {
    margin-right: 8%;
    margin-left: 8%;
  }




  .work-rightcol {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dd-web {
    margin-top: 80px;
  }
  .veritasgenetics {
    margin-top: 80px;
  }
  .dd-innovation {
    margin-top: 80px;
  }
  .tjmaxx {
    margin-top: 80px;
  }
  .zelle {
    margin-top: 100px;
  }

  .cricket {
    margin-top: 80px;
  }
  .dunkinbot {
    margin-top: 80px;
  }
  .indent {
    margin-left: 0px;
    text-align: center;
  }
  .indent.header_spacing {
    text-align: center;
  }
  .resume_bodycopy {
    text-align: center;
  }
  .awards_section {
    margin-top: 150px;
  }
  .contact-link {
    margin-right: 10px;
  }
  .allrightsreserved {
    display: none;
  }
/*  .profile_img {
    position: static;
    margin-top: 60%;
  }
*/
  .img-col {
  display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h4 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  h5 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .copy-col {
    top: 35%;
    position: static;
    margin-top: 200px;
    margin-left: 20%;
  }
  /*.position-relative {
    min-height: 90vh;
    margin-top: 30px;
  }*/

  .aboutme {
  margin: 100px auto;
}

  .artsculture {
    margin-top: 40px;
  }
  .work-line.indent {
    display: none;
  }
  .work-leftcol {
    padding-right: 0px;
  }
  .work-rightcol {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dd-web {
    margin-top: 40px;
  }
  .veritasgenetics {
    margin-top: 40px;
  }
  .dd-innovation {
    margin-top: 40px;
  }
  .tjmaxx {
    margin-top: 40px;
  }
  .zelle {
    margin-top: 60px;
  }
  .cricket {
    margin-top: 40px;
  }
  .dunkinbot {
    margin-top: 40px;
  }
  .indent {
    margin-left: 0px;
    line-height: 30px;
    text-align: center;
  }
  .indent.header_spacing {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 40px;
  }
  .resume_bodycopy {
    margin-top: 0px;
    text-align: center;
  }
  .awards_section {
    margin-top: 100px;
  }
  .thankyou {
    margin-top: 150px;
  }

/*   .profile_img {
    margin-top: 0%;
  }*/

  .img-col {
    display: none;
  }


  .end {
    width: 100%;
    height: 50px;
  }

  #video-02 {
  max-width: 50%;
  }




  #image-01 {
    max-width: 100%;
  }



  .worksection {
    margin-right: 8%;
    margin-left: 8%;
  }






}





@font-face {
  font-family: 'Kepler std display 26108';
  src: url('../fonts/Kepler-Std-Display_26108.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kepler std subhead 26203';
  src: url('../fonts/Kepler-Std-Semibold-Subhead_26203.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kepler std 26120';
  src: url('../fonts/Kepler-Std-Italic_26120.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}














/* Keyframes */


/*@keyframes fadeInUp {
  0% {opacity:0; transform: translate3d(0, 100%, 0);}
  100%{opacity:1; transform: none;}


}



@keyframes fadeInRight {
  0% {opacity:0; transform: translate3d(100%, 0, 0);}
  100%{opacity:1; transform: none;}



}*/


/* For the page animations */

/*.m-scene .scene-element {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;

}

.m-scene .scene-element--fadeinup {animation-name:fadeInUp}
.m-scene .scene-element--fadeinright {animation-name:fadeInRight}



.m-scene.is-exiting .scene-element {animation-direction: alternate-reverse;}*/






/*
 * Keyframes
 */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}



@webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes scaleDownCenter {

  0% {

    opacity: 0; 
    transform: scale(.7);

}

  100% {

    opacity: 1; 
    transform: scale(1);


  }
}







/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
/*.m-scene {*/
  /** Basic styles for an animated element */
  .scene_element {
    animation-delay: 0.1s;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;


  }

  /** An element that fades in */
  .scene_element--fadein {
    animation-name: fadeIn;

  }

  /** An element that fades in and slides up */
  .scene_element--fadeinup {
    animation-name: fadeInUp;

  }

  /** An element that fades in and slides from the right */
  .scene_element--scaleupcenter {
    animation-name: scaleUpCenter;
  }

.scene_element--scaledowncenter {
    animation-name: scaleDownCenter;
  }


  .scene_element--fadeinright {
    animation-name: fadeInRight;
  }



 .scene_element--slidein {
    animation-name: rotateSlideIn;
  }


   .scene_element--slideout {
    animation-name: rotateSlideOut;
  }


  .scene_element--delay {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }


  /** Reverse "exit" animations */
  .is-exiting .scene_element {
    /*animation-direction: alternate-reverse;*/
    -webkit-animation-direction: reverse;
    animation-direction: reverse;

  }
/*}*/

