@font-face {
  font-family: "S";
  src: url("s.woff2") format("woff2");
}
body {
  font-family: "S", "Helvetica Neue", "Arial", sans-serif;
  color: rgb(10, 37, 64);
  text-align: center;
}

.c {
  color: rgb(10, 37, 64);
}

a,
span.a {
  color: rgb(99, 91, 255);
  text-decoration: none;
  cursor: pointer !important;
}

.pink {
  color: #c850c0;
}

.blue {
  color: #4158d0;
}

.yellow {
  color: #ffcc70;
}

h1 {
  font-size: 48px;
}

h1.linear-wipe {
  background-color: #4158d0;
  background: linear-gradient(43deg, #4158d0 0%, #c850c0 20%, #ffcc70 40%, #c850c0 60%, #4158d0 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 15s ease-in-out infinite alternate;
}

@keyframes textShine {
  to {
    background-position: 200%;
  }
}

#gradient-canvas {
  max-width: 100%;
  height: 750px;
  z-index: -1;
  --gradient-color-1: #6284ff;
  --gradient-color-3: #ff0000;
  --gradient-color-2: #fff;
  --gradient-color-4: #fff;
  position: absolute;
  top: -25%;
  left: -20%;
  right: 20%;
  transform: rotate(-10deg);
}

header {
  min-height: 500px;
  background: #222;
}

header > div {
  padding-top: 160px;
}

header h3 {
  color: white;
  font-size: 24px;
  margin: 0 auto;
  padding: 60px 20px;
}

.invests {
  padding: 20px;
  margin: auto;
  max-width: 800px;
}

.invests img {
  width: 40vw;
  max-width: 200px;
}

.invests a {
  padding: 16px 12px;
  display: inline-block;
}

.cat-title {
  font-size: 36px;
  border-bottom: 4px solid #222;
  display: inline-block;
  margin: auto;
  padding: 128px 0 8px;
  margin-bottom: 50px;
}

.contests-list p {
  font-weight: 400;
  opacity: 0.5;
}

.contests-list h4 {
  margin-bottom: 0;
}

.contests-list p {
  margin-top: 0;
}

.contests-list > a {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 60px;
}

.app-icon {
  transition: all 0.1s ease-out;
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

a:hover .app-icon {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.facts {
  font-size: 24px;
  margin: 0 40px;
}

.facts > div {
  margin: auto;
  border: 3px solid rgb(10, 37, 64);
  border-radius: 16px;
  display: inline-block;
}

.facts > div > div {
  font-size: 18px;
  margin: auto;
  display: inline-block;
  max-width: 200px;
  padding: 2px 40px 20px;
}

.facts span {
  font-size: 64px;
  display: block;
}

.babies {
  background-image: url("https://s.playgrnd.media/i2/icons/babies/logo-icon-2048x2048.png?vib=0&fm=png8&w=150&h=150&v=8&sws=cf");
}

.pets {
  background-image: url("https://s.playgrnd.media/i2/icons/pets/logo-icon-2048x2048.png?vib=0&fm=png8&w=150&h=150&v=8&sws=cf");
}

.pageantdog {
  background-image: url("https://s.playgrnd.media/i2/icons/pageantdog/logo-icon-2048x2048.png?vib=0&fm=png8&w=150&h=150&v=8&sws=cf");
}

.miss {
  background-image: url("https://s.playgrnd.media/i2/icons/miss/logo-icon-2048x2048.png?vib=0&fm=png8&w=150&h=150&v=8&sws=cf");
}

.newborn {
  background-image: url("https://s.playgrnd.media/i2/icons/newborn/logo-icon-2048x2048.png?vib=0&fm=png8&w=150&h=150&v=8&sws=cf");
}

.nathalie {
  background-image: url("http://playgrnd.media/images/nathalie.jpg");
}

.benjamin {
  background-image: url("http://playgrnd.media/images/benjamin.jpg");
}

.content h2 {
  text-align: center;
}

.founders > a {
  display: inline-block;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  color: rgb(10, 37, 64);
}

.founder-name {
  background-image: url("ld.png");
  background-position: center right;
  background-size: 18px;
  padding-right: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 8px;
}

.invest-desc {
  font-size: 20px;
  padding: 0 20px;
  max-width: 700px;
  margin: auto;
}

@media screen and (min-width: 480px) {
  .contests-list > div {
    width: 200px;
    font-size: 16px;
  }

  header h3 {
    padding: 60px;
    max-width: 600px;
    font-size: 32px;
  }

  h1 {
    font-size: 10vw;
  }

  .cat-title {
    font-size: 64px;
  }

  .app-icon {
    width: 120px;
    height: 120px;
    border-radius: 16px;
  }

  .invests img {
    width: 20vw;
  }

  .invests a {
    padding: 16px 32px;
  }

  .invest-desc {
    font-size: 24px;
  }
}
