/*
 * Rose quartz & Serenity ~.~
 */

.app.scene-evening {
  --color-moon: #fbfadc;
  --color-moon-crater: #f3eac7;
}

.sky-background-evening {
  background: linear-gradient(to bottom, #f7cac9, #91a8d0 80%);
}

.scene-evening .sky-background-evening {
  opacity: 1;
}

.scene-evening .star {
  opacity: 0 !important;
}

.sea-background-evening {
  box-shadow: 0px -5px 3px 2px #7894c5;
  background: linear-gradient(to bottom, #7894c5, #5377b5);
}

.scene-evening .sea-background-evening {
  opacity: 1;
}

.sea-reflect-evening {
  box-shadow: var(--size-sea-reflect-offset) 3px 12px 10px #f3fbdc,
    var(--size-sea-reflect-offset) 5px 20px 18px #e9d4ba;
}

.scene-evening .sea-reflect-evening {
  opacity: 1;
}

.scene-evening .sea-wave {
  opacity: 1;
}
