*{
    margin: 0;
    padding: 0;
}

body{
  background-color: black;
  
}

.main{
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  background: url(https://assets.codepen.io/9605634/typewriter4.jpg);
  background-position: 0px 55%;
  background-size: cover;
  padding: 20px;
  background-clip: padding-box;
  box-shadow: 5px 5px 10px black;
  height: 6em;
  /* To go back to full screen return height to 42em */
}

.icon{
  display: flex;
  flex-direction: column;
  align-items: left;
}

.logo{
    color: white;
    text-shadow: 5px 5px 3px black;
    font-size: 4vw;
    font-family: serif;
    padding-top: 5px;
    padding-left: 15px;
    position: relative;


}

.underline{
    background-color: #9d3116;
    margin-top: 5vw;
    height: 3px;
    width: 43%;
    position: absolute;
    z-index: 1;
}


.profession{
    color: white;
    text-shadow: 5px 5px 3px black;
    padding-top: 0px;
    padding-left: 34%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 2vw;
    position: relative;
   
}

.author_photo{
     width: 20%;
  margin-left: 1%;
  top: 0;
  margin-top: 7%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
}

.sidebar{
    position: absolute;
    width: 370px;
    height: 600px;
    background: white;
    opacity: 50%;
    box-shadow: 0 0 8px 8px black inset;
      
}

#author_quote1{
    padding-top: 51px;
    padding-left: 5%;
    color: #9d8216;
    font-family: 'Times New Roman', Times, serif;
    width: 10%;
    font-size: 3vw;
    font-style: italic;
    font-weight: bold;
    margin-right: 10%;
    text-shadow: 5px 5px 10px black;


}


#autograph{
    height: auto;
    width: 40vw;
    right: 25%;
    position: absolute;
    top: 15vh;
    
  
}


ul{
    float: left;
    display: flex;
    align-items: top;
   
}

ul li{
    list-style: none;
    margin-left: 5%;
    margin-top: 10%;
    font-size: 14px;
    position: absolute;
}

ul li a{
    text-decoration: none;
    color:   #9d3116;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: #9d8216;
}

.fade-text {
    position: absolute;
    animation: fade-text 10s infinite;
    padding-top: 2px;
    top: 0;
    color: #9d8216;
    font-family: 'Times New Roman', Times, serif;
    width: 20%;
    font-size: 2vw;
    font-style: italic;
    font-weight: bold;
    margin-left: 3%;
    margin-top: 35%;
    text-shadow: 5px 5px 3px black;
    
}

@keyframes fade-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  
}

.menu {
  margin-top: 11%;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 150%;
  z-index: 2;
}

.menu-button {
  display: block;
  width: 90px;
  height: 15px;
  margin: 10px 10px 40px;
  border-radius: 20px;
  background-color: #9d3116;
  color: #fff;
  text-align: center;
  line-height: 10px;
  transition: background-color 0.2s;
  font-weight: bolder;
  font-size: 1em;
}

.menu-button:hover {
  background-color: #9d8216;
  cursor: pointer;
}



.subscribe-container {
  z-index:1;
  box-shadow: 10px 10px 15px black;
  margin-right: 1%;
  width: 17%;
  font-size: 10px;
  font-family: courier;
  font-weight: bolder;
  text-align: center;
  display: block;
  position: absolute;
  width: 15%;
  height: 58px;
  margin-top: 45%;
  right: 0;
  border-radius: 10px;
  background-color: #9d3116;
  border: 4px solid white;
  padding: 10px;
  border-radius: 20px;  
  color: white;
  
}


div a {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  background-color: #9d8216;
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 12px;
  color: white;
}

div a:hover {
  background-color: black;
  transition: ease .25s;
  color: dodgerblue;
}

.welcome-container{
  background-color: black;
  opacity: 80%;
  width: 35%;
  margin-left: 35%;
  margin-top: 5%;
}

#welcome-text{
  position: relative;
  padding: 10px 5px 0px 10px;
  color: white;
  text-size: 4em;
  font-family: courier;
  font-weight: bolder;
}

.autograph{
  position: relative;
  width: 75%;
  margin-left: 23%;
}

.release-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.count-header{
  margin-top: -40%;
  height:30%;
  width: 75%;
  height: auto;
  background-color: yellow;
  border-radius: 15px;
  z-index: 1;
  padding: 10px;
  box-shadow: 0 0 8px 8px black inset;
}

