.color-yellow{ 
  color: #f4d000;
}

.color-blue{ 
  color: #003d4a;
}

body{
  background: black;
  color: white;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: 'Crimson Text';
  font-size: xxx-large;
  text-align: center;
  margin-bottom: 1rem;
}

p {
  font-family: 'Roboto';
  font-size: larger;
  text-align: center;
}

@media (max-width: 577px) {
  p {
    font-family: 'Roboto';
    text-align: justify;
    font-size: medium;
    text-align: justify;
    font-weight: 300;
  }
  h2 {
    font-size: 1.75rem;
  }
}

/* BACKGROUND */

@media (min-width: 577px) {
  .welcome-overlay{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 95%), url(../images/DEFENDER_cover.png);
    /* background-position: center center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media (min-width: 577px) {
  .mobile_only {
    display: none;
  }
  .mobile_welcome_header {
    display: none;
  }
}

@media (max-width: 576px) {
  .desktop_only {
    display: none;
  }
  .header_logo{
    display: none !important;
  }
  .mobile_welcome_header {
    height: 25vh;
  }
}


@media (max-width: 576px) {
  .welcome-overlay{
    /* border-top: 0.1vh solid black; */
      background-image: linear-gradient(to bottom,
                                      rgba(0, 0, 0, 1) 1%, 
                                      rgba(0, 0, 0, 0) 10%, 
                                      rgba(0, 0, 0, 0) 70%, 
                                      rgba(0, 0, 0, 1) 90%), 
                                      url(../images/DEFENDER_cover.png);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      min-height: 90vh;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
}

/* BACKGROUND */

/* MOBILE NAVIGATION */

.mobile-navigation_toggle {
  position:fixed;
  bottom: 1%;
  font-size: 3rem !important;
  cursor:pointer;
  transition: all 0.2s ease-out;
  color: #ece7df !important;
  z-index: 1;
  line-height: 1.7;
  opacity: 0.9;
  }
  /* Medium devices (tablets, 768px and up) */
  @media (max-width: 767px) {
  .mobile-navigation_toggle {
  position: absolute !important;
  }
  }
  
  .mobile-navigation .closebtn {
    position: absolute;
    bottom: 1.8rem;
    font-size: 6rem !important;
    transition: all 0.2s ease-out;
    letter-spacing: 0.2rem !important;;
    font-weight: 400 !important;
    z-index: 2;
    font-family: 'Gothic A1', sans-serif !important;
  }
  
.mobile-navigation_toggle:hover, .mobile-navigation_toggle:focus, .mobile-navigation a:hover, .mobile-navigation a:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

.mobile-navigation .closebtn:hover, .mobile-navigation .closebtn:focus {

} 

  .mobile-navigation a:hover{
    opacity: 1; 
    filter: alpha(opacity=100); 
    text-shadow: 0.1rem 0.1rem 1.6rem #f4d000; 
    transition: all 0.2s ease-out;
  }
  
  
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .mobile-navigation {
      transition: all 0s ease-out;
    }
    .mobile-navigation_toggle {
    top: 4rem;
    right: 4rem;
    }
    .mobile-navigation a {
      font-size: 4.8rem !important;
    }
  
    .mobile-navigation .closebtn {
      top: 3.8rem;
      right: 4rem;
    }
  }

  .mobile-navigation_toggle {
    text-shadow: -1px -1px 0.1rem #000, 
    1px -1px 0.1rem #000, 
    -1px 1px 0.1rem #000, 
    1px 1px 0.1rem #000;
}

.mobile-navigation {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0s;
  }

  .mobile-navigation a {
    text-decoration: none;
    color: #003d4a !important;
    /* display: block; */
    transition: all 0.2s ease-out;
    font-family:'Crimson Text' !important;  
    font-size: 2.7rem !important;  
    font-weight: 600 !important;  
    letter-spacing: 0.24rem !important;  
    line-height: 1.2 !important;  
    text-decoration: none !important;  
    text-transform: uppercase !important;  
    text-indent: inherit;  
    text-overflow: inherit;
    text-shadow: -1px -1px 1rem #fff, 
    1px -1px 1rem #fff, 
    -1px 1px 1rem #fff, 
    1px 1px 1rem #fff;
}

#navigation {
    background-image: url(../images/DEFENDER_back.webp);
    background-size: cover;
    background-position: center center;
}

  /* MOBILE NAVIGATION */

@media (max-width: 576px) {
  .welcome_header_logo_mobile {
    display: inline-block;
  }
  .welcome_header_logo {
    display: none;
  }
}
@media (min-width: 577px) {
  .welcome_header_logo_mobile {
    display: none;
  }
  .welcome_header_logo {
    display: inline-block;
  }
}

