.body {
  width: 100%;
  height: 100%;
  /*background: black;*/
  background: white;
  color: black;
  font-size: 14px;
  font-family: Verdana;
  overflow: hidden;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.bodyf {
  margin: 0;
  overflow: hidden;
}

.menu {
  max-width: 1450px;
  height: 100px;
  padding: 0 0px;
  margin: 0px auto;
  color: lightgray;
  border-bottom: 1px solid lightgray;
}

.logo {
  float: left;
  width: 100px;
}

.author {
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: black;
}
.about {
  text-decoration: none;
  color: black;
}

.authorbox {
  font-size: 24px;
  margin: 0px auto;
  margin-left: 114px;
}

.indie {
  font-size: 14px;
}

.options {
  width: calc(100% - 100px);
  border-top: 1px solid lightgray;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  margin-top: 8px;
}

.option {
  width: 20%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: black;
  margin-bottom: 7px;
  //margin-left: 8%;
  //margin-right: 8%;
  text-decoration: none;
}

.visited {
  color: #6084BE;
  //text-decoration: underline;
}

.content-top {
  height: calc(100% - 100px);
  overflow: scroll;
  overflow-x: hidden;
}

.content {
  max-width: 1450px;
  margin: 5px auto;
  padding: 0 15px;
  //overflow: scroll;
  //overflow-x: hidden;
}

.about_content {
  margin: 25px;
  text-align: justify;
  text-justify: inter-word;
}

.about_data {
  margin: 25px;
  text-align: right;
}

.news {
  text-align: center;
  border-bottom: 1px solid lightgray;
}

.last_news {
  border-bottom: 0px solid lightgray;
}

.news_link {
  color: black;
  text-decoration: none;
}

.news_title {
  font-size: 24px;
  font-weight: bold;
  margin: 25px;
}

.news_image {
  width: 640px;
  box-shadow: 5px 5px 10px grey;
}

.news_content {
  margin: 40px;
}

.news_date {
  text-align: right;
  margin: 4px;
}

.thumbs {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid lightgray;
}

.thumb {
  /*width: calc(20% - 10px);*/
  width: 320px;
  height: 240px;
  margin: 10px;
  display: inline-block;
  background: #224;
  box-shadow: 3px 3px 5px grey;
  vertical-align: top;
}

.thumb_image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.thumb_image_vertical {
  //object-fit: cover;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  //vertical-align: middle;
  cursor: pointer;
}

.item {
  text-align: center;
}

.item_title {
  font-size: 32px;
  font-weight: bold;
  margin: 25px;
}

.item_image {
  width: 75%;
  max-width: 1000px;
  box-shadow: 5px 5px 10px grey;
  margin: 10px;
}

.item_image_small {
  width: 60%;
  max-width: 640px;
  box-shadow: 5px 5px 10px grey;
  margin: 10px;
}

.item_image_vertical {
  width: 50%;
  max-width: 512px;
  box-shadow: 5px 5px 10px grey;
  margin: 10px;
}

.item_text {
  margin: 40px;
}

.item_date {
  text-align: right;
}

.item_download {
  float: left;
}

.item_info {
  text-align: left;
  color: gray;
}

.toTop {
  text-align: center;
}

.pantheon {
  text-align: center;
  padding-bottom: 15px;
}

.pantheon_device {
  /*width: calc(20% - 10px);*/
  width: 320px;
  height: 266px;
  margin: 10px;
  display: inline-block;
  background: #224;
  box-shadow: 3px 3px 5px grey;
  vertical-align: top;
}

TD {
  COLOR: white;
  FONT-SIZE: 13px;
  FONT-FAMILY: Verdana
}

@media only screen and (max-width: 800px) { /* smartphones, Android phones, landscape iPhone */

  .logo {
    float: left;
    width: 50px;
  }

  .authorbox {
    font-size: 17px;
    padding-top: 4px;
    margin-left: 54px;
  }

  .indie {
    font-size: 10px;
  }

  .options {
    width: 100%;
    padding-top: 10px;
  }

  .option {
    width: 20%;
    font-size: 16px;
  }

  .news_title {
    font-size: 18px;
  }

  .news_image {
    width: 320px;
    max-width: 320px;
    box-shadow: 3px 3px 5px grey;
  }

  .news_content {
    text-align: justify;
    margin: 25px 0;
  }

  .item_title {
    font-size: 18px;
  }

  .item_image {
    width: 320px;
  }

  .item_image_small {
    width: 320px;
  }

  .item_image_vertical {
    width: 320px;
  }

  .item_text {
    text-align: justify;
    margin: 25px 0;
  }
}

@media only screen and (max-width: 400px) { /* smartphones, Android phones, landscape iPhone */

}