#days-left{
  font-family: impact;
  font-size: 25px;
  border-radius: 10px;
  text-align: center;
}

#countdown {
  background-color: #9d3116;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 15px;
  border: 5px solid white;
}

.book-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px; /* Adjust this value as per your need */
}


#countdown div {
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

#countdown div span {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: block;

}

.preorder-container {
  width: 100%;
  height: 40px;
  background-color: yellow;
  border-radius: 15px;
  z-index: 1;
  padding: 10px;
  box-shadow: 0 0 8px 8px black inset;
  margin-top: 10px; /* Adjust this value as per your need */
  display: flex;
  justify-content: center;
}

.preorder-button{
  margin: auto;
  display: block;
  width: 95%;
  height: 40%;
  border-radius: 10px;
  background-color: #9d3116;
  color: #fff;
  text-align: center;
  transition: background-color 0.2s;
  font-weight: bolder;
  font-size: 1em;
  

}

.preorder-button:hover {
  background-color: #67c6bc;
  cursor: pointer;
}
  
.goodreads-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;

}

.goodreads-button {
  display: inline-block;
  background-color: #f4b400;
  color: #000;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.goodreads-button:hover {
  background-color: #db9a00;
}

#hours{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
#days{
   background-color: white;
  border-radius: 10px;
  text-align: center;
}
#minutes{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

#seconds{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

.deeper-dive-cover{
  margin-top: 5%;
  width: 45%;


 
}

.countdown,
.count-header,
.preorder-container,
.book-cover {
  flex-basis: auto; /* Elements shrink and grow based on content */
  min-width: 200px; /* Minimum width for the elements (adjust as needed) */
}

.bio-photo{
  width: 40%;
  margin-left: 1%;
  top: 0;
  margin-top: 12%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
}

#bio-header{
  color: white;
  text-align: center;
}

.bio-container{
  background-color: black;
  opacity: 100%;
  width: 35%;
  margin-left: 50%;
  margin-top: 5%;
}

#bio-text{
  position: relative;
  padding: 10px 5px 0px 10px;
  color: white;
  font-size: 1em;
  font-family: courier;
  font-weight: bolder;
}

.contact-photo-container{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 7%;
}
.contact-photo{
  width: 30%;
  margin-top: 3%;
}

.contact-container{
  background-color: black;
  opacity: 80%;
  width: 45%;
  margin-left: 35%;
  margin-top: 5%;
}

#contact-header{
  color: white;
  text-align: center
}

.contact-text{
  margin-top: 10%;
  position: relative;
  padding: 10px 5px 0px 10px;
  color: white;
  font-size: 1em;
  font-family: courier;
  font-weight: bolder;
  
}

.email-link{
  font-size= 5em;
}

.media-photo{
  width: 35vw;
  margin-left: 27%;
  top: 0;
  margin-top: 17%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  z-index: 0;
}

#media-header{
  display: block;
  position: relative;
  font-size: 5vw;
  color: white;
  text-align: center;
  margin-left: 75%;
  text-shadow: 2px 2px 8px #FF0000;
  margin-top:-9%;
}

.media-container{
  width: 50vw;
  margin-top: 15%;
}

#dark-riddle-interview{
  margin-top: 10%;
  width: 80%;
}



#convergence-interview{
  margin-top: 10%;
  width: 80%;
}

#observer-article{
  position: relative;
  font-size: 1em;
}

#post-journal-picture{
  width: 45%;
  margin-top: 7%;
  margin-right: 2%; 
}


#bookmarks{
  width: 25%;
  margin-top: 7%;
  margin-right: 2%; 
}

.oberver-article-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

  .event-photos-container{
    display: flex;  
  }
  
  #event-photo1{
  width: 25%;
  margin-left: 3%;
  top: 0;
  margin-top: 10%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  }
  
  #event-photo2{
  width: 40%;
  margin-left: 35%;
  top: 0;
  margin-top: 15%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  }
  
  .events-container{
    margin-top: 50%;
    width: 150%;
    margin-left: 5%;
  }
  
  #events-header{
    color: white;
    margin-top: -5%;
    margin-left: 35%;
    font-size: 3em;
   
  }
  
  #events-text{
    position: relative;
    color: white;
    text-align: center;
    margin-left: -20%;
  }
  
  .event-calendar{
  border:solid 1px #777;
  width: 75vw; 
  height: 75vw; 
  frameborder: 0;
 
  }


