.button-primary {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 12px 40px;
  border: 0;
  outline: none;
  font-size: inherit;
  font-weight: bold;
  background: linear-gradient(160deg, #74001e 20%, #9d0029);
  background-size: 150% 150%;
  color: #ffffff;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: background-position 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.button-primary:hover {
  background-position: 100% 100%;
  color: #ffffff;
}
.button-primary:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .button-primary {
    padding: 10px 30px;
  }
}
@media (max-width: 400px) {
  .button-primary {
    padding: 10px 20px;
  }
}
.button-primary.noPad {
  padding-left: 12px;
  padding-right: 12px;
}
.white .button-primary {
  color: #ffffff;
}
.button-secondary {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 12px 40px;
  border: 0;
  outline: none;
  font-size: inherit;
  font-weight: bold;
  background: linear-gradient(160deg, #f5f5f5 20%, #cccccc);
  background-size: 150% 150%;
  color: #ffffff;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: background-position 0.3s ease-in-out, opacity 0.3s ease-in-out;
  color: #74001e;
}
.button-secondary:hover {
  background-position: 100% 100%;
  color: #ffffff;
}
.button-secondary:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .button-secondary {
    padding: 10px 30px;
  }
}
@media (max-width: 400px) {
  .button-secondary {
    padding: 10px 20px;
  }
}
.button-secondary.noPad {
  padding-left: 12px;
  padding-right: 12px;
}
.button-secondary:hover {
  color: #74001e;
}
.button-svg {
  border: 0 !important;
}
.button-svg svg {
  fill: #000000;
  transition: fill 0.3s ease-in-out;
}
.button-svg:hover svg {
  fill: #74001e;
}
.button-macos {
  display: inline-block;
  width: 156px;
  height: 40px;
  border: 0 !important;
}
.button-macos svg {
  width: 100%;
  height: 100%;
}
.button-macos svg {
  fill: #000000;
  transition: fill 0.3s ease-in-out;
}
.button-macos:hover svg {
  fill: #74001e;
}
.button-ios {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 0 !important;
}
.button-ios svg {
  width: 100%;
  height: 100%;
}
.button-ios svg {
  fill: #000000;
  transition: fill 0.3s ease-in-out;
}
.button-ios:hover svg {
  fill: #74001e;
}
.button-android {
  display: inline-block;
  width: 132px;
  height: 40px;
  background: url('https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png') no-repeat center center;
  background-size: 151px;
  border: 0 !important;
  border-radius: 4px;
}
.button-android:after {
  content: 'Get it on Google Play';
  width: 130px;
  height: 38px;
  margin: 1px;
  position: relative;
  z-index: -1;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 12px 40px;
  border: 0;
  outline: none;
  font-size: inherit;
  font-weight: bold;
  background: linear-gradient(160deg, #74001e 20%, #b1002e);
  background-size: 150% 150%;
  color: #ffffff;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  transition: background-position 0.3s ease-in-out, opacity 0.3s ease-in-out;
  padding: 3px 5px !important;
  box-sizing: border-box;
}
.button-android:after:hover {
  background-position: 100% 100%;
  color: #ffffff;
}
.button-android:after:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
@media (max-width: 800px) {
  .button-android:after {
    padding: 10px 30px;
  }
}
@media (max-width: 400px) {
  .button-android:after {
    padding: 10px 20px;
  }
}
.button-android:after.noPad {
  padding-left: 12px;
  padding-right: 12px;
}
.button-android:hover {
  box-shadow: inset 0 0 0 2px #74001e;
}
.button-ph {
  border: 0 !important;
  transition: opacity 0.3s ease-in-out;
}
.button-ph:hover {
  opacity: 0.7;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #ffffff;
  font: 300 1.1vw/1 'Poppins', sans-serif;
  background: linear-gradient(-200deg, #181818 30%, #000000);
  background-attachment: fixed;
}
h1 {
  margin: 5px auto 0.2vh;
  font-size: 60px;
  font-variant: small-caps;
  color: #74001e;
  cursor: default;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 339px) {
  h1 {
    font-size: 50px;
  }
}
h2 {
  margin-bottom: 18px;
  margin-right: -10px;
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.2;
  letter-spacing: 5.4px;
  cursor: default;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 339px) {
  h2 {
    letter-spacing: 3px;
  }
}
h3 {
  margin: 5px 0 10px;
  font-size: 24px;
}
h4 {
  margin: 5px 0 10px;
}
.legal h4 {
  text-decoration: underline;
}
h5 {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
  opacity: 0.7;
}
p {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.legal p {
  text-indent: 30px;
}
a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted currentcolor;
  transition: color 0.3s ease-in-out;
}
a:hover,
a:focus {
  color: #c799a5;
  border-bottom-style: solid;
}
a:active {
  color: #ffffff;
  border-bottom-style: solid;
}
#header-home {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 360px;
  padding: 10px 2px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-legal {
  position: relative;
  width: 100%;
  min-height: 360px;
  padding: 10px 2px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.logo {
  max-width: 320px;
  max-height: 320px;
  width: 30vw;
  height: 30vw;
  min-width: 200px;
  min-height: 200px;
  user-select: none;
}
#textBlock {
  transition: fill 0.3s ease-in-out;
}
#socialLinks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 245px;
  margin: 0 auto 10px;
  list-style: none;
}
#socialLinks li {
  flex: 0 0 34px;
  text-align: center;
}
.socialLink {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  background: #434343;
  border-radius: 50%;
  border: 0 !important;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.socialLink:hover {
  transform: scale(1.14);
}
.icon {
  position: relative;
  width: 16px;
  height: 16px;
  fill: #ffffff;
  vertical-align: middle;
  transition: fill 0.3s ease;
}
.socialLink:hover .icon {
  fill: #ffffff;
}
.linkedin:hover,
.linkedin:focus {
  background-color: #0077b5 !important;
}
.facebook:hover,
.facebook:focus {
  background-color: #3b5998 !important;
}
.twitter:hover,
.twitter:focus {
  background-color: #00aced !important;
}
.instagram:hover,
.instagram:focus {
  background-color: #8a3ab9 !important;
}
.email:hover,
.email:focus {
  background-color: #74001e !important;
}
.hidden {
  display: none;
}
#moreArrow {
  position: absolute;
  bottom: 0;
  font-size: 34px;
  color: #ffffff;
  opacity: 0.15;
  transform: scale(3, 1);
  animation: nudgeDown 1.3s ease-in-out infinite alternate;
}
@keyframes nudgeDown {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
#colorSwatches {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
@media (max-width: 450px) {
  #colorSwatches {
    display: none;
  }
}
.colorSwatch {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}
.colorSwatch:hover {
  opacity: 0.5;
}
.colorSwatch-red {
  background: linear-gradient(-200deg, #74001e 30%, #610019);
}
.colorSwatch-black {
  background: linear-gradient(-200deg, #181818 30%, #000000);
}
.colorSwatch-white {
  background: linear-gradient(-200deg, #ffffff 30%, #f0f0f0);
}
/* RED on BLACK */
body {
  color: #fff;
  background: linear-gradient(-200deg, #181818 30%, #000000);
}
#textBlock {
  fill: #74001e;
}
.highlight0 {
  fill: hsl(344, 100%, 13%);
}
.highlight1 {
  fill: hsl(344, 100%, 33%);
}
.highlight2 {
  fill: hsl(344, 100%, 43%);
}
.highlight3 {
  fill: hsl(344, 100%, 53%);
}
.highlight4 {
  fill: hsl(344, 100%, 63%);
}
.highlight5 {
  fill: hsl(344, 100%, 73%);
}
.highlight6 {
  fill: hsl(344, 100%, 83%);
}
.highlight7 {
  fill: hsl(344, 70%, 23%);
}
.highlight8 {
  fill: hsl(344, 60%, 23%);
}
.highlight9 {
  fill: hsl(344, 50%, 23%);
}
.highlight10 {
  fill: hsl(344, 40%, 23%);
}
.highlight11 {
  fill: hsl(344, 30%, 23%);
}
.highlight12 {
  fill: hsl(30, 100%, 23%);
}
.highlight13 {
  fill: hsl(25, 100%, 23%);
}
.highlight14 {
  fill: hsl(310, 100%, 23%);
}
.highlight15 {
  fill: hsl(315, 100%, 23%);
}
h1 {
  color: #74001e;
}
h2 {
  color: #fff;
}
.socialLink {
  background: #434343;
}
.icon {
  fill: #fafafa;
}
/* WHITE on RED */
body.red {
  color: #fff;
  background: linear-gradient(-200deg, #74001e 30%, #610019);
}
.red #textBlock {
  fill: #fff;
}
.red .highlight0 {
  fill: #aaa;
}
.red .highlight1 {
  fill: hsl(344, 100%, 53%);
}
.red .highlight2 {
  fill: hsl(344, 100%, 63%);
}
.red .highlight3 {
  fill: hsl(344, 100%, 73%);
}
.red .highlight4 {
  fill: hsl(344, 100%, 83%);
}
.red .highlight5 {
  fill: hsl(344, 100%, 93%);
}
.red .highlight6 {
  fill: #eee;
}
.red .highlight7 {
  fill: #ddd;
}
.red .highlight8 {
  fill: #ccc;
}
.red .highlight9 {
  fill: #bbb;
}
.red .highlight10 {
  fill: #ffd992;
}
.red .highlight11 {
  fill: #fff792;
}
.red .highlight12 {
  fill: #92ff9f;
}
.red .highlight13 {
  fill: #92fffa;
}
.red .highlight14 {
  fill: #92a4ff;
}
.red .highlight15 {
  fill: #c192ff;
}
.red h1 {
  color: #fff;
}
.red h2 {
  color: #fff;
}
.red .socialLink {
  background: #fff;
}
.red .icon {
  fill: #74001e;
}
/* RED on WHITE */
body.white {
  color: #000;
  background: linear-gradient(-200deg, #ffffff 30%, #f0f0f0);
}
.white #textBlock {
  fill: #74001e;
}
.white .highlight0 {
  fill: hsl(344, 100%, 13%);
}
.white .highlight1 {
  fill: hsl(344, 100%, 23%);
}
.white .highlight2 {
  fill: hsl(344, 100%, 33%);
}
.white .highlight3 {
  fill: hsl(344, 100%, 43%);
}
.white .highlight4 {
  fill: hsl(344, 100%, 53%);
}
.white .highlight5 {
  fill: hsl(344, 100%, 63%);
}
.white .highlight6 {
  fill: hsl(344, 100%, 73%);
}
.white .highlight7 {
  fill: hsl(344, 70%, 23%);
}
.white .highlight8 {
  fill: hsl(344, 60%, 23%);
}
.white .highlight9 {
  fill: hsl(344, 50%, 23%);
}
.white .highlight10 {
  fill: hsl(344, 40%, 23%);
}
.white .highlight11 {
  fill: hsl(344, 30%, 23%);
}
.white .highlight12 {
  fill: hsl(30, 100%, 23%);
}
.white .highlight13 {
  fill: hsl(25, 100%, 23%);
}
.white .highlight14 {
  fill: hsl(310, 100%, 23%);
}
.white .highlight15 {
  fill: hsl(315, 100%, 23%);
}
.white h1 {
  color: #74001e;
}
.white h2 {
  color: #74001e;
}
.white #moreArrow {
  color: #74001e;
}
.white a {
  color: #74001e;
}
.white .socialLink {
  background: #74001e;
}
.white .icon {
  fill: #fafafa;
}
.apps-container {
  background: #ffffff;
  color: #181818;
  padding: 60px 20px 60px;
  font-size: 16px;
  overflow: hidden;
}
.apps-container .apps-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.apps-container .apps-title {
  flex: 1 0 100%;
  padding: 30px 0 60px;
  text-align: center;
}
.apps-container .apps-descrip {
  flex: 1 1 50%;
  min-width: 320px;
  padding: 10px;
  margin: 80px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.apps-container .apps-descrip .app-name {
  padding-bottom: 3px;
}
.apps-container .apps-descrip .app-actions {
  padding-top: 10px;
}
.apps-container .apps-preview {
  flex: 1 1 50%;
  min-width: 320px;
  height: 500px;
  padding: 10px;
  margin: 80px 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 709px) {
  .apps-container .dataskimmer.apps-preview {
    order: 8;
  }
  .apps-container .yournda.apps-preview {
    order: 28;
  }
  .apps-container .apps-preview {
    margin-bottom: 0;
  }
  .apps-container .apps-descrip {
    margin-top: 0;
  }
}
@media (min-width: 710px) {
  .apps-container .apps-descrip:nth-of-type(odd) {
    padding-right: 50px;
  }
  .apps-container .apps-descrip:nth-of-type(even) {
    padding-left: 50px;
  }
}
@media (max-width: 339px) {
  .apps-container {
    padding: 60px 2px 60px;
  }
  .apps-container .apps-descrip,
  .apps-container .apps-preview {
    min-width: 299px;
  }
}
.ratherlisten.apps-preview {
  order: 5;
}
.ratherlisten.apps-descrip {
  order: 6;
}
.ratherlisten .ratherlisten-mark {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.ratherlisten .ratherlisten-text {
  font: 300 40px/1em 'Source Sans Pro', sans-serif;
  color: #214950;
  -webkit-font-smoothing: antialiased;
}
.ratherlisten .button-primary {
  margin-bottom: 10px;
}
.ratherlisten .screenshot {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dataskimmer.apps-descrip {
  order: 9;
}
.dataskimmer.apps-preview {
  order: 10;
}
.dataskimmer .app-name {
  white-space: nowrap;
}
.dataskimmer .app-name .dataskimmer-icon {
  width: 50px;
  height: 60px;
  vertical-align: bottom;
  fill: #450eb4;
  transition: fill 0.3s ease-in-out;
}
.dataskimmer .app-name .dataskimmer-icon:hover {
  fill: #3c45fa;
}
.dataskimmer .app-name .dataskimmer-text {
  display: inline-block;
  margin: 0 3px 6px 3px;
  font: 400 49px/1em 'Lobster', cursive;
  position: relative;
  background: linear-gradient(160deg, #fdad0e 20%, #fed01b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.dataskimmer .app-name .dataskimmer-text:before,
.dataskimmer .app-name .dataskimmer-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
}
.dataskimmer .app-name .dataskimmer-text:before {
  z-index: -1;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.25), 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.dataskimmer .app-name .dataskimmer-text:after {
  z-index: -2;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3), 7px 7px 14px rgba(164, 109, 1, 0.7);
  mix-blend-mode: multiply;
}
@media (max-width: 400px) {
  .dataskimmer .app-name .dataskimmer-icon {
    width: 45px;
    height: 54px;
  }
  .dataskimmer .app-name .dataskimmer-text {
    font-size: 44px;
  }
}
@media (max-width: 339px) {
  .dataskimmer .app-name .dataskimmer-text {
    font-size: 40px;
  }
}
.dataskimmer .button-primary {
  margin-bottom: 10px;
}
#exampleScrollerContainer {
  position: relative;
  height: 360px;
}
#exampleScroller {
  position: absolute;
  top: 0;
  left: 50%;
  width: 557.6px;
  margin: 0 auto 0 -278.8px;
  padding: 0;
  perspective: 500px;
  transform-origin: top;
}
#exampleScroller .exampleScroller-slides {
  position: relative;
  width: 257.6px;
  height: 360px;
  margin: 0 150px;
}
#exampleScroller .scrollItem {
  position: absolute;
  display: block;
  width: 257.6px;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(rgba(255, 255, 255, 0.15)));
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 0;
}
#exampleScroller .scrollItem:before {
  border-radius: 6px;
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.4);
}
#exampleScroller .scrollItem.left-hidden {
  opacity: 0;
  z-index: -1;
  transform: rotateY(25deg) translateX(-200px) skewY(-5deg) scale(0.4, 0.6);
}
#exampleScroller .scrollItem.left {
  z-index: 1;
  transform: rotateY(25deg) translateX(-160px) skewY(-5deg) scale(0.5, 0.7);
}
#exampleScroller .scrollItem.middle {
  z-index: 2;
  transform: rotateY(0deg) translateX(0) scale(1);
}
#exampleScroller .scrollItem.right {
  z-index: 1;
  transform: rotateY(-25deg) translateX(160px) skewY(5deg) scale(0.5, 0.7);
}
#exampleScroller .scrollItem.right-hidden {
  opacity: 0;
  z-index: -1;
  transform: rotateY(-25deg) translateX(200px) skewY(5deg) scale(0.4, 0.6);
}
#exampleScroller.safari .left-hidden {
  transform: rotateY(25deg) translate3d(-140px, 65px, -280px) skewY(-5deg);
}
#exampleScroller.safari .left {
  transform: rotateY(25deg) translate3d(-100px, 60px, -220px) skewY(-6deg);
}
#exampleScroller.safari .middle {
  transform: rotateY(0deg) translateX(0) scale(1);
}
#exampleScroller.safari .right {
  transform: rotateY(-25deg) translate3d(100px, 60px, -220px) skewY(5deg);
}
#exampleScroller.safari .right-hidden {
  transform: rotateY(-25deg) translate3d(140px, 65px, -280px) skewY(5deg);
}
#exampleScroller img {
  display: block;
  width: 100%;
  height: 100%;
}
#exampleScroller .nav {
  opacity: 0;
  position: absolute;
  width: 96%;
  height: 30px;
  top: 49%;
  left: 2%;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}
