/* Text Elements */

h2.hero-subheading-page-2 {
  margin-top: 76px;
  margin-bottom: 0;
  color: #f6f6f6;
  text-transform: lowercase;
  letter-spacing: -1px;
  font-weight: 300;
  font-variant: small-caps;
  font-size: 48px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}

h3.hero-text-page-2 {
  margin-top: 28px;
  color: #f6f6f6;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

h3 a.heading-text-1 {
  color: #f9b233;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 600;
}

/* Layout Elements */

.container.hero-page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  min-height: 100vh;
  background-color: #2d2d2d;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.container-text-page-2 {
  padding: 96px;
  max-width: 600px;
}

div.responsive-picture.picture-1 {
  padding: 0 0 5%;
  width: 60%;
  border-radius: 7px;
  -webkit-filter: grayscale(0) sepia(0) invert(0) opacity(1) blur(0px);
          filter: grayscale(0) sepia(0) invert(0) opacity(1) blur(0px);
}

div.responsive-picture.picture-1:hover {
  padding-right: 0;
  padding-left: 0;
  -webkit-filter: brightness(1) grayscale(0) invert(0) opacity(1) blur(0px);
          filter: brightness(1) grayscale(0) invert(0) opacity(1) blur(0px);
  -webkit-transform: scaleX(1.1) translateX(0px) translateY(0px) translateZ(0px) scaleY(1.1) scaleZ(1.1);
     -moz-transform: scaleX(1.1) translateX(0px) translateY(0px) translateZ(0px) scaleY(1.1) scaleZ(1.1);
          transform: scaleX(1.1) translateX(0px) translateY(0px) translateZ(0px) scaleY(1.1) scaleZ(1.1);

  mix-blend-mode: normal;
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h2.hero-subheading-page-2 {
    letter-spacing: 0;
    font-size: 44px;
    line-height: 1;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h2.hero-subheading-page-2 {
    margin-top: 76px;
    letter-spacing: -1px;
    font-size: 5.72vw;
  }

  h3.hero-text-page-2 {
    font-size: 14px;
  }

  /* Layout Elements */

  .container.container-text-page-2 {
    padding-right: 48px;
    padding-left: 48px;
  }

  div.responsive-picture.picture-1 {
    width: 70%;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h2.hero-subheading-page-2 {
    letter-spacing: -1px;
    font-size: 20px;
  }
}