/* Text Elements */

h1.heading-1 {
  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;
  color: #ff6700;
  text-align: center;
  text-shadow: #fff 2px 2px 5px;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
  background-blend-mode: normal;
}

h3.home_value {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: #fff 2px 2px 3px;
}

h3#clean {
  color: #1f7ad9;
}

h3#fun {
  color: #ffdf00;
  text-shadow: #c92b2b 2px 2px 3px;
}

h3#together {
  color: #6a15cc;
}

h3#value {
  color: #07c725;
  text-shadow: #505dff 2px 2px 3px;
}

p.paragraph.value_paragraph {
  display: none;
}

a.link-text.nav_link {
  display: block;
  padding: 2px;
  box-shadow: none;
  color: #ff6700;
  text-align: center;
  text-decoration: none;
  text-shadow: #000 1px 1px 3px;
  font-size: 20px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 0;
}

a.link-text.nav_link:hover {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
     -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(-4deg) perspective(0px) skewX(0deg) scaleX(1.1);
}

/* Interaction Elements */

a.link-button.home_value_button {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 200px;
  height: 25px;
  border-radius: 10px;
  background-color: #fff160;
  color: #ff6700;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease, linear;
     -moz-transition-timing-function: ease, linear;
       -o-transition-timing-function: ease, linear;
          transition-timing-function: ease, linear;
  -webkit-transition-duration: 0s, .2s;
     -moz-transition-duration: 0s, .2s;
       -o-transition-duration: 0s, .2s;
          transition-duration: 0s, .2s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
}

a.link-button.home_value_button:hover {
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: linear, linear;
     -moz-transition-timing-function: linear, linear;
       -o-transition-timing-function: linear, linear;
          transition-timing-function: linear, linear;
  -webkit-transition-duration: 0s, .3s;
     -moz-transition-duration: 0s, .3s;
       -o-transition-duration: 0s, .3s;
          transition-duration: 0s, .3s;
  -webkit-transition-property: all, all;
     -moz-transition-property: all, all;
       -o-transition-property: all, all;
          transition-property: all, all;
  -webkit-transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
     -moz-transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
          transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
}

/* Layout Elements */

.container.container-1 {
  display: block;
  padding: 5px;
  min-width: 0;
  min-height: 30px;
  height: auto;
  background-color: #fff160;
}

.container.nav_hidden {
  display: none;
  visibility: visible;
  max-height: none;
  background-color: #fff160;
}

.container.container-2 {
  padding: 10px;
  height: 400px;
  background-image: -webkit-linear-gradient(top, rgba(255, 240, 180, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../../Games_Background.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 240, 180, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../../Games_Background.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 240, 180, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../../Games_Background.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 240, 180, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../../Games_Background.jpg');
  background-attachment: scroll, local;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.value_container {
  width: 100%;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-1 {
  display: inline-block;
  margin-right: auto;
  min-width: 0;
  max-width: 250px;
  width: 30%;
}

span.glyph.font-icon-1 {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  float: none;
  margin: auto 0 auto 60%;
  width: 10%;
  height: 100%;
  color: #ff6700;
  text-shadow: none;
  font-size: 10vw;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;

  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}

div.responsive-picture.value_image {
  display: none;
}

span.glyph.font-icon-1:hover {
  -webkit-transform: scaleX(1.1);
     -moz-transform: scaleX(1.1);
       -o-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

@media screen and (min-width: 37.5rem) {
  /* Text Elements */

  p.paragraph.value_paragraph {
    display: block;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }

  a.link-text.nav_link {
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    font-weight: 900;
    font-size: 2.8vw;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  /* Layout Elements */

  .container.nav_hidden {
    display: inline-block;
    visibility: visible;
    margin-top: auto;
    margin-bottom: auto;
    width: 70%;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-2 {
    height: 575px;
  }

  .container.value_container {
    display: inline-block;
    width: 50%;
  }

  span.glyph.font-icon-1 {
    display: none;
  }

  div.responsive-picture.value_image {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100px;
  }

  div.responsive-picture.value_image > picture {
    height: 100px;
  }

  div.responsive-picture.value_image > picture > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 62.5rem) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    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;
    text-shadow: none;

    background-blend-mode: normal;
  }

  h3.home_value {
    font-size: 24px;
  }

  p.paragraph.value_paragraph {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  a.link-text.nav_link {
    font-size: 2.5vw;
  }

  /* Layout Elements */

  .container.nav_hidden {
    display: inline-block;
  }

  .container.container-2 {
    height: 700px;
  }

  div.responsive-picture.value_image {
    height: 150px;
  }

  div.responsive-picture.value_image > picture {
    height: 150px;
  }
}