@import url('https://fonts.googleapis.com/css2?family=Syne Mono&display=regular');
@import url('https://fonts.googleapis.com/css2?family=Rubik Dirt&display=regular');
@import url('https://fonts.googleapis.com/css2?family=Russo One&display=regular');
@import url('https://fonts.googleapis.com/css2?family=Chakra Petch&display=regular');
@import url('https://fonts.googleapis.com/css2?family=Special Elite&display=regular');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=regular');


/* Universal */
body {
  margin: 0;
  font-family: Syne Mono, Courier New, system-ui;
  background-color: #000000;
  /* cursor: url('../images/romulan-warbird.png'), auto; */
}

.indexBody {
  font-size: 1.2rem;
  text-align: center;
}

.contactBody {
  font-size: 1.2rem;
  text-align: left;
}

footer {
  background-color: black;
  text-align: center;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  clear: both;
  margin-top: 100vh;
}

.videoBox {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smallContainer {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

a.button {
  border: 0.16em solid #FFFFFF;
  color: white;
  padding: 0.5em 3em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: gold;
  color: black;
  border: .125rem solid #002A60;
}

.button1:hover {
  background-color: #002A60;
  color: white;
}

.flt-container {
  margin-right: auto;
  float: left;
  padding: 1.5rem;
}

.flt-child {
  display: block;
  margin-left: auto;
}

/* Homepage css */
.index {
  background-blend-mode: multiply;
  color: rgb(217, 240, 14);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
}

.index.parallax {
  background-image: url('../images/SID_2e20aa.jpg');
  min-height: 700px;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .index.parallax {
    background-image: url('../images/Main_tycho_remnant_full_2e20aa.jpg');
    background-size: 300%;
  }
}

/* sid css */
.sid {
  color: rgb(245, 241, 31);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
}

.sid.parallax {
  background-image: url('../images/SID_4bc8e7.jpg');
  min-height: 700px;
  background-position: center 0px;
  /* Adjust this value as needed */
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .sid {
    background-color: #000000;
    /* background-image: url('../images/SID.jpg'); */
    color: rgb(217, 240, 14);
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 10.5rem;
    padding-bottom: 37.5rem;
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-y;
  }
}

.sidContainer {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Dark css */
.dark {
  background-blend-mode: multiply;
  background-image: url('../images/dark_4bc8e7.jpg');
  color: rgb(245, 241, 31);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .dark {
    background-attachment: scroll; 
    padding-top: 10.5rem;
    padding-bottom: 37.5rem;
  }
}

.drifter {
  color: rgb(253, 217, 9);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .drifter {
    background-image: none; 
    background-attachment: scroll; 
    padding-top: 10.5rem;
    padding-bottom: 37.5rem;
  }
}
.drifter.parallax {
  background-image: url('../images/drifter.jpg');
  min-height: 700px;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Agar css */
.agar {
  color: rgb(217, 240, 14);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-image: url('../images/AGAR_FINAL.png');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
@media (max-width: 768px) {
  .agar {
    background-image: none; 
    background-attachment: scroll; 
    padding-top: 10.5rem;
    padding-bottom: 37.5rem;
  }
}

.glimmer {
  background-color: #4bc8e7;
  background-image: url('../images/glimmer2edit3.png');
  color: rgb(245, 241, 31);
  background-blend-mode: multiply;
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .glimmer {
    background-image: none;
    background-color: #000000;
    background-attachment: scroll; 
    padding-top: 10.5rem;
    padding-bottom: 37.5rem;
  }
}

/* Videos css */
.videos {
  background-image: url('../images/captain4.png');
  color: rgb(217, 240, 14);
  padding-top: 12.5rem;
  padding-bottom: 80rem;
  background-size: 100% auto; 
  background-attachment: fixed; 
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

/* Contact page css */
.contact {
  background-color: #2e20aa;
  background-image: url('../images/captain4.png');
  color: rgb(217, 240, 14);
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 12.5rem;
  padding-bottom: 80rem;
  background-size: cover;
}

#contactContainer {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.flex-container {
  display: flex;
  align-items: center;
}
.form-button {
  margin-right: 10px; 
}
.message-container {
  display: flex;
  align-items: center;
  font-size: medium;
}
.alert {
  margin: 0;
}

.alert.success {
  color: #00ff00;
}

.alert.error {
  color: #ff0000;
}

/* Trans Am css */
.trans {
  font-family: Monoton, Courier New, system-ui;
  background-color: #000000;
  color: rgb(245, 135, 31);
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: repeat-y;
}

/* Related css */
.related {
  background-color: #000000;
  color: rgb(217, 240, 14);
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 12.5rem;
  padding-bottom: 37.5rem;
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y; 
}

/*********** menu options ***********/
ul {
  list-style-type: none;
  margin: 0;
  top: 0;
  background-color: #000000;
  border-color: #FFFFFF;
}

li {
  float: left;
}

li a,
.dropbtn {
  display: inline-block;
  color: rgb(217, 240, 14);
  text-align: center;
  font-size: 1.1rem;
  padding: 1rem 1rem;
  background-color: #00000098;
  border-style: inset;
  border-radius: 1rem;
  border-color: rgba(217, 240, 14, 0.26);
  text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
  background-color: rgba(207, 12, 12, 0.295);
  box-shadow: 0rem .5rem 1rem 0rem rgba(252, 248, 8, 0.24);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 10rem;
  z-index: 1;
}

.dropdown-content a {
  color: rgb(30, 247, 84);
  padding: .75rem 1rem;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.658);
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #4b1df394;
  box-shadow: 0rem .5rem 1rem 0rem rgba(14, 230, 176, 0.555);
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Mobile Styles */
iframe.bandcamp-player {
  border: 0; 
  width: 400px; 
  height: 472px;
  overflow: auto; /* Allow scrolling within the iframe */
}

iframe.bandcamp-player-small {
  border: 0; 
  width: 350px; 
  height: 350px;
  overflow: auto;
}

@media (max-width: 768px) {
  iframe.bandcamp-player {
      width: 350px !important;
      height: 400px !important; 
      overflow: auto; /* Ensure scrolling is possible on smaller screens */
  }
}

.media-container {
  overflow: auto; /* Allow internal scrolling if necessary */
  /* other styles */
}

.aligned-image {
  display: block;
  width: 350px; /* Set the same width as the Bandcamp player */
  margin: 0 auto; /* Remove any default margin and center align */
}