.logocontainer {
  display: flex;
  justify-content: center; /* Centers horizontally */
  margin-bottom: 0px;
}

div p {
  margin: 0;
  padding: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; /* Space between columns */
    text-align: center;
  }

.linkscontainer {
  display: block;
  text-align: center;
  align-items: center;
  justify-items: center;
}

table, td, th {
  margin-right: auto;
  margin-left: auto;
}

td {
  padding: 15px;
}

tr {
  padding: 0px;
}

.blogcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; /* Space between columns */
    text-align: center;
    margin: 1rem;
  }

.left-col {
    flex: 1;
    text-align: left; 
  }

  .right-col {
    flex: 1;
    text-align: left; 
  }
  
.logo {
  width: clamp(350px, 80%, 800px);
  align-items: center;
  height: auto;
  display: block; /* Removes unwanted space below the image */
}

.links {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  text-align: center;
  font-size: clamp(2rem, 6vw, 3rem); 
  line-height: 200%;
  position: relative;
}

.frontpageart  {
  width: clamp(300px, 80%, 500px);
  align-items: center;
  height: auto;
  display: block; /* Removes unwanted space below the image */
  margin: 3rem;
}

.header {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  text-align: center;
  font-size: clamp(2.5rem, 12vw, 5rem); 
  position: relative;
}

.text {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2rem); 
  position: relative;
}

.frontpagelinks {
  color: rgb(255, 0, 0);
  text-decoration: none;
  text-align: center;
  font-size: clamp(3rem, 6vw, 4rem); 
  padding: 0px;
  line-height: 0%;
  margin: 0px;
  position: relative;
}


.italic {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  font-size: clamp(1rem, 4vw, 2rem);  
  position: relative;
}

.notes {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  font-size: clamp(1rem, 4vw, 1.5rem); 
  position: relative;  
}

.streamingnote {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  font-size: clamp(1rem, 4vw, 1.5rem); 
  width: clamp(50vh, 30%, 50vh);
  margin: 30px auto;
  position: relative;
}

.linksmall {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: underline;
  font-style: italic;
  font-size: clamp(1.25rem, 4vw, 1.5rem);   
}

.backtotopcontainer {
    display: flex;
    justify-content: center;
}

.blogtext {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-align: center;
  width: clamp(45ch, 60%, 75ch);
  font-size: clamp(1rem, 4vw, 1.5rem); 
  position: relative;
}

.lyricscontainer {
  width: clamp(45ch, 60%, 75ch);
  margin: 0 auto;
  display: block;
  text-align: center;
}

.lyrics {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  font-size: clamp(1rem, 4vw, 1.5rem); 
  position: relative;
}

.lyricheader {
  color: rgb(255, 0, 0);
  font: "Helvetica", serif;
  text-decoration: none;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2rem); 
  padding: 10px;
  position: relative;
}

.lyricsgraphic {
  float: left;
  width: 30%;
  position: absolute;
}

/* contact */

.contactcontainer {
  height: 100vh;
  display: flex;
  margin: 20px;
  justify-content: space-evenly;
}

.contactleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.contactinputs {
  width: clamp(20rem, 60vw, 40rem);
  height: 2rem;
  border: 2px solid red;
  outline: none;
}

.contactleft textarea {
  height: 10rem;
}


.contactinputs::placeholder {
  color: rgb(255, 0, 0);
  opacity: 1;
  font: "Helvetica", serif;
  width: clamp(45ch, 60%, 75ch);
  font-size: clamp(0.5rem, 4vw, 1rem); 
}

.contactleft button {
  display: flex;
  align-items: center;
  opacity: 1;
  font: "Helvetica", serif;
  font-size: clamp(0.5rem, 4vw, 1rem); 
  padding: 15px 30px;
  color:red;
  background: white;
  outline: 2px solid red;
  border: none;
  cursor: pointer;
}

/* photo classes */

.photocontainer {
  width: 100%;
  height: 100%;
}
.junephoto {
  float: left;
  width: 30%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: -1; /* Puts image behind text */
}

.jamesphoto {
  float: right;
  width: 23%;
  height: auto;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: -1; /* Puts image behind text */
}

.gunphoto {
  float: left;
  width: 30%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: -1; /* Puts image behind text */
  transform: rotate(5deg);
}

.gunphotophone {
  display: block;
  width: 50%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 100px;
  transform: rotate(80deg);
  z-index: -1;
}

.lespaulphoto {
  float: left;
  width: 25%;
  height: auto;
  position: absolute;
  top: 12%;
  left: 0.5%;
  z-index: -1; /* Puts image behind text */
}

.lespaulphotophone {
  display: block;  
  width: 30%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  rotate: 90deg;
  transform: translateX(-70%);
}

.hangingmicphoto {
  float: left;
  width: 10%;
  height: auto;
  position: absolute;
  right:10%;
  top: 0px;
  z-index: -1; /* Puts image behind text */
}


.madiphoto {
  width:50%;
  height: auto;
  left: 25px;
  position: absolute;
  top: 150px;
  z-index: -1; /* Puts image behind text */
}

.madiphotophone {
  display: block;
  width: 60%;
  height: auto;
  left:20%;
  z-index: -1; /* Puts image behind text */
  bottom: clamp(5%, 25%, 40%);
  position: absolute;
}

.madiphotophonecontainer {
  width: 100%;
  height: 100%;
}


.isabellaphoto {
  width:30%;
  height: auto;
  right: 0px;
  position: absolute;
  top: 100%;
  z-index: -1; /* Puts image behind text */
}

.averyphoto {
  width:30%;
  height: auto;
  right: 0px;
  position: absolute;
  top: 400%;
  z-index: -1; /* Puts image behind text */
}


.crimescenetags {
  width:100%;
  height:100%;
  height: auto;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -1; /* Puts image behind text */
}


@media (max-width:900px) {
  .junephoto, .jamesphoto, .gunphoto {
    display:none;
  }
}

@media (max-width:1200px) {
  .lespaulphoto, .hangingmicphoto, .madiphoto, .isabellaphoto, .lyricsgraphic, .averyphoto  {
    display:none;
  }
}

@media (min-width: 1200px) {
  .lespaulphotophone {
    display:none;
  }
}

@media (max-width: 1000px) {
  .madiphoto {
    display:none;
  }
}

@media (min-width: 1000px) {
  .madiphotophone {
    display:none;
  }
}

@media (min-width:900px) {
  .gunphotophone {
    display: none;
  }
}

@media (max-height: 700px) {
  .madiphotophone {
    bottom: clamp(5%, 5%, 15%);
  }
}

.tourphoto {
  width: 50%;
  height: auto;
  display: block;
  margin-right:auto;
  margin-left:auto;
}