html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

main {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.45rem;
  margin-left: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.1;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.301368rem;
}

h3 {
  font-size: 1.106528rem;
}

h4 {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 0.680224rem;
}

h6 {
  font-size: 0.62724rem;
}

p {
  line-height: 1.5rem;
}

a {
  color: #EF2B83;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  main {
    margin-top: 2rem;
  }
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.62671rem;
  }
  h3 {
    font-size: 1.38316rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.85028rem;
  }
  h6 {
    font-size: 0.78405rem;
  }
}
.container {
  flex-basis: 778px;
  max-width: 778px;
  padding: 0 20px;
}

.header {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #B5D4FC 5%, #007ABD 15%, #0896D1 25%, #FDA513 35%, #FDBA0C 45%, #FA4942 55%, #F9263B 65%, #EF2B83 75%, #B7288D 85%, #68438D 95%);
  background-size: 400%;
  background-position: 0%;
  padding: 3.5rem 0;
  -webkit-animation: rainbow 50s ease infinite;
  -z-animation: rainbow 50s ease infinite;
  -o-animation: rainbow 50s ease infinite;
  animation: rainbow 50s ease infinite;
}
.header__title {
  margin: 0;
  font-size: 2rem;
  text-align: center;
}
.header__title__link {
  text-decoration: none;
  color: #f8f9fa;
}
.header__sub-title {
  margin: 1rem 0 0 0;
  color: #f8f9fa;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
@media (min-width: 768px) {
  .header__title {
    font-size: 3rem;
  }
  .header__sub-title {
    font-size: 1.3rem;
  }
}
.header-image {
  max-width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.navigation {
  display: flex;
  justify-content: center;
  background-color: #e9ecef;
}
.navigation__list {
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
  list-style: none;
  display: flex;
  justify-content: center;
}
.navigation__list__item {
  display: flex;
}
.navigation__list__item__link {
  padding: 1rem 2rem;
  color: #212529;
  text-decoration: none;
}
.navigation__list__item__link:hover, .navigation__list__item__link.active {
  background-color: rgb(144.4210526316, 159.5, 174.5789473684);
  color: #f8f9fa;
}
.navigation__list__item:last-child {
  margin-right: 0;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.footer__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__copyright {
  margin-bottom: 0.5rem;
}
.footer__links {
  text-align: center;
}
.footer__links__separator {
  margin: 0 1rem;
}

@media (min-width: 768px) {
  .footer__inner-container {
    flex-direction: row;
    justify-content: center;
  }
  .footer__copyright {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.projects__separator {
  margin: 2rem;
  border: 1px solid #e9ecef;
}
.projects__list {
  padding: 0;
}
.projects__list__item {
  margin: 1rem 0;
  list-style-type: none;
}

.project__image-container {
  margin-top: 2rem;
}
.project__title {
  margin-top: 1rem;
}
.project__date {
  display: block;
  font-style: italic;
  margin-bottom: 1rem;
}
.project__app-store-download-link, .project__links {
  margin-top: 2rem;
  text-align: center;
}
.project__app-store-download-link__separator, .project__links__separator {
  margin: 0 1rem;
}
.project__links {
  margin-bottom: 2rem;
}

.not-found__link {
  display: block;
  margin-top: 2rem;
}

.app-store-download-link {
  width: 240px;
}

.outplay__press-kit__images {
  margin-bottom: 1.45rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1.45rem;
  justify-content: space-between;
  align-items: center;
}
.outplay__press-kit__images__link {
  min-width: 0;
  max-width: 100%;
  flex-basis: 40%;
}
.outplay__press-kit__images__link--large {
  flex-basis: 100%;
}
.outplay__press-kit__images__link--small {
  flex-basis: 40%;
}
.outplay__press-kit__images__link__image {
  width: 100%;
}

@media (min-width: 768px) {
  .outplay__press-kit__images {
    justify-content: flex-start;
  }
  .outplay__press-kit__images__link--large {
    flex-basis: 40%;
  }
  .outplay__press-kit__images__link--small {
    flex-basis: 20%;
  }
}

/*# sourceMappingURL=main.css.map */