body.homepage, .bg-red {
    background-color: #c13c3c;
}
body.secondary_page, .bg-light {
    background-color: #f8f9fa;
}

img {
  max-width: 100%;
}

.image_panel {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    position:absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100%;

}

.active {
    opacity: 100;
}

* {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#image_banner {
    position: relative;
    top:0;
    padding: 0;
    margin: 0;
    height:100%;
}

.blue_bckgrd {
    background-color: blue;
    background-image: url('meri stock images/image-from-rawpixel-id-5917377-jpeg.jpg');
    background-size:cover;
    background-position: bottom;
    background-blend-mode: multiply;
}

.red_bckgrd {
    background-color: red;
    background-image: url('meri stock images/in-concert-iii.jpg');
    background-size:cover;
    background-position: top;
    background-blend-mode: multiply;
}

.orange_bckgrd {
    background: orange;
    background-image: url('meri stock images/image-from-rawpixel-id-13946536-jpeg.jpg');
    background-size:cover;
    background-position: top;
    background-blend-mode: multiply;
}

.green_bckgrd {
    background:green;
    background-image: url('meri stock images/image-from-rawpixel-id-18096446-jpeg.jpg');
    background-size:cover;
    background-position: center;
    background-blend-mode: multiply;
}

.content_panel {
    z-index:10;
    color:white;
}


#header_1 {
  z-index:2222;
  text-align: center;
}

#header_2 {
  backdrop-filter: blur(5px);
  text-align: center;

}

#header_2 .main_text, .justify-column {
  text-align: justify;
}

#header_2 h2 {
  font-family: "Geometos";
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
}
.btn-grp {
    display:flex;
}


.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

    * {
      box-sizing: border-box;
    }

body {
  margin: 0;
  padding: 0;
  background: radial-gradient(#f5f1e7, #d9d1c0);
  background:#c13c3c;
  color: #2c2c2c;
}

.tour-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:1vh;
}

.album-tilt {
  transform: rotate(17deg);
}

.center-square {
  max-width: 1000px;
  min-width: 400px;
  aspect-ratio: 1 / 1;
  background: #fdfbf5 url('https://www.transparenttextures.com/patterns/paper-fibers.png');
  border: 1px solid #bbb;
  padding: 2rem;
  gap: 2rem;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 1000ms ease-in-out;
}

.album_col_img {
  width: 100%; 
  height: auto;
  filter: grayscale();
}
.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bowlby-one-regular {
  font-family: "Bowlby One", sans-serif;
  font-style: normal;
}

.coustard-regular {
  font-family: "Coustard", serif;
  font-weight: 400;
  font-style: normal;
}

.coustard-black {
  font-family: "Coustard", serif;
  font-weight: 900;
  font-style: normal;
}

.news-cycle-regular {
  font-family: "News Cycle", sans-serif;
  font-style: normal;
}

.news-cycle-bold {
  font-family: "News Cycle", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rethink-sans-regular {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#columns {
  font-size: 1rem;
  line-height: 1.35;
  text-justify: inter-word;
  column-count: 3;
}

#columns .track {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.15rem;
}

#columns li, #columns p {
  font-weight: 600;
  text-align: justify;
}

#columns li, #columns ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#columns > #name {
  column-span: all;
}

#columns p:last-of-type::after {
  content: url('flower.svg');
  position: relative;
  top: 3px;
  left: 2px;
}

.align-right {
    text-align: right;
    width: 100%;
}

.line-height-low {
    line-height: normal;
}

.letter-spacing-low {
    letter-spacing: -2px;
}

.word-spacing-low {
    word-spacing: -0.2ch;
}

.header {
    padding-top: 0;
    margin-top:0;
    font-weight:600;
    font-size:2.5rem;
}

.column h2 {
  font-size: 1.3rem;
}

