.container {
  max-width: 1500px;
  margin: 0 auto;
}

.revealOnScroll { opacity: 0; } 
.revealOnScroll.animated { opacity: 1; } 

/* Universal Footer */
.bg-dark-wall-2 {
  color: #ccc;
  background-image: url("//res.cloudinary.com/xulu/drop/hdpcs/assets/bg-dark-wall-2-io.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Brand Footer - SVG Version
 * p+piecesinc.com k+leeklkienhelter.com
 * - All values are eyeballed.
 */
.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.brand {
  padding: 2em;
}

.brand-link {
  display: block;
  position: relative;
}

.lockup {
  height: 8em;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  max-width: 100%;
}

.drop1 {
  -webkit-filter: drop-shadow(0 0.4rem 0.14rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0.4rem 0.14rem rgba(0, 0, 0, 0.5));
}

.here {
  position: absolute;
  height: 6em;
  width: 6em;
  top: -2.5rem;
  left: -1rem;
  background-image: url("//res.cloudinary.com/xulu/drop/hdpcs/assets/here-p-2x-io.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.site--lee .brand--lee .here {
  display: block;
}

.site--pieces .brand--pieces .here {
  display: block;
}

@media all and (max-width: 680px) {
  .brands {
    display: block;
    /*override flex*/
    overflow: hidden;
  }

  .lockup {
    height: 5em;
    max-width: none;
  }

  .here {
    top: -3rem;
  }
}
@media all and (max-width: 480px) {
  .brands {
    display: block;
    /*override flex*/
    overflow: hidden;
  }

  .lockup {
    height: 3.3em;
    max-width: none;
  }
}


/* Sub footer containing copyright and social media icons 
==================================================================
*/
.bg-dark-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.sub-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .sub-footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ft-grp {
  margin: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft-item {
  font-size: 1.5em;
  /* Change icon size here */
  color: #fff;
  /* Change icon color here */
  opacity: .5;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-left: .25em;
  margin-right: .25em;
}
.ft-item:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.ft-icn {
  fill: #fff;
  /* Inherit color */
  width: 1em;
  height: 1em;
  margin-right: .2em;
  margin-left: .2em;
}

.ft-icn--small {
  width: .7em;
  height: .7em;
}

.ft-txt {
  font-size: .55em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: currentColor;
}

.ft-grp--legal {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media all and (min-width: 800px) {
  .ft-grp--legal {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}

/* Social Media Icons */
.ft-grp--social {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media all and (min-width: 800px) {
  .ft-grp--social {
    width: auto;
  }
}

.ft-grp--address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  items-align: center;
}
@media all and (max-width: 800px) {
  .ft-grp--address {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