.book-header {
  color: white; /* Use the same color as the menu buttons */
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 3em; /* Adjust the font size as needed */
  text-shadow: -.2px -.2px 0 #FFFFFF, .2px -.2px 0 #FFFFFF, -.2px .2px 0 #FFFFFF, .2px .2px 0 #FFFFFF;
}

.book-title {
   position: absolute; /* add position absolute to move the book title to the top */
  top: -50px; /* adjust the top value as needed to position the book title */
  left: 50%; /* center the book title */
  transform: translateX(-50%); /* center the book title */
  font-size: 1.5em;
  color: white;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5); /* add background color to the book title */
  padding: 5px 10px; /* add padding to the book title */
}

#deeper-dive-title{
  margin-left: -17%;

}

.book-image-link {
  position: relative;
  display: block;
  width: 150px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  transition: background-color 0.25s ease-in-out; /* adds a transition effect to the background color only */
  color: black; /* sets the text color to black */
  background-color: rgba(0, 0, 0, 0.5); /* sets the background color to black with 50% opacity */
}

.book-image-link:hover {
  background-color: #9d3116; /* changes the background color to match the menu button */
}

.book-image-link img {
  transition: filter 0.25s ease-in-out; /* adds a transition effect to the filter property */
}

.book-image-link:hover img {
  filter: brightness(150%); /* increases the brightness of the image on hover */
}

.book-container {
  display: grid;
  grid-template-columns: 1fr 2fr; /* sets two columns, first for image, second for text */
  grid-template-rows: auto auto auto; /* sets three rows */
  grid-gap: 20px; /* adds space between grid items */
  margin-bottom: 20px;
  position: relative; /* add position relative to center the book title */
}

.book-description {
  color: white;
  grid-row: 1 / 2; /* sets the row position of the element */
  grid-column: 2 / 3; /* sets the column position of the element */
  max-width: 40%; /* sets the maximum width of the book description text */
  margin-top: 2%;
  margin-left: -10%;
}

.reader-quote {
  color: white;
  grid-row: 2 / 3;
  grid-column: 1 / -1; /* spans all columns */
  font-size: 1.2em;
}

.purchase-link {
  text-align: center; /* centers text horizontally */
  font-size: 2em;
  max-width: 60vw; /* sets the maximum width of the book description text */
  font-weight: boldest;
}

.purchase-link:hover {
  background-color: #9d3116; /* changes the text color to match the menu button */
  color: white;
}

#deeper-dive-container {
  margin-top: 10%;
  
}

#deeper-dive-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#deeper-dive-description {
  
}

#deeper-dive-reader-quote {
  
}

#deeper-dive-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
}
#deeper-dive-container {
  margin-top: 10%;
  
}

#deeper-dive-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#deeper-dive-description {
  
}

#deeper-dive-reader-quote {
  
}

#deeper-dive-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
}


#dark-riddle-title{
  margin-left: -17%;

}


#dark-riddle-container {
  margin-top: 10%;
  
}

#dark-riddle-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#dark-riddle-description {
  
}

#dark-riddle-reader-quote {
  font-size: 1.1em;
}

#dark-riddle-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
}

#convergence-title{
  margin-left: -17%;

}


#convergence-container {
  margin-top: 10%;
  
}

#convergence-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#convergence-description {
  
}

#convergence-reader-quote {
  font-size: 1.1em;
}

#convergence-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
}

.bookstore-info{
  margin-top: 5%;
  color: white;
  font-size: 2em;
  margin-left: 10%;
  
}

.bookstore-links{
  font-size: 1.5em;
  margin-left: 10%;
  margin-top: 2%;
}



#media-reader-links-header{
  color: white;
  text-align: center;
  display: flex;
  margin-left: 30%;
  width: 175%;
  font-size: 2em;
}

.article-container1{
  margin-top: 25%;
}

.article-container{
 margin-bottom: 15%;
}

.media-grid-container{
  margin-top: 40%;
}

.media-reader-link{
  font-size: 1.5em;
}

.media-grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3 - 20px), 1fr));
  gap: 10px;
  width: 175%;
}

.media-grid-item {
  margin: 10px;
}