#bottom_logo {
  height:80px;
  width:80px;
}
#record_logo {
    border: 44px solid black;
    border-radius: 50%;
    width:80px;
    height:80px;
    position:relative;

}
#record_logo_middle {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    position:absolute;
    top:-16px;
    right:-15px;
    padding-top:5px;
    padding-left:11px;
    font-size: 13px;
}
.drawLine {
  height: 2px;
  width:42vw;
  background-color: #000;
}
.flexer {
  display:flex;
  align-items:center;
  justify-content: space-between;
  width:100%;
}
.barcode {
  width:200px;
  height:90px;
  border: 2px solid #000;
  border-radius: 5px;
  background: white;
  padding:2px 5px;
}
#ticks {
  width:100%;
  height:100%;
  background-image: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to right, #000 1px, transparent 4px);
  background-size: 20px 75%, 16px 75%, 10px 75%, 10px 75%;
  background-repeat: repeat-x;
  background-position:center;
  position: relative;
}
#numbers {
  position:absolute;
  bottom: 4px;
  left: 5px;
  font-size: .875em;

}
#first {
  position: relative;
  left: -7px;
  background-color: white;
}
#second {
  position: relative;
  left: 13px;
  letter-spacing: .20rem;
  background-color: white;
}
#third {
  position: relative;
  left: 20px;
  letter-spacing: .25rem;
  background-color: white;
  font-size: .75em;
}
#record_arm_logo {
  width:9px;
  height: 38px;
  position: relative;
  top: -93px;
  left: 70px;
}
#arm {
  background-color: #000;
  border: 2px solid white;
  width:8px;
  height:40px;
  border-bottom: none;
  position: relative;
  left:4px;
}
#head {
  width:15px;
  border-radius: 5px;
  height:15px;
  border: 2px solid white;
  background-color: #000;
  border-top: none;
}
footer {
  width:100%;
}
.radio-text {
      font-family: "Dancing Script", cursive;
      font-optical-sizing: auto;
      font-weight: bolder;
      font-style: normal;
      text-shadow: 1px 0px 3px black;
      color:silver;
      font-size: 2em;
  }

  #knobs>div{
      border-radius: 50%;
      width: 50px;
      height:50px;
      background-color: #000;
  }
  #facewrap {
      background-color: black;
      width:min-content;
      box-shadow: inset 2px 2px 3px white;
  }
  #radio {
      width:325px;
      height:275px;
      background: silver;
      box-shadow: 2px 2px 2px white;
  }
  #display {
      height:75px;
      border-top: 4px solid #453737;
      border-right: 4px solid gray;
      border-bottom: 4px solid lightgray;
      border-left: 4px solid #453737;
      border-radius: 10px;
      background: linear-gradient(180deg,rgba(0,0,0,0) 52%, rgba(0, 0, 0, .25) 89%), linear-gradient(90deg,rgba(255, 245, 245, 1) 52%, rgba(0, 0, 0, 0.25) 89%), #FFF5F5;
