/* --------------------------------------------------
Author: Alina Jensch
Author URI: https://winterheart.de/
Description: This stylesheet was created for Two Words In Japanese https://www.twowordsinjapanese.com.
Version: 1.0
Last modified: 17.07.2023
-------------------------------------------------- */
@font-face {
  font-family: 'Jost';
  src: url('Jost-300.woff2') format('woff2'),
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Jost';
  src: url('Jost-600.woff2') format('woff2'),
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

body {
  margin: 0;
  font-family: "Jost", Sans-serif;
  font-size: 16px;
  color: #3b5c59;
  line-height: 1.5;
  background: #F0E6DB;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  color: #3b5c59;
  margin: 5px 0px;
}
p {
  margin: 5px 0px 20px;
}
a {
  text-decoration: none;
}
.albumcover {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 30px 0 10px;
  box-shadow: 1px 1px 5px #00000085;
}
.top-section {
  display: flex;
  align-items: center;
}
.mid-section {
  padding-bottom: 50px;
}
.content-container {
  max-width: 1120px;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.item {
  display: block;
  background: #21625c;
  background: -moz-linear-gradient(330deg, rgba(226,217,204,1) 0%, rgba(211,196,176,1) 100%);
  background: -webkit-linear-gradient(330deg, rgba(226,217,204,1) 0%, rgba(211,196,176,1) 100%);
  background: linear-gradient(330deg, rgba(226,217,204,1) 0%, rgba(211,196,176,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21625c",endColorstr="#d4e5e4",GradientType=1);
  width: 60%;
  margin: 5px 10px;
  box-shadow: 1px 1px 5px #00000085;
}
.item:hover {
  background: #26766f;
  background: -moz-linear-gradient(330deg, rgba(181,155,121) 0%, rgba(226,217,204) 100%);
  background: -webkit-linear-gradient(330deg, rgba(181,155,121) 0%, rgba(226,217,204) 100%);
  background: linear-gradient(330deg, rgba(181,155,121) 0%, rgba(226,217,204) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26766f",endColorstr="#f4f4f4",GradientType=1);
}

.item-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 15px;
}
.item-icon {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
  max-height: 30px;
}
.item-button {
  -webkit-box-ordinal-group: 16;
    -moz-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  display: inline-block;
  color: #3b5c59;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
  line-height: 1;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px 20px;
  margin-left: 10px;
  margin-right: 0px;
}
.item-button:hover {
  background-color: #1D1B25;
  color: #FFFFFF;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 900px) {
  .subheading {
    max-width: 90%;
  }
  .content-container {
    width: 96%;
  }
  .mid-section {
    padding-top: 0px;
  }
  .albumcover {
    margin: 2% 0 0 0;
  }
  .item {
    width: 94%;
    font-size: 16px;
  }
  p {
    text-align: center;
  }
}
@media only screen and (max-width: 431px) {
  .item-icon {
    max-width: 40%;
  }
}