#exampleScroller:hover .nav {
  opacity: 1;
}
#exampleScroller .prev,
#exampleScroller .next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border: none;
  color: #74001e;
  font-size: 31px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#exampleScroller .prev:hover,
#exampleScroller .next:hover {
  background-color: rgba(116, 0, 30, 0.6);
  color: #460c1b;
}
#exampleScroller .next {
  left: auto;
  right: 0;
}
@media (max-width: 910px) {
  #exampleScrollerContainer {
    height: 320px;
    margin-top: 80px;
  }
  #exampleScroller {
    transform: scale(0.8);
  }
}
@media (max-width: 780px) {
  #exampleScrollerContainer {
    height: 235px;
    margin-top: 100px;
  }
  #exampleScroller {
    transform: scale(0.6);
  }
}
@media (max-width: 709px) {
  #exampleScrollerContainer {
    height: 320px;
  }
  #exampleScroller {
    transform: scale(0.8);
  }
}
@media (max-width: 430px) {
  #exampleScrollerContainer {
    height: 235px;
  }
  #exampleScroller {
    transform: scale(0.6);
  }
}
@media (max-width: 339px) {
  #exampleScrollerContainer {
    min-width: 270px;
  }
  #exampleScroller {
    transform: scale(0.5);
  }
}
.spikybricks.apps-descrip {
  order: 16;
}
.spikybricks.apps-preview {
  order: 15;
}
.spikybricks .spikybricks-text {
  display: inline-block;
  font: 900 48px/1 'Dosis', sans-serif;
  font-variant: small-caps;
  background: linear-gradient(178deg, #FF8000 50%, #C55200);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.spikybricks .button-ios {
  margin-bottom: 10px;
}
.spikybricks .screenshot-wrapper {
  width: 100%;
  height: 90%;
  margin: 5% 0;
  font-size: 0;
  white-space: nowrap;
}
.spikybricks .screenshot-wrapper .screenshot {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin: 0 1px;
  object-fit: contain;
}
@media (max-width: 709px) {
  .spikybricks.apps-preview {
    height: 390px;
  }
}
.yournda.apps-descrip {
  order: 30;
}
.yournda.apps-preview {
  order: 32;
}
.yournda .app-name {
  font: 900 40px/1 'Verdana', sans-serif;
  font-variant: small-caps;
  letter-spacing: -1px;
  color: #000000;
  cursor: default;
}
.yournda .app-name em {
  color: #01a2e2;
  font-style: normal;
}
.yournda .screenshot-wrapper {
  position: relative;
  width: 100%;
  height: 90%;
}
.yournda .screenshot-wrapper .screenshot {
  position: absolute;
  display: block;
  border: 1px solid #999999;
  border-radius: 6px;
}
.yournda .screenshot-wrapper .screenshot.screenshot1 {
  width: 40%;
  top: 0;
  left: 0;
}
.yournda .screenshot-wrapper .screenshot.screenshot2 {
  width: 77%;
  bottom: 0;
  left: 11.5%;
  z-index: 2;
}
.yournda .screenshot-wrapper .screenshot.screenshot3 {
  width: 40%;
  top: 0;
  right: 0;
}
@media (max-width: 709px) {
  .yournda .screenshot-wrapper .screenshot.screenshot1 {
    height: 90%;
    width: auto;
    top: 0;
    left: 0;
  }
  .yournda .screenshot-wrapper .screenshot.screenshot2 {
    height: 35%;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  .yournda .screenshot-wrapper .screenshot.screenshot3 {
    height: 90%;
    width: auto;
    top: 0;
    right: 0;
  }
}
@media (max-width: 825px) {
  .yournda.apps-preview {
    height: 420px;
  }
}
@media (max-width: 709px) {
  .yournda.apps-preview {
    height: 390px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fireworkfuse.apps-descrip {
  order: 42;
}
.fireworkfuse.apps-preview {
  order: 40;
}
.fireworkfuse .fireworkfuse-text {
  display: inline-block;
  font: 900 48px/1 cursive;
  color: #c7b37d;
  overflow: hidden;
  text-indent: -200em;
  width: 240px;
  height: 104px;
  background: url('images/fireworkfuse/logo.gif') no-repeat;
  background-size: contain;
}
.fireworkfuse .button-ios {
  margin-bottom: 10px;
}
.fireworkfuse .screenshot-wrapper {
  width: 100%;
  height: 90%;
  margin: 5% 0;
  font-size: 0;
  white-space: nowrap;
}
.fireworkfuse .screenshot-wrapper .screenshot {
  display: inline-block;
  width: 50%;
  height: 100%;
  margin: 0 1px;
  object-fit: contain;
}
@media (max-width: 709px) {
  .fireworkfuse.apps-preview {
    height: 390px;
  }
}
.footer-container {
  display: flex;
  width: 100%;
  padding: 10px;
  font-size: 13px;
}
.footer-col.footer-col-left {
  flex: 1 0 166px;
  text-align: left;
}
.footer-col.footer-col-right {
  flex: 1 0 95px;
  text-align: right;
}
.legal {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.legal #colorSwatches {
  display: none;
}
a.goHome {
  border: none;
  transition: opacity 0.3s ease-in-out;
}
a.goHome:hover {
  opacity: 0.5;
}
.logo-small {
  width: 200px;
  height: 200px;
  user-select: none;
}
.legal-content {
  margin: 10px 10px 80px;
  text-align: left;
}