;
  }
  #reveal_text > .quote_mark {
    opacity: .4;
    z-index: -1;
    font-family: "Oswald", sans-serif;
    font-size: 90pt;
    position: absolute;
    top:-24px;
    left:-15px;
    line-height: 1;
  }
  #radio_ticks {
      width:100%;
      height:100%;
      background-image: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to right, #000 1px, transparent 1px);
      background-size: 50px 50%, 10px 25%;
      background-repeat: repeat-x;
      background-position: -5px top;
  }
  #indicator {
      position:relative;
      top:-68px;
      left:20px;
      width:2px;
      height:50px;
      background-color: red;
      transition: all 750ms ease;
  }
  #reveal_text > div {
      opacity: 0%;
      position: absolute;
  }
    #reveal_text {
      position: relative;
    }
  #radio-buttons {
      display: flex;
  }
  #radio-buttons label {
      height:25px;
      border-color: #7c7c7c;
      background-color:silver;
      box-shadow: inset 2px 2px 0px rgba(255,255,255,1),2px 2px 3px rgba(0,0,0,0.3);
      background: linear-gradient(130deg, #696969, transparent);
  }
  #radio-buttons input:checked + label {
      box-shadow: inset 2px 2px 3px rgba(0,0,0,0.3), 2px 2px 0px rgba(255,255,255,1);
      background: linear-gradient(310deg, #696969, transparent);
  }
  #speaker {
      background:repeating-linear-gradient(to bottom, black, #000 3px, transparent 2px, transparent 5px);
      width: 125px;
      height:125px;
      border-radius: 10px;
  }
  .inner_knob {
      width:40px;
      height:40px;
      position: relative;
      top:4px;
      left:4px;
      border-radius: 50%;
      background: linear-gradient(45deg, white 25%, black);
      box-shadow: 2px 2px 4px 1px white;
  }
  #radio_shadow {
  border-radius: 50%;
  width: 350px;
  height: 50px;
  filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -10px;
  }
  #radio_header {
    font-size: 54pt;
    text-align: center;
    color: white;
    line-height: 1;
  }
  #interview_title {
    font-size: 3.5em;
    color: black;
    line-height: 1;
  }
  #leg1 {
      width:10px;
      height:10px;
      transform: skew(-20deg);
      background-color: #000;
  }
  #leg2 {
      width:10px;
      height:10px;
      transform: skew(20deg);
      background-color: #000;
  }
  #legs {
      width:315px;
  }
  //fade in text animation
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  @-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }

  @-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }

  @-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }

  @-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
  }
  .fadein_anim {
      color:white;
      animation: fadeIn 2s forwards;
      -webkit-animation: fadeIn 2s forwards;
      -moz-animation: fadeIn 2s forwards;
      -o-animation: fadeIn 2s forwards;
      -ms-animation: fadeIn 2s forwards;
      font-family: "Montserrat";
      position: relative !important;
  }
.section {
  position: relative;
}

header {
  width: 100vw;
}

html {
  overflow-x: hidden;
}

.background-switch {
  width: 20px;
  height: 20px;
  padding:0;
  border-radius: 0;
  border: 1px solid white;
  transition: all 750ms;

  background-color: transparent;
}

.background-switch:hover, .background-switch.active {
  background-color: white;
}

#banner_btns {
  text-align: right;
}

@font-face {
  font-family: "Geometos";
  src: url("Geometos_Soft_Light.otf") format("opentype");
}

.geometos{
  font-family: 'Geometos';
}

#author_name_container {
  width:100%;
  height:10vh;
}

#button_container > .order {
  background-color: #c13c3c;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.25em;
  box-shadow: 1px 1px 2px;
  border-radius: 0;
  transition: all 750ms;
}

#button_container > .order:hover {
  color: #c13c3c;
  background-color: white;
}

#button_container > .order:active {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #c13c3c;
  color: white;
  box-shadow: -1px -1px 2px;
}

.divider {
  display:flex;
  justify-content: center;
  align-items: center;
}
.divider> img {
  width:150px;
  padding:15px;
}

#cover {
  box-shadow:1px 1px 10px;
}

#bottom_divider {
  margin-top: 2em;
}

#button_container {
  text-align: center;
}

h1#author_name {
  font-size: 3.25em;
  letter-spacing: 5px;
  text-shadow: 2px 2px 1px black;
  text-align: center;
}
.descriptions {
    z-index: 1;   
}
.descriptions > p {
  line-height: 1.25;
  font-weight: 500;
  padding-top: .5em;
}

.bl {
  color:#000;
}

.pullquote {
  border-top: 5px solid black;
  border-bottom: 5px solid black; 
  #font-family: "Bowlby One", sans-serif;
  font-size:18pt;
  font-weight: 700;
  text-align: left;
  line-height: 1.25;
  position: relative;
  padding: 15px 0px;
  #letter-spacing: .1rem;
}

#secondary_nav .dropdown-menu .active {
  background-color: #c13c3c;
  color: white;
}
#secondary_nav .dropdown-item:active{
  background-color: #cb666a;
  color: white;
}
.question {
  font-weight: bold;
}
#byline {
  font-style: italic;
  font-size: .875em;
}

