@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\000031}}
html {
  height: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\000035}}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
background: black; }

.archive-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 10px 16px;
  font-family: 'Press Start 2P', cursive;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.72);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.archive-bar .archive-cta {
  color: #ffe08a;
  text-decoration: none;
}

.archive-bar .archive-cta:hover {
  text-decoration: underline;
}

.top-actions {
  position: fixed;
  top: 52px;
  right: 12px;
  z-index: 100;
}

.action-btn {
  display: inline-block;
  padding: 10px 14px;
  font-family: 'Press Start 2P', cursive;
  font-size: 9px;
  line-height: 1.4;
  color: #2a1206;
  text-decoration: none;
  background: #ffe08a;
  border: 2px solid #111;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.45);
}

.action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.45);
}

@media (max-width: 640px) {
  .archive-bar {
    font-size: 8px;
    padding: 8px 12px;
  }

  .top-actions {
    top: auto;
    bottom: 72px;
    right: 12px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000312}}
#container {
  width: 100%;
  height: 100%;
  position: relative; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000318}}
.bg-splash, .title, .clock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000325}}
.bg-splash {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-image: url("/img/backgrounds/01-Early-Morning.jpg");
   }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000335}}
.title {
  z-index: 10;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  margin-top: 20%;
  display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000344}}
.title h1 {
  font-family: 'Press Start 2P', cursive;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000352}}
.clock {
  z-index: 10;
  width: 27.5%;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 20%;
  display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000362}}
.clock h3 {
  font-family: 'Press Start 2P', cursive;
  text-align: center;
  color: #fff;
  padding: 2em 0px;
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000370}}
.credits {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  max-width: min(420px, calc(100vw - 24px));
  padding-bottom: 18px;
  padding-right: 18px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.7;
}

.credits:hover {
  opacity: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\0000391}}
.music {
  position: fixed;
  width: 20%;
  min-width: 170px;
  height: 25px;
  bottom: 30px;
  left: 15px;
  z-index: 20;
  opacity: 0.8;
  transition: opacity 0.3s;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003103}}
.music:hover {
  opacity: 1.0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-0 {
  background-image: url("/img/backgrounds/01-Early-Morning.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-1 {
  background-image: url("/img/backgrounds/02-Mid-Morning.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-2 {
  background-image: url("/img/backgrounds/03-Late-Morning.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-3 {
  background-image: url("/img/backgrounds/04-Early-Afternoon.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-4 {
  background-image: url("/img/backgrounds/05-Mid-Afternoon.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-5 {
  background-image: url("/img/backgrounds/06-Late-Afternoon.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-6 {
  background-image: url("/img/backgrounds/07-Early-Evening.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-7 {
  background-image: url("/img/backgrounds/08-Mid-Evening.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
.bg-8 {
  background-image: url("/img/backgrounds/09-Late-Evening.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
  .bg-9 {
    background-image: url("/img/backgrounds/10-Early-Night.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0; }

    @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
    .bg-10 {
      background-image: url("/img/backgrounds/11-Mid-Night.jpg");
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0;
      padding: 0; }

    @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003118}}
    .bg-11 {
      background-image: url("/img/backgrounds/12-Late-Night.jpg");
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0;
      padding: 0; }


@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003129}}
footer {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: right; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003137}}
  footer a {
    text-decoration: none;
    color: #fff; }
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/Users\/Alan\/Documents\/GitHub\/BitDay\/sass\/bitday\.scss}line{font-family:\00003141}}
  footer a:hover {
    text-decoration: underline; }