.media-reader-link {
  display: block;
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.media-reader-link:hover {
  color: #666666;
}

@media only screen and (max-width:500px) {
  
  *{
    margin: 0;
    padding: 0;
}

body{
  background-color: black;
  
}

.main{
  display: flex;
  justify-content: space-between;
  position: relative;
  background: url(https://assets.codepen.io/9605634/typewriter4.jpg);
  background-position: 0px 55%;
  background-size: cover;
  padding: 20px;
  background-clip: padding-box;
  box-shadow: 5px 5px 10px black;
  height: 1em;
  /* To go back to full screen return height to 42em */
}

.logo{
    color: white;
    text-shadow: 5px 5px 3px black;
    font-size: 6vw;
    font-family: serif;
    padding-top: 5px;
    padding-left: 1%;
    position: relative;
    margin-top: -5%;


}

.underline{
    background-color: #9d3116;
    height: 3px;
    width: 60%;
    position: absolute;
    z-index: 1;
}


.profession{
    color: white;
    text-shadow: 5px 5px 3px black;
    padding-top: 7px;
    padding-left: 34%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 4vw;
    position: relative;
   
}

.author_photo{
  width: 30%;
  margin-left: -6%;
  top: 0;
  margin-top: 10%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
}

.sidebar{
    position: absolute;
    width: 370px;
    height: 600px;
    background: white;
    opacity: 50%;
    box-shadow: 0 0 8px 8px black inset;
      
}

#author_quote1{
    padding-top: 51px;
    padding-left: 5%;
    color: #9d8216;
    font-family: 'Times New Roman', Times, serif;
    width: 10%;
    font-size: 3vw;
    font-style: italic;
    font-weight: bold;
    margin-right: 10%;
    text-shadow: 5px 5px 10px black;


}


#autograph{
    height: auto;
    width: 40vw;
    right: 25%;
    position: absolute;
    top: 15vh;
    
  
}


ul{
    float: left;
    display: flex;
    align-items: top;
   
}

ul li{
    list-style: none;
    margin-left: 5%;
    margin-top: 10%;
    font-size: 14px;
    position: absolute;
}

ul li a{
    text-decoration: none;
    color:   #9d3116;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: #9d8216;
}

.fade-text {
    position: absolute;
    animation: fade-text 10s infinite;
    padding-top: 2px;
    top: 0;
    color: #9d8216;
    font-family: 'Times New Roman', Times, serif;
    width: 65%;
    font-size: 5.5vw;
    font-style: italic;
    font-weight: bold;
    margin-left: 30%;
    margin-top: 20%;
    text-shadow: 5px 5px 3px black;
    
}

@keyframes fade-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
  
}

.menu {
  margin-top: 56%;
  position: absolute;
  margin-right: -50px;
  top: 0;
  width: 140px;
  height: 150%;
  z-index: 2;
}

.menu-button {
  display: block;
  width: 50px;
  height: 7px;
  margin: 10px 10px 25px;
  border-radius: 20px;
  background-color: #9d3116;
  color: #fff;
  text-align: center;
  line-height: 10px;
  transition: background-color 0.2s;
  font-weight: bolder;
  font-size: .75em;
}

.menu-button:hover {
  background-color: #9d8216;
  cursor: pointer;
}



.subscribe-container {
  z-index:1;
  box-shadow: 10px 10px 15px black;
  margin-right: 1%;
  width: 17%;
  font-size: 10px;
  font-family: courier;
  font-weight: bolder;
  text-align: center;
  display: block;
  position: absolute;
  width: 15%;
  height: 58px;
  margin-top: 45%;
  right: 0;
  border-radius: 10px;
  background-color: #9d3116;
  border: 4px solid white;
  padding: 10px;
  border-radius: 20px;  
  color: white;
  
}


div a {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  background-color: #9d8216;
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 12px;
  color: white;
}

div a:hover {
  background-color: black;
  transition: ease .25s;
  color: dodgerblue;
}

.welcome-container{
  background-color: black;
  opacity: 80%;
  width: 70%;
  margin-left: 1%;
  margin-top: 40%;
}

#welcome-text{
  margin-top: 40%;
  position: relative;
  padding: 3px 5px 0px 10px;
  color: white;
  text-size: 4em;
  font-family: courier;
  font-weight: bolder;
}

.autograph{
  position: relative;
  width: 90%;
  margin-left: 23%;
}

.release-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.count-header{
  margin-top: 1%;
  width: 75%;
  height: auto;
  background-color: yellow;
  border-radius: 15px;
  z-index: 1;
  padding: 10px;
  box-shadow: 0 0 8px 8px black inset;
}

#days-left{
  font-family: impact;
  font-size: 25px;
  border-radius: 10px;
  text-align: center;
}

