.transparent-box {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  overflow: hidden;
}
h1, h2, h3 {
  text-align: center;
  color: #333;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.closebutton {
  min-width: 44px;
  box-sizing: border-box;
  background-color: #f44336;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.enlargebutton {
  min-width: 58px;
  box-sizing: border-box;
  background-color: #22a447;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  order: 2;
  margin-left: auto;
}
.window {
  position: absolute;
  min-width: 260px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
#future {
  box-sizing: border-box;
  width: 50vw;
  height: 50vh;
}
.desktopApp {
  width: fit-content;
  margin: 12px 0 0 16px;
  text-align: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}
#desktopApps,
#meditationsApp {
  box-sizing: border-box;
  width: 64px !important;
  margin-left: 16px;
  padding-left: 0 !important;
}
#meditationsApp {
  margin-top: 12px;
}
.desktopApp img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-color: #d9f5d0;
  border-radius: 5px;
  object-fit: cover;
}
.desktopApp p {
  margin: 4px 0 0;
}
.windowheader {
  position: relative;
  cursor: move;
  padding: 4px;
}
.windowheader .closebutton {
  position: static;
  order: 2;
  margin-left: 4px;
  z-index: 1;
}
.window > .closebutton {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.headertext {
  order: 1;
  min-width: 0;
  margin: 4px 4px 8px 4px;
}
.windowheader#futureheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  box-sizing: border-box;
  height: 100%;
}
#future.fullscreen {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding-top: 56px;
  min-width: 0;
  border-radius: 0;
  z-index: 10;
}
#meditations {
  box-sizing: border-box;
  width: 50vw;
  height: 50vh;
}
#meditations.fullscreen {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding-top: 56px;
  min-width: 0;
  border-radius: 0;
  z-index: 10;
}
.appContent {
  flex: 0 0 calc(100% - 8px);
  box-sizing: border-box;
  width: calc(100% - 8px);
  margin: 4px;
  padding: 4px;
  background-color: beige;
  border-radius: 8px;
  max-height: calc(100% - 48px);
  overflow: auto;
}
.meditationHeader {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.meditationHeader > .headertext {
  margin-right: 4px;
}
.meditationContent {
  display: flex;
  gap: 12px;
  box-sizing: border-box;
  width: calc(100% - 8px);
  height: calc(100% - 52px);
  margin: 4px;
  padding: 8px;
  background-color: #d9f5d0;
  border-radius: 8px;
  overflow: hidden;
}
.marcusImage {
  order: 2;
  flex: 0 0 65%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.quotePanel {
  order: 1;
  flex: 0 0 calc(35% - 12px);
  min-width: 150px;
  overflow: auto;
}
.meditationActions {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  gap: 4px;
  z-index: 2;
}
.meditationActions .enlargebutton,
.meditationActions .closebutton {
  margin: 0;
}
.quotePanel label,
.quotePanel input,
.quotePanel p {
  display: block;
  max-width: 100%;
}
.quotePanel input {
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
}
.quotePanel p {
  line-height: 1.4;
}
.quotePanel #quoteAuthor {
  font-weight: bold;
  text-align: right;
}
.quoteControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.quoteControls button {
  padding: 5px 8px;
  cursor: pointer;
}
#timeContainer.app-enlarged {
  position: fixed !important;
  top: 10px !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
}
#timeElement {
  color: black !important;
}
@media (max-width: 600px) {
  .meditationContent {
    flex-direction: column;
  }
  .marcusImage {
    order: 2;
    flex-basis: 55%;
  }
  .quotePanel {
    order: 1;
    flex-basis: 45%;
  }
}
.transparent-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('photo.jpg');
  background-size: cover;
  background-position: center;

  opacity: 0.65;
}
.markbe4facebook {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  overflow: hidden;
}


.markbe4facebook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('zion.jpg');
  background-size: cover;
  background-position: center;

  opacity: 0.65;
}
.d {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 40px;
  overflow: hidden;
}


.d::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('x.jpg');
  background-size: cover;
  background-position: center;

  opacity: 0.65;
}