@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&family=UnifrakturMaguntia&display=swap');
/* Responsive styles for mobile */
@media (max-width: 600px) {
  body {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif !important;
  }
  .overlay {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 38%;
    min-width: unset;
    min-height: unset;
    padding: 0;
  }
  #countdown {
    font-size: 10vw !important;
    margin-top: 10px;
    text-align: center;
    font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif !important;
    word-break: break-all;
    max-width: 95vw;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .insta-link {
    left: 0.5vw !important;
    bottom: 0.5vw !important;
    right: auto !important;
    top: auto !important;
    position: fixed !important;
    transform: none !important;
    padding: 0 !important;
    z-index: 1000 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    font-size: 8vw !important;
  }
  .insta-text {
    font-size: 8vw !important;
    text-align: left !important;
    font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif !important;
  }
  .random-img {
    max-width: 28vw;
    max-height: 28vw;
    width: auto;
    height: auto;
    min-width: 12vw;
    min-height: 12vw;
    border-radius: 0;
    box-shadow: none;
  }
  #flash-overlay {
    width: 100vw;
    height: 100vh;
  }
  .location-text {
    font-size: 3vw;
    top: 10px;
    font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif !important;
  }
}
/* Responsive styles for mobile */
/* Top center location text */
.location-text {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.7rem;
  font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  user-select: none;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
  z-index: 150;
}
/* Fullscreen flash overlay */
#flash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.07s;
}
/* Instagram link styles */
.insta-link {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 200;
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  transform: scale(1.5);
  transform-origin: left bottom;
}
.insta-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.insta-text {
  font-size: 2.7rem;
  font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  user-select: none;
  margin-left: 0;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
}
#random-images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 50;
}

.random-img {
  position: absolute;
  max-width: 320px;
  max-height: 320px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  z-index: 51;
  transition: opacity 0.5s;
}
/* Ensure timer is always in front */
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}

body {
  font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif;
  background: #000 url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fff;
}

body {
  font-family: 'UnifrakturCook', 'UnifrakturMaguntia', 'Old English Text MT', 'Blackletter', 'Gothic', cursive, serif;
  background: #000 url('background.jpg') no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fff;
}

#countdown {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: #000;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff;
}