h1#radio_header {
  color:black;
  font-size: 48pt;
}
#interview p:first-of-type:first-letter {
  initial-letter: 3;
  --webkit-initial-letter: 3;
  color:#c13c3c;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding-right: .5em;
  margin-top: .25em;
}

.radio_link {
  text-decoration: none;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  transition: all 600ms;
}
.radio_link:hover {
  font-size: 1.25em;
}
.radio_link:active {
  color: #c13c3c;
}
.radio_link:visited {
  color: white;
}
#book_title_nav {
  position: relative;
  top:-0.5em;
}
#book_title_nav img {
  height: 75px;
  width: auto;
}
.tour_date {
  display: inline;
  color: black;
  padding-right: .5em;
}
a.tour_place {
  color: black;
  text-decoration: none;
}
a.tour_place:hover {
  text-decoration: underline;
}
.tour_list {
  list-style: none;
  padding-left: 0;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: -1px;
}
.tour_list li {
  padding-bottom: .5em;
}
#tour_header {
  font-size: 4em;
  column-span: all;
  text-align: center;
}
#bio_text {
  font-size: 1em;
  color: white;
  text-align: justify;
}
#bio_text a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#bio_text a:hover {
  text-decoration: underline;
}
#tour_section .center-square{
  border-radius: 0;
  max-width:none;
  min-width: auto;
  aspect-ratio: auto;
  }
  #tour_content {
    font-size: 1.35em;
    column-count: 2; 
    column-gap: 30px; 
  }
  #tour_content > div {
    display: flex;
    justify-content: space-between;
  }

  #footer_text {
    color: white;
  }

  .footer_icon {
    color: white;
    font-size: 2em;
    padding: 0 .5em;
    transition: all 600ms;
  }
  .footer_icon a:visited {
    color: white;
  }
  .footer_icon:hover {
    color: #df7d7d;
  }
  .footer_icon a {
    color: white;
  }
  #interview_footer .footer_icon {
    color: black;
  }
  #interview_footer .footer_icon:hover {
    color: #c13c3c;
  }
  #interview_footer .footer_icon a {
    color: black;
  }
  #interview_footer .footer_icon a:visited {
    color: black;
  }   
#interview_footer #footer_text {
  color: black;
}

.speech-bubble {
	position: relative;
	background: #cb666a;
	border-radius: 25px;;
  padding:15px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #cb666a;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.interview_link {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: all 600ms;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  width:fit-content;
}
.interview_link:hover {
  background-color: white;
  color: #c13c3c;
}

#bio_header {
  font-size: calc(1.325rem + .9vw);
}

/* Responsive fixes */

@media (max-width: 992px) {
  #radio_header {
    font-size: 48pt;
    padding-bottom: .5em;
  }
  #columns {
    column-count: 2;
  }
  .center-square img {
    display: none;
  }
  #columns #name {
    display: none;
  }
  #album_title {
    column-span: all;
  }
}

@media (max-width: 900px) {
  .center-square {
    grid-template-columns: repeat(2, 1fr);
    aspect-ratio: auto;
  }

}

@media (max-width: 768px) {
  #header_2 {
    padding-top: 1em;
  }
  .barcode {
    display: none;
  }
  #bottom_logo {
    display: none;
  }
  #tour_content {
    column-count: 1 !important;
  }
  #tour_header {
    font-size: 3em !important;
  }
  h1#author_name {
    font-size: 2.5em !important;
  }
  #interview_title {
    font-size: 2.5em; 
    text-align: center;
  }
  #radio_header {
    font-size: 36pt;
  }
}

@media (max-width: 600px) {
  .center-square {
    grid-template-columns: 1fr;
  }
  #columns {
    column-count: 1;
  }
}

@view-transition {
  navigation: auto;
}
#secondary_nav_button {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* Firefox fixes */
@supports (-moz-appearance:none) {
  #interview p:first-of-type:first-letter {
    float: left;
    font-size: 4.25em; /* Adjust font size as needed */
    line-height: 0.8; /* Adjust this value to correct positioning in Firefox */
    padding-right: .25em;
    margin-top: 0;
  }
}