#countdown {
 margin-top: -1%;
  background-color: #9d3116;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: auto;
  font-size: 30px;
  font-weight: bold;
  border-radius: 15px;
  border: 5px solid white;
}

#countdown div {
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

#countdown div span {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: block;

}

.preorder-container{
  width: 15%;
  height: 40px;
  background-color: yellow;
  border-radius: 15px;
  z-index: 1;
  padding: 10px;
  box-shadow: 0 0 8px 8px black inset;
  display: flex;
  justify-content: center; /* Center the content horizontally */
}

.preorder-button{
  margin: auto;
  display: block;
  width: 95%;
  height: 50%;
  border-radius: 10px;
  background-color: #9d3116;
  color: #fff;
  text-align: center;
  transition: background-color 0.2s;
  font-weight: bolder;

}

.preorder-button:hover {
  background-color: #67c6bc;
  cursor: pointer;
}
  

#hours{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
#days{
   background-color: white;
  border-radius: 10px;
  text-align: center;
}
#minutes{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}

#seconds{
  background-color: white;
  border-radius: 10px;
  text-align: center;
}
  
.book-content {
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
    margin-top: 1%;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 700px;
  }

.deeper-dive-cover{
  margin-top: 2%;
  width: 50%;
  height: auto;
  z-index: 2;

 
}

.bio-photo{
  width: 35%;
  margin-left: -6%;
  top: 0;
  margin-top: 17%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  }
  
  .bio-container{
  background-color: black;
  opacity: 80%;
  width: 70%;
  margin-left: 1%;
  margin-top: 80%;
  }
  
  #bio-header{
  color: white;
}
  
  #bio-text{
  margin-top: 5%;
  position: relative;
  padding: 3px 5px 0px 10px;
  color: white;
  text-size: 4em;
  font-family: courier;
  font-weight: bolder;
  }
  
  #contact-header{
    margin-left: 10%;
  }
  
.contact-container{
  background-color: black;
  opacity: 80%;
  width: 75%;
  margin-left: 1%;
  margin-top: 5%;
  }
  
  .contact-text{
  margin-top: 10%;
  position: relative;
  padding: 3px 5px 0px 10px;
  color: white;
  font-size: 1em;
  font-family: courier;
  font-weight: bolder;
  }
  
  .contact-photo-container{
    margin-left: -7%;
  }
  
  .contact-photo{
    width: 50%;
  }
  

.email-link{
  font-size= 5em;
}

.media-photo{
  width: 35vw;
  margin-left: 27%;
  margin-top: 22%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  z-index: 0;
}

#media-header{
  display: block;
  position: relative;
  font-size: 5vw;
  color: white;
  text-align: center;
  margin-left: 75%;
  text-shadow: 2px 2px 8px #FF0000;
}

.media-container{
  width: 50vw;
  margin-top: 10%;
}

#dark-riddle-interview{
  margin-top: 40%;
  width: 80%;
  z-index: 100;
}
  
  .interview-title{
  display: flex;
  flex-wrap: wrap;
  width: 50vw;
  font-size: 1em;
  font-weight: bold;
  color: #9d3116;
  margin-bottom: 20px;
  }  

#convergence-interview{
  margin-top: 7%;
  width: 80%;
}

#observer-article{
  position: relative;
  width: 50vw;
  font-size: 1em;
} 

#post-journal-picture{
  width: 45%;
  margin-top: 7%;
  margin-right: 2%; 
}
  
  
#bookmarks{
  width: 40%;
  margin-top: 7%;
  margin-right: 2%; 
}

.oberver-article-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

  .event-photos-container{
    display: flex;  
  }
  
  #event-photo1{
  width: 50%;
  margin-left: 3%;
  top: 0;
  margin-top: 26%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  }
  
  #event-photo2{
  width: 60%;
  margin-left: 5%;
  top: 0;
  margin-top: 95%;
  height: auto;
  border-radius: 20px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  }
  
  .events-container{
    margin-top: 135%;
  }
  
  #events-header{
    color: white;
    margin-left: 20%;
    margin-top: 3%;
    font-size: 2em;
   
  }
  
  #events-text{
    color: white;
    width: 75%;
    margin-left: -5%;
  }
  
  .event-calendar{
  border:solid 1px #777;
  width: 100%; 
  height: 500px; 
  frameborder: 0;
  margin-top: 10%;
 
  }
  
  
