@font-face {
  font-family: "Tan Nimbus";
  src: url('fonts/TAN-Nimbus/TAN-NIMBUS.ttf') format('truetype'),
       url('fonts/TAN-Nimbus/TAN-NIMBUS.woff') format('woff'),
       url('fonts/TAN-Nimbus/TAN-NIMBUS.woff2') format('woff2');
}

@font-face {
  font-family: "Karumbi Regular";
  src: url('fonts/Karumbi-Regular/Karumbi-Regular.otf') format('opentype'),
       url('fonts/Karumbi-Regular/Karumbi-Regular.ttf') format('truetype'),
       url('fonts/Karumbi-Regular/Karumbi-Regular.woff') format('woff'),
       url('fonts/Karumbi-Regular/Karumbi-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "Biro Script Plus";
  src: url('fonts/Biro-Script-Plus/Biro-Script-Plus.otf') format('opentype'),
       url('fonts/Biro-Script-Plus/Biro-Script-Plus.ttf') format('truetype'),
       url('fonts/Biro-Script-Plus/Biro-Script-Plus.woff') format('woff'),
       url('fonts/Biro-Script-Plus/Biro-Script-Plus.woff2') format('woff2');
}

@font-face {
  font-family: "Feeling Passionate";
  src: /*url('fonts/Feeling-Passionate/Feeling-Passionate.otf') format('opentype'),*/
  /* having issues with rendering certain characters when this is enabled */
       url('fonts/Feeling-Passionate/Feeling-Passionate.ttf') format('truetype');
}

@font-face {
  font-family:"True Typewriter";
  src: url('fonts/True-Typewriter/TTWPGOTT.ttf') format('truetype');
}

body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: "True Typewriter", sans-serif;
}

header {
  text-align: center;
  background-color: #ad3333;
}

.header {
  color: black;
}

.title-group h1 {
  font-size: 2em;
  margin: 0;
}

.tagline {
  font-style: italic;
  color: #666;
}

.nav-bar {
  display: flex;
  justify-content: center;  /* Centers the nav content horizontally */
  align-items: center;
  gap: 5%;  /* Adds spacing between nav-left and search-bar */
  padding: 10px;
  flex-wrap: wrap; /* Keeps layout clean on smaller screens */
}

.nav-left {
  list-style: none;
  display: flex;
  gap: 20%;
  padding: 0;
  margin: 0;
}

.nav-left li a {
  text-decoration: none;
  color: black;
}

.search-bar input {
  padding: 5px;
  font-size: 1em;
}

.search-bar button {
  padding: 5px 10px;
  font-size: 1em;
  cursor: pointer;
}

.site-image {
  width: calc(100% + 20%);  /* extend 10% left + 10% right */
  margin-left: -10%;
}

.site-image img {
  display:block;
  width:100%;
  height:auto;
  max-width:none;
}

.review-excerpts {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.review-excerpts article {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.review-excerpts a {
  color: #0066cc;
  text-decoration: none;
}

.more-button {
  display: block;
  margin: 20px auto;
  padding: 10px 15px;
  font-size: 1em;
  cursor: pointer;
  background-color: #0066cc;
  color: white;
}

.site-footer {
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.footer-links a:hover {
  color: #0066cc;
}

.site-footer p {
  font-size: 0.9em;
  margin: 0;
}

img.album-cover {
  display: flex;
  margin: auto;
  max-width: 40%;
  height: auto;
  padding-bottom: 1%;
}

.review-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.review-content article {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.review-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
}

.review-nav button {
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
}

.review-social {
  text-align: center;
  margin: 30px 0;
}

.like-button {
  margin-bottom: 10px;
}

.share-buttons {
  font-size: 0.95em;
}

.share-buttons a {
  color: #0066cc;
  text-decoration: none;
  margin: 0 5px;
}

.share-buttons a:hover {
  text-decoration: underline;
}

.title-group {
  font-family: "Tan Nimbus";
  font-size: large;
}

body {
  background: url('../assets/background_boombox.png') transparent repeat 0 0;
}

#title-image {
  vertical-align: -5;
  height: 80px;
  width: 30px;
}


/* disable overscroll because you can't really do that with a background image */
html {
  overscroll-behavior: none;
  border: none;
  box-shadow: none;
}

.header-normal-group {
  font-family: "Tan Nimbus", sans-serif;
  font-size: 1em;
}

article {
  font-family: "True Typewriter", serif;
  font-size: 1em;
}

.reviewFull {
  line-height: 2.2em;
}

main {
  margin-top: 4%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #ffffffDD;
  padding: 1%;
  padding-top: 2%;
  min-height: 400px;
}

.legal {
  font-family: "Century Gothic", sans-serif;
}

.error {
  color: #ad3333;
}

.placeholder-text {
  font-size: 1.5em;
  line-height: 400px;
}

.search-match {
  background-color: rgb(250, 244, 171);
}

button {
  border: none;
  padding: 10px 15px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
}

.button-deactivated {
  display: none;
}

.snippet-image {
  float: left;
  display: block;
  margin: auto;
  max-width: 30%;
  height: auto;
  padding-bottom: 1%;
  padding-right: 1%;
}

.snippet {
  display: inline-block;
}

.affiliates {
  padding: 1%;
}