.pacifist-window {
}

.pacifist-header {
  background-image: linear-gradient(#B8B8B8, #D9D9D9);
  display: flex;
}

.pacifist-body {
  background: #f0eeee;
  border-top: 1px solid #b2b2b2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.pacifist-columns {
  display: flex;
  flex-direction: row-reverse;
}

.app-icon {
  width: 256px;
  height: 256px;
  padding: 20px;
}

.app-icon-mobile {
  display: none;
}

.pacifist-header-content {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 40px;
  text-align: left;
}

.app-filename {
  vertical-align: middle;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100px;
  font-weight: bold;
  text-align: left;
}

.title-button-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px;
  height: 60px;
}

.title-button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  flex: 1 0 40%;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  height: 12px;
  padding-left: 0px;
  padding-right: 20px;
}

.title-image {
  height: 20.5px;
  width: 22.5px;
  padding-left: 8px;
  padding-right: 8px;
  object-fit: contain;
}

.title-button:hover {
  text-decoration: underline;
}

.buttonlist {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.button {
  background: linear-gradient(90deg, #e5e5e5 0%, #f8f8f8 100%) #bababa;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: black;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  width: 421px;
  height: 72px;
  border-radius: 5px;
  display: inline-table;
  margin: 5px;
  padding-left: 0px;
  text-align: left;
}

.button:hover {
  background: linear-gradient(90deg, #ebebeb 0%, #fffeff 100%) #bababa;
  border: 1px solid #bebebe;
}

.button:active {
  background: linear-gradient(90deg, #dadada 0%, #d3d3d3 100%) #bababa;
  border: 1px solid #bebebe;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 2px 2px rgba(0, 0, 0, 0.16);
}

.button > .icon {
  width: 53px;
  height: 57px;
  float: left;
  position: relative;
  margin-top: 6px;
  margin-left: 17px;
  margin-bottom: 6px;
}

.button > h1 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 87px;
}

.button > h2 {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  margin-top: -4px;
  padding-left: 87px;
}

.awards-list {
  display: flex;
  margin: 0 auto;
  padding: 0px;
  justify-content: center;
}

.award_item {
  list-style-type: none;
  width: 340px;
  padding-right: 20px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.award_link {
  text-decoration: none;
}

.award_link:hover {
  text-decoration: underline;
}

.award_img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.award_caption {
  text-align: center;
  font-size: 0.8em;
}

@media only screen and (max-width: 1020px) {
  .app-icon {
    width: 25vw;
    height: 25vw;
  }

  .pacifist-header-content {
    margin-left: 3vw;
  }

  .app-filename {
    font-size: 10vw;
  }
}

.feature-item {
  margin-bottom: 8px;
}

@media only screen and (max-width: 800px) {
  .app-icon {
    display: none;
  }

  .pacifist-header-content {
    margin: 0 auto;
    justify-content: center;
  }

  .app-filename-area {
    margin-top: 1vw;
    margin-left: 0px;
    width: 100%;
  }

  .app-filename-box {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .app-filename {
    font-size: 14vw;
  }

  .app-icon-mobile {
    display: initial;
    width: 14vw;
    height: 14vw;
    padding-top: 2vw;
  }

  .app-filename {
    padding-left: 3vw;
  }

  .title-button-list {
    margin:  0 auto;
    justify-content: center;
  }
}

@media only screen and (max-width: 550px) {
  .app-icon-mobile {
    width: 12vw;
    height: 12vw;
    padding_top: 1vw;
  }

  .app-filename {
    font-size: 12vw;
  }

  .title-button-list {
    flex-wrap: nowrap;
    height: initial;
  }

  .title-button {
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: center;
  }
}

@media only screen and (max-width: 475px) {
  .window-titlebar {
    height: initial;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 370px) {
  .title-button {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 300px) {
  .awards-list {
    flex-direction: column;
    padding: 0px;
  }

  .awards-item {
    width: iniital;
  }
}

@media (prefers-color-scheme: dark) {
  .pacifist-header {
    background-image: linear-gradient(#202123, #404143);
  }

  .pacifist-body {
    background: #201d2f;
    border-top: 1px solid #4C4E50;
  }

  .app-filename {
    text-shadow: rgba(255, 255, 255, 0.3) 0px 1px 0px;
  }

  .title-button {
    color: #b0afb7;
  }

  .title-image {
    filter: invert(86%) sepia(12%) saturate(132%) hue-rotate(208deg) brightness(83%) contrast(81%);
  }

  .button {
    background: linear-gradient(90deg, #2B2D2F 0%, #3E4042 100%) #bababa;
    border: 1px solid #525456;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    color: #e5e7e6;
  }

  .button:hover {
    background: linear-gradient(90deg, #36383A 0%, #636567 100%) #bababa;
    border: 1px solid #606264;
  }

  .button:active {
    background: linear-gradient(90deg, #76787A 0%, #A3A5A7 100%) #bababa;
    border: 1px solid #606264;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), inset 0 2px 2px rgba(255, 255, 255, 0.36);
  }

  .award_link {
    color: #eeeeee;
  }
}