.header_logo {
display: inline-flex;
justify-content: center;
flex-direction: column;
}

.logo {
width: 500px;
padding-top: 20px;
}

@media (max-width: 576px) {
  .logo{
   width: 100%;
   padding-top: 0.5rem;
  }
}

.header_album_title {
  margin-top: auto;
}

.header_album_title h2 {
  text-shadow: 0.1rem 0.3rem #003d4a;
  font-weight: 800;
  font-size: 8rem;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .header_album_title h2 {
    font-size: 2rem;
    text-shadow: 0.1rem 0.1rem #003d4a;
    margin-top: 0;
  }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* combines: flex-direction--column flex-justify--center flex-align--center */
  }

  .icon {font-size: 2.5rem;}

  .release_date {
    margin-bottom: 1rem;
    font-size: 32px;
    color: white;
  }

  @media (max-width: 576px) {
    .release_date {
      text-align: center;
      font-size: 1.5rem;
    }
    .cta_buttons {
      margin-bottom: 16rem !important;
      margin-top: auto;
    }
  }


  .cta_buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    /* margin-top: auto; */
    margin-bottom: 2rem;
  }

  .button_icon, .button_icon--custom {
    display: inline-block;
    /* position: absolute;
    left: 0; */
    width: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .icon, .icon--lg .inline-icon {
    display: inline-block;
    text-align: center;
    width: 2rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    color: #003d4a;
    /* filter: drop-shadow(0 0 0.8rem yellow); */
  }

  .icon:hover {
    filter: drop-shadow(0 0 0.3rem black);
    color: white;
    transition: all 0.2s ease-in-out;
  }

  .w-100p{
    width: 100%;
  }


  a.button--custom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ece7df;
    /* background: #003d4a; */
    /* background: linear-gradient(160deg, rgb(39, 148, 190) 30%, rgb(11, 69, 122) 100%);  */
    background: linear-gradient(170deg, #003d4a 50%, rgb(39, 148, 190) 100%);
    /* border: 0.15rem solid #003d4a; */
    text-shadow: none;
    box-shadow: 0 0 0 #000000;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: xx-large;
    font-weight: 800;
    margin-bottom: 1rem;
  }
a.button--custom:hover {
  color: #ece7df; 
  background: rgb(24, 168, 187); 
  background: linear-gradient(160deg, rgb(39, 148, 190) 50%, rgb(11, 69, 122) 100%); 
  /* border: 0.15rem solid #003d4a;  */
  text-shadow: none; 
  opacity: 0.9; 
  filter: alpha(opacity=90); 
  box-shadow: 0 0 0 #000000;
  /* padding: 1.2rem 1.5rem 1.2rem 1.5rem; */
}

.button--custom-active {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ece7df;
  text-shadow: none;
  box-shadow: 0 0 0 #000000;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: xx-large;
  font-weight: 800;
  background: rgb(24, 168, 187, 0);
  /* transition: ease-in-out all .5s; */
  border: 0.15rem solid #f4d000 !important;
}

.button--custom-active:hover {
  background: linear-gradient(170deg, #f4d000 20%, orange 100%);
  text-shadow: 0 0 0.1rem BLACK;  
}

.button--custom-active:hover .button_icon{
  filter: drop-shadow(0 0 0.1rem BLACK)
}

.w--3200-3000 {
  max-width: 32rem;
  min-width: 30rem;
  min-height: 3rem;
}

@media (max-width: 576px) {
  a.button--custom {
    width: auto;
    font-size: large;
    height: 35px;
    padding: 0 1rem;
  }
  .w--3200-3000 {
    min-width: auto;
  }
  .button--custom-active {
    width: auto;
    font-size: 1.5rem;
    padding: 0.25rem 1rem;
    height: auto;
  }
}


/* NEW ALBUM BLOCK */
#new-album {
  margin-top: 3rem;
}

.album-container {
  max-width: 80%;
}

.album-title {
  text-shadow: 0.075rem 0.075rem #003d4a;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .album-title {
    font-size: 1.25rem;
  }
}

.flex-direction-column{
  flex-direction: column;
}

.mail-link {
  font-family: 'Gothic A1', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.01rem;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    text-indent: inherit;
    text-overflow: inherit;
    color: #ffffff;
}

.mail-link:hover{
  color: #ece7df;
}

/* NEW ALBUM BLOCK END*/

.video-container {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 576px) {
  .video-wrapper {
    display: flex;
    justify-content: center;
  }
  .video-wrapper iframe {
    max-width: 90%;
    height: auto;
  }
  .video-container img {
    max-width: 90%;
  }
}

