@font-face {
  font-family: Comic;
  src: url('../fonts/COMIC.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comicbd;
  src: url('../fonts/COMICBD.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Papyrus;
  src: url('../fonts/papyrus.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "W 95 Fa";
  src: url('../fonts/W95FA.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-silver: silver;
  --accent-grey: gray;
  --blue: navy;
}

.body {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-image: linear-gradient(#00000054, #00000054), url('../images/Untitled-design-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  font-family: "W 95 Fa", Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.taskbar {
  background-color: var(--main-silver);
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  height: 36px;
  padding: 2px 4px;
  display: flex;
  position: relative;
  box-shadow: 0 -1px #ffffff8a;
}

.taskbar-left {
  box-sizing: border-box;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.taskbar-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.start-btn {
  cursor: pointer;
  flex: 0 auto;
  width: 83px;
  height: 31px;
  display: flex;
}

.start-btn-img {
  object-fit: cover;
  width: 100%;
}

.desktop {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/Untitled-design-6.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: start;
  height: 100%;
  padding: 20px;
  display: grid;
  position: relative;
}

.screen {
  aspect-ratio: 6 / 4;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  max-height: 1080px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clock {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100px;
  height: 100%;
  box-shadow: inset 2px 2px #00000078;
}

.window {
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-silver) black black var(--main-silver);
  background-color: var(--main-silver);
  flex-flow: column;
  width: 900px;
  padding: 1px;
  display: flex;
  position: absolute;
  inset: 3% 18% auto auto;
  box-shadow: inset -1px -1px #000000a1, inset 1px 1px #e4e4e4;
}

.window.dates {
  inset: 1% 1% auto auto;
}

.window.dates.hide, .window.venue.hide {
  display: none;
}

.window.faq {
  z-index: 5;
  width: 800px;
  height: 100%;
  max-height: 785px;
  top: 5%;
  right: 5%;
  overflow: hidden;
}

.window.faq.hide {
  display: none;
}

.window.story {
  top: 7%;
  right: 7%;
}

.window.story.hide, .window.hide {
  display: none;
}

.app {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.app:hover {
  outline-offset: 0px;
  outline: 1px dotted #ffffff82;
}

.app-name {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 5px;
  padding: 2px 3px 3px;
  font-size: 14px;
  line-height: 1em;
}

.titlebar {
  background-color: gray;
  height: 26px;
  margin: 4px;
  display: flex;
}

.top-bar-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.top-bar-right {
  justify-content: flex-end;
  align-items: center;
  padding-right: 2px;
  display: flex;
}

.window-btn {
  aspect-ratio: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-silver) black black var(--main-silver);
  background-color: var(--main-silver);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: flex;
  box-shadow: inset 1px 1px #e4e4e4;
}

.window-btn.center {
  justify-content: center;
  align-items: center;
}

.ikonik-rt5sr, .ikonik-ntbgg {
  color: #000;
}

.minimize {
  border-bottom: 3px solid #000;
  width: 11px;
  margin-bottom: 3px;
  margin-left: 1px;
  margin-right: 3px;
}

.maximize {
  border: 1px solid #000;
  border-top-width: 3px;
  width: 15px;
  height: 15px;
}

.top-bar-title {
  color: #f8f8f8;
  letter-spacing: -.5px;
  font-family: "W 95 Fa", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.content {
  background-image: url('../images/water-bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.content.max-height-700px {
  max-height: 700px;
}

.content.browser {
  border-style: solid;
  border-width: 1px;
  border-color: var(--accent-grey) #fff #fff var(--accent-grey);
  color: #fff;
  background-image: linear-gradient(#2389a51f, #2389a51f), url('../images/87f246aa1ffc6de80b654f10df005e7c.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 4px;
  display: flex;
}

.app-img {
  height: 60px;
}

.app-img.lrg {
  height: 70px;
}

.app-task {
  min-width: 50px;
  height: 31px;
  padding: 5px;
  display: flex;
}

.taskbar-app {
  background-color: var(--main-silver);
  border: 1px solid #000;
  border-color: #fff #000 #000 #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 220px;
  margin-left: 5px;
  padding: 5px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: inset -1px -1px #000000a1, inset 1px 1px #e4e4e4;
}

.taskbar-app-icon {
  height: 100%;
}

.taskbar-app-title {
  color: #000;
  white-space: nowrap;
  width: 100%;
  padding-left: 7px;
  padding-right: 5px;
  font-size: 15px;
  overflow: hidden;
}

.taskbar-app-wrap {
  box-sizing: border-box;
  flex: 0 auto;
  width: 100%;
  max-width: 960px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.start-menu {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main-silver);
  border: 1px solid #000;
  border-color: #fff #000 #000 #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  margin-left: 0;
  padding: 2px;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: inset -1px -1px #000000a1, inset 1px 1px #e4e4e4;
}

.menu-left {
  background-color: var(--accent-grey);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40px;
  padding: 0;
  display: flex;
  position: relative;
}

.menu-right {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.win-95-brand {
  object-fit: cover;
  width: 33px;
  padding-bottom: 4px;
  padding-left: 2px;
}

.close-btn {
  aspect-ratio: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-silver) black black var(--main-silver);
  background-color: var(--main-silver);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: flex;
  box-shadow: inset 1px 1px #e4e4e4;
}

.close-btn.center {
  justify-content: center;
  align-items: center;
}

.sm-program-btn-lrg {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 208px;
  padding: 7px 0 7px 10px;
  display: flex;
}

.sm-program-btn-lrg:hover {
  color: #fff;
  background-color: navy;
}

.image {
  width: 40px;
}

.text-block {
  padding-left: 15px;
  font-size: 19px;
}

.text-block.sd {
  padding-left: 10px;
}

.hori-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.log-off, .shut-down {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 6px;
}

.log-off {
  border-top: 2px solid var(--accent-grey);
  box-shadow: inset 0 1px #fff;
}

.log-off:hover, .shut-down:hover {
  background-color: var(--blue);
  color: #fff;
}

.dropdown-list {
  left: 3px;
}

.dropdown-list.w--open {
  bottom: -66px;
  left: 207px;
}

.dropdown-list-copy {
  left: 3px;
}

.dropdown-list-copy.w--open {
  bottom: -66px;
  left: 207px;
}

.dropdown-list-copy.menu {
  display: none;
}

.dropdown-list-copy.menu.w--open {
  display: block;
  position: absolute;
  bottom: -71px;
  left: 206px;
}

.minimize-btn {
  aspect-ratio: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-silver) black black var(--main-silver);
  background-color: var(--main-silver);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: flex;
  box-shadow: inset 1px 1px #e4e4e4;
}

.minimize-btn.center {
  justify-content: center;
  align-items: center;
}

.maximize-btn {
  aspect-ratio: 1;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-silver) black black var(--main-silver);
  background-color: var(--main-silver);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  display: flex;
  box-shadow: inset 1px 1px #e4e4e4;
}

.maximize-btn.center {
  justify-content: center;
  align-items: center;
}

.text-doc-body {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.img-panel {
  border: 2px solid #000;
}

.text-faq-btn {
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: scroll;
}

.faq-heading {
  letter-spacing: -.5px;
  padding-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 27px;
  font-weight: 700;
}

.faq-question {
  padding-bottom: 10px;
  font-size: 22px;
}

.faq-p {
  font-size: 18px;
}

.question-wrap {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.text-span {
  color: #09729c;
}

/* ---- FAQ: on-theme styling (wedding colors) ---- */
.window.faq .content {
  background-image: none;
  background: #f7efd8;
}

.window.faq .faq-heading {
  color: #681213;
  border-bottom: 2px solid #897435;
  margin-bottom: 26px;
  padding-bottom: 14px;
}

.window.faq .faq-question {
  color: #64223d;
}

.window.faq .question-wrap {
  border-bottom-color: #d8c6a0;
}

.window.faq .faq-p {
  color: #2b2b2b;
}

.window.faq .faq-p.highlight {
  border-left: 4px solid #897435;
  padding-left: 12px;
}

.window.faq .text-span {
  color: #681213;
}

.window.faq .right-text {
  color: #64223d;
}

/* dress-code wedding-color swatches */
.color-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.color-palette .swatch {
  width: 52px;
  height: 52px;
  display: block;
  border: 1px solid #00000055;
  box-shadow: inset -1px -1px #0003, inset 1px 1px #ffffff55, 1px 1px 3px #0000004d;
}

.div-block {
  background-color: var(--accent-grey);
  border: 1px solid #fff;
  border-top: 1px #000;
  border-left: 1px #000;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.btm-window-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.right-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Comic, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.paragraph {
  text-align: center;
  max-width: 500px;
  margin-top: 35px;
  font-size: 18px;
  line-height: 24px;
}

.content-w-bg {
  background-image: url('../images/microsoft-microsoft-windows-windows-95-windows-98-hd-wallpaper-preview.jpg');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: 100%;
  margin: 20px 60px 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.video {
  margin-top: 44px;
}

#w-node-_4aeb6b1b-1f55-89bf-d4df-132e628b2d45-9bb5d0d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Comic';
  src: url('../fonts/COMIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comicbd';
  src: url('../fonts/COMICBD.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Papyrus';
  src: url('../fonts/papyrus.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'W 95 Fa';
  src: url('../fonts/W95FA.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}