body {
  background-color: white; }

.header {
  display: inline-block !important;
  height: 50px;
  padding: 5px !important;
  background-color: inherit !important; }
  @media only screen and (min-width: 800px) {
    .header {
      max-width: 10%;
      position: absolute; } }
  @media only screen and (max-width: 800px) {
    .header {
      padding-top: 10px !important; } }
  .header .headerImg {
    fill: black !important;
    height: 40px !important; }

.navigation {
  background-color: inherit !important;
  width: 80%;
  margin-left: 10%;
  display: inline-block !important;
  padding: 0 !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important; }
  .navigation a {
    color: black !important; }

.footer {
  display: none !important;
  color: black !important;
  padding-top: 15px !important;
  border-top: solid 1px black; }
  .footer a {
    color: black !important; }

.content {
  padding: 0 !important; }

.mainColumn {
  padding: 0 !important;
  max-width: none !important; }

.coverImage img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover; }

.tinguelyLanguage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
  .tinguelyLanguage a {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: 500ms -webkit-transform;
    transition: 500ms -webkit-transform;
    transition: 500ms transform;
    transition: 500ms transform, 500ms -webkit-transform; }
    .tinguelyLanguage a img {
      height: 25px;
      -webkit-transition: 500ms opacity;
      transition: 500ms opacity; }
    .tinguelyLanguage a:hover {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
      .tinguelyLanguage a:hover img {
        opacity: 1; }
  .tinguelyLanguage .inactive {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    .tinguelyLanguage .inactive img {
      opacity: 0.2; }

.tinguelyContainer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px; }
  @media only screen and (max-width: 800px) {
    .tinguelyContainer {
      margin-left: 10px;
      margin-right: 10px; } }
  .tinguelyContainer .title {
    padding-top: 50px;
    padding-bottom: 50px; }
    .tinguelyContainer .title img {
      width: 100%; }
  .tinguelyContainer nav ul {
    padding: 0;
    text-align: center; }
    .tinguelyContainer nav ul li {
      background-color: rgba(0, 0, 0, 0.41);
      border-radius: 5px;
      padding: 5px;
      padding-left: 10px;
      padding-right: 10px;
      margin: 5px;
      display: inline-block;
      list-style: none; }
      .tinguelyContainer nav ul li:hover a {
        color: yellow; }
      .tinguelyContainer nav ul li a {
        text-decoration: none;
        color: white; }
      .tinguelyContainer nav ul li:hover {
        background-color: rgba(0, 0, 0, 0.671); }
  .tinguelyContainer .tinguelyContent a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: magenta;
            text-decoration-color: magenta; }
    .tinguelyContainer .tinguelyContent a:hover {
      color: magenta; }
  .tinguelyContainer .tinguelyContent .exampleImage {
    cursor: pointer; }
    @media only screen and (min-width: 1000px) {
      .tinguelyContainer .tinguelyContent .exampleImage {
        margin-right: -100px;
        margin-left: 10px;
        float: right;
        width: 300px; } }
    @media only screen and (max-width: 1000px) {
      .tinguelyContainer .tinguelyContent .exampleImage {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .tinguelyContainer .tinguelyContent .exampleImage img {
      width: 100%; }
  .tinguelyContainer .tinguelyContent .ref {
    cursor: pointer;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin: auto;
    justify-content: space-around; }
    @media only screen and (min-width: 1000px) {
      .tinguelyContainer .tinguelyContent .ref {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 300px; } }
    @media only screen and (max-width: 1000px) {
      .tinguelyContainer .tinguelyContent .ref {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .tinguelyContainer .tinguelyContent .ref:hover span {
      color: magenta; }
    .tinguelyContainer .tinguelyContent .ref img {
      display: inline-block;
      width: 100%; }
    .tinguelyContainer .tinguelyContent .ref span {
      font-size: 15px;
      color: #444444; }
  @media only screen and (min-width: 1000px) {
    .tinguelyContainer .tinguelyContent .leftRef {
      float: left;
      margin-left: -100px;
      margin-right: 10px; }
    .tinguelyContainer .tinguelyContent .rightRef {
      float: right;
      margin-right: -100px;
      margin-left: 10px; } }
.bottomContainer {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: black solid 1px; }

.copyright {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px; }

.columnWidth {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 800px) {
    .columnWidth {
      width: 80%; } }
.info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(100% / 3 - 20px/3))[3];
  grid-template-columns: repeat(3, calc(100% / 3 - 20px/3));
  gap: 10px; }
  .info .infoContainer {
    text-align: left;
    display: inline-block; }
    .info .infoContainer p {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
      margin-bottom: 10px; }
      .info .infoContainer p a {
        color: black;
        text-decoration: none; }
        .info .infoContainer p a:hover {
          color: cyan; }
  @media only screen and (max-width: 800px) {
    .info {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      gap: 0px;
      row-gap: 10px;
      margin-left: 10px;
      margin-right: 10px; } }
.screenshots {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(100% / 3 - 20px/3))[3];
  grid-template-columns: repeat(3, calc(100% / 3 - 20px/3));
  gap: 10px; }
  .screenshots .img > img {
    -webkit-transition: 500ms -webkit-transform;
    transition: 500ms -webkit-transform;
    transition: 500ms transform;
    transition: 500ms transform, 500ms -webkit-transform; }
  .screenshots .img > img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
            box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
  .screenshots li {
    display: inline-block; }
    .screenshots li img {
      width: 100%; }
    .screenshots li iframe {
      width: 100%;
      aspect-ratio: 2160/3840; }
  @media only screen and (min-width: 800px) {
    .screenshots .upperLeftScreenshotImage {
      border-top-left-radius: 5px; }
    .screenshots .upperRightScreenshotImage {
      border-top-right-radius: 5px; }
    .screenshots .lowerLeftScreenshotImage {
      border-bottom-left-radius: 5px; }
    .screenshots .lowerRightScreenshotImage {
      border-bottom-right-radius: 5px; } }
  @media only screen and (max-width: 800px) {
    .screenshots {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      gap: 0px;
      row-gap: 10px;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .screenshots img {
        border-radius: 5px; }
      .screenshots iframe {
        border-radius: 5px; } }