/* ------------------------------------------------------------------- */
/* ------------------------ MERCHANDISE BLOCK ------------------------ */
/* ------------------------------------------------------------------- */

#merch {
  margin-top: 5rem;
  flex-direction: column;
  margin-bottom: 4rem;
}

.merch-text {
  max-width: 80%;
}

@media (max-width: 576px) {
  .merch_images {
    text-align: center;
  }
}

/* ------------------------------------------------------------------- */
/* ------------------------ TOUR DATES BLOCK ------------------------- */
/* ------------------------------------------------------------------- */

.bit-widget-container {
 width: 65%;
}

@media (max-width: 576px) {
  .bit-widget-container {
    width: auto;
  }
}

.bit-widget.bit-layout-desktop .bit-location {
  text-align: right !important;
}

/* ------------------------------------------------------------------- */
/* ------------------------ ABOUT BLOCK ------------------------------ */
/* ------------------------------------------------------------------- */

.about_header {
  /* justify-content: center; */
  align-items: center;
}

.photo-container {
  position: relative;
}

.photo-credit {
  position: absolute;
  bottom: 0;
  right: 25rem;
  font-size: x-small;
}

.about_text {
  max-width: 80%;
}

#shooting_picture {
  /* height: 80%; */
  max-width: 60%;
  border: 1px solid yellow
}

#shooting_picture_mobile {
  width: 90%;
  max-width: 90%;
  border: 1px solid yellow
}

/* CONTACT */

@media (max-width:766px) {
  #contact {
    position: relative;
    z-index: 10;
  }
  .contact_header {
    margin-top: 1rem;
  }
}

/* FOOTER */

.footer-background{
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 95%), url(../images/DEFENDER_cover.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width:766px) {
  .footer-background{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 60%), url(../images/DEFENDER_cover.png);
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: scroll;
      width: 100%;
      height: 80vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;

      margin-top: -15vh;
  }
}

#footer_inner {
  max-width: 70%;
}

.credit {
  font-family: sans-serif;
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 0.30em;
    line-height: 1.9;
    text-decoration: NONE;
    text-transform: uppercase;
    text-indent: inherit;
    text-overflow: inherit;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 1rem;
    max-width: 80%;
    text-align: right;
}

.site-credit-copy {
  font-family: sans-serif;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: white;
  font-weight: 100;
  font-size: small;
  margin-bottom: 0;
}

.site-credit{
  font-family: sans-serif;
  font-size: small;
  position: absolute;
  left: 1rem;
  bottom: 0.1rem;
  color: white;
  font-weight: 100;
  text-decoration: NONE;
  text-transform: uppercase;
}

.site-credit:hover{
  text-shadow: 0.1rem 0.1rem 1.6rem #f4d000; 
}

.footer-icon{
  display: inline-block;
  text-align: center;
  width: 2rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  color: white;
  filter: drop-shadow(0 0 0.2rem black);
}
.footer-icon:hover{
  color: #f4d000;
  filter: drop-shadow(0 0 1rem #f4d000);
}

#footer {
  position: relative;
}

@media (max-width: 576px) {
  .site-credit-copy, .site-credit {
    left: 0;
    font-size: 0.5rem;
  }
  .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
    font-size: 0.5rem;
    text-align: right;
  }
}

/* ------------------------------------------------------------------- */
/* ------- ERA BRIDGE — link + transition to Titans of Fire (2026) --- */
/* ------------------------------------------------------------------- */

.era-switch {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #ffb400;
  text-decoration: none;
  text-shadow: 0 0 1rem rgba(255, 90, 0, 0.8);
  transition: all 0.3s ease-out;
}

.era-switch:hover, .era-switch:focus {
  color: #ffd400;
  text-shadow: 0 0 2rem #ff5a00, 0 0 3rem #ffb400;
}

.mobile-navigation a.era-link {
  color: #ff5a00 !important;
  text-shadow: -1px -1px 1rem #ffb400,
    1px -1px 1rem #ffb400,
    -1px 1px 1rem #ffb400,
    1px 1px 1rem #ffb400;
}

/* Cross-document view transition: the old era ignites, the new one
   emerges from the flash. Falls back to a normal navigation in
   browsers without @view-transition support. */
@view-transition {
  navigation: auto;
}

@keyframes era-burn-out {
  to {
    opacity: 0;
    transform: scale(1.04);
    filter: brightness(2.5) saturate(2);
  }
}

@keyframes era-burn-in {
  from {
    opacity: 0;
    transform: scale(0.98);
    filter: brightness(2.5) saturate(2);
  }
}

::view-transition-old(root) {
  animation: era-burn-out 0.45s ease-in both;
}

::view-transition-new(root) {
  animation: era-burn-in 0.6s ease-out both;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}