.book-header {
  color: #9d3116; /* Use the same color as the menu buttons */
  text-align: center;
  margin-top: 5%;
  margin-bottom: 20px;
  font-size: 2em; /* Adjust the font size as needed */
  text-shadow: -.2px -.2px 0 #FFFFFF, .2px -.2px 0 #FFFFFF, -.2px .2px 0 #FFFFFF, .2px .2px 0 #FFFFFF;
}

.book-title {
   position: absolute; /* add position absolute to move the book title to the top */
  top: -50px; /* adjust the top value as needed to position the book title */
  left: 50%; /* center the book title */
  transform: translateX(-50%); /* center the book title */
  font-size: 1.5em;
  color: white;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5); /* add background color to the book title */
  padding: 5px 10px; /* add padding to the book title */
}

#deeper-dive-title{
  margin-left: -17%;
  margin-top: 5%;

}

.book-image-link {
  position: relative;
  display: block;
  width: 150px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  transition: background-color 0.25s ease-in-out; /* adds a transition effect to the background color only */
  color: black; /* sets the text color to black */
  background-color: rgba(0, 0, 0, 0.5); /* sets the background color to black with 50% opacity */
}

.book-image-link:hover {
  background-color: #9d3116; /* changes the background color to match the menu button */
}

.book-image-link img {
  transition: filter 0.25s ease-in-out; /* adds a transition effect to the filter property */
}

.book-image-link:hover img {
  filter: brightness(150%); /* increases the brightness of the image on hover */
}

.book-container {
  display: grid;
  grid-template-columns: 1fr; /* set the book image to take up the entire first column */
  grid-template-rows: auto auto auto; /* sets three rows */
  grid-gap: 20px; /* adds space between grid items */
  margin-bottom: 20px;
  position: relative; /* add position relative to center the book title */
}

.book-description {
  color: white;
  grid-row: 2 / 3; /* moves the book description below the book image */
    grid-column: 1 / 4; /* spans all columns */
    max-width: 80%; /* sets the maximum width to 100% to fit the viewport width */
    margin-top: 1%; /* adds some margin between the book image and book description */
    margin-left: 5%;
  
}

.reader-quote {
  color: white;
  font-weight: bolder;
  grid-row: 3 / 4;
  grid-column: 1 / -1; /* spans all columns */
  font-size: 1em;
  margin-top: 20px; /* add some margin to separate it from the book description */
}


.purchase-link {
  text-align: center;
  font-size: 1em;
  max-width: 100vw;
  grid-row: 4 / 5; /* spans the fourth row */
  grid-column: 1 / -1; /* spans all columns */
  margin-top: 35%;
}

.purchase-link:hover {
  background-color: #9d3116; /* changes the text color to match the menu button */
  color: white;
}

#deeper-dive-container {
  margin-top: 20%;
  
}

#deeper-dive-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#deeper-dive-description {
  
}

#deeper-dive-reader-quote {
  
}

#deeper-dive-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
}

  #dark-riddle-container {
  margin-top: 20%;
  
}

#dark-riddle-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#dark-riddle-description {
  
}

#dark-riddle-reader-quote {
  margin-top: -3%;
  font-size: 1em;
  
}

#dark-riddle-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */

}

  #convergence-container {
  margin-top: 20%;
  
}

#convergence-book-cover {
  width: 150px;
  height: auto;
  grid-row: 1 / -1; /* spans all rows */
  grid-column: 1 / 2;
}

#convergence-description {
  
}

#convergence-reader-quote {
  margin-top: -3%;
  
}

#convergence-purchase-link {
  grid-row: 3 / 4; /* sets the row position of the element */
  grid-column: 1 / -1; /* spans all columns */
  
}
  
  #media-reader-links-header{
  color: white;
  text-align: center;
  display: flex;
  margin-left: 10%;
  width: 175%;
  font-size: 1em;
}

.media-grid-container{
  margin-top: 40%;
}

.media-reader-link{
  font-size: 1.5em;
}

.media-grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3 - 20px), 1fr));
  gap: 10px;
  width: 150%;
}

.media-grid-item {
  margin: 10px;
}

.media-reader-link {
  display: block;
  text-align: center;
  font-size: 1em;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.media-reader-link:hover {
  color: #666666;
}


  
  
.countdown,
.count-header,
.preorder-container,
.book-cover {
  flex-basis: auto; /* Elements shrink and grow based on content */
  min-width: 200px; /* Minimum width for the elements (adjust as needed) */
}
  
 