@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;1,300&family=Katibeh&family=Tangerine:wght@700&family=Taviraj:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

a {
  cursor:pointer;
}

/* https://codepen.io/sosuke/pen/Pjoqqp */
:root{
  --accent: #253321;
  --accentAmpersand: var(--accent);
  --accentTable: var(--accent);
  --font: #000000;
  --navbar: var(--accent);
  --preLoading: rgb(255, 255, 255);
  --navbarBg: #ffffff;
  --wishBg: rgba(56, 82, 64, 0.3);
  --navbarSvg: invert(13%) sepia(51%) saturate(421%) hue-rotate(61deg) brightness(88%) contrast(85%);
  --protocolFilter: invert(13%) sepia(51%) saturate(421%) hue-rotate(61deg) brightness(88%) contrast(85%);
}

html{
    scroll-behavior: smooth;
    /* background-color: rgb(247, 241, 229) !important; */
}

body {
    font-family: 'Cormorant Infant', sans-serif !important;
    /* background-color: rgb(247, 241, 229) !important; */
    font-weight: 400;
    color: var(--font);
}
pre {
  font-family: 'Cormorant Infant', sans-serif !important;
  margin: 0;
  font-size: 100%;
}

#content{
  margin: 0px auto;
  text-align: center;
}

hr{
margin: 5vh auto;
font-weight: 400;
}

h1{
  color: var(--accent);
}

.accent-text{
  color: var(--accent);
}

#name-header p{
  font-size: 150%;
}
.accent-font{
font-family: 'Cormorant Infant', sans-serif;
}
.main-header{
  font-family: 'Cormorant Infant', sans-serif;
  font-size: 350%;
}
@media (max-width: 450px) {
  .main-header{
    font-size: 2.8rem;
  }
  #name-header p{
    font-size: 100%;
  }
}

.text-special{
  font-family: "Parisienne", Sans-serif;
}

@media (max-width: 331px) {
  .adjusted-text{
    font-size: 100%;
  }
}

.bg{
  position: fixed;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  /* min-height: 110vh; */
  height: 100%;
  min-width: 100%;
  margin: auto; 
  object-fit: cover;
  overflow: hidden;
}
.top-bg{
  position: fixed;
  /* left: -1000%; */
  /* right: -1000%; */
  top: 0px;
  /* min-height: 110vh; */
  width: 30%;
  margin: auto; 
  object-fit: cover;
  overflow: hidden;
}
.foot-bg{
  position: fixed;
  /* left: -1000%; */
  /* right: -1000%; */
  bottom: 0px;
  /* min-height: 110vh; */
  width: 50%;
  margin: auto; 
  object-fit: cover;
  overflow: hidden;
}
.top-bg-left{
  left: 0px;
}
.top-bg-right{
  right: 0px;
}
.foot-bg-left{
  left: 0px;
}
.foot-bg-right{
  right: 0px;
}
.top-bg{
  opacity: 0.8;
}
.foot-bg{
  opacity: 0.8;
}
.foot-bg-with-nav{
  bottom: 59px;
}
@media (max-width: 1024px){
  .top-bg{
    max-width: 80%;
    opacity: 0.6;
    width: 80%
  }
  .foot-bg{
    max-width: 150%;
    opacity: 0.4;
    width: 150%
  }
}

.live-flower{
  text-align: center;
}

.white-overlay{
  /* background-color: rgba(255, 255, 255, 0.4); */
  z-index: 1;
}
/* ModalSection */
.modal{
  text-align: center;
  display: block !important;
  padding:0px!important;
}
.modal-content{
  background-color: transparent !important;
  border: none !important;
  width: 75%;
  margin: auto;
}
.modal-bg-img{
  position: fixed;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  min-height: 80vh;
  max-height: 100vh;
  margin: auto; 
  object-fit: cover;
  overflow: visible;
}
@media (max-width: 767px){
  .modal-bg-img{
    min-height: 10vh;
    min-width: 95vw !important;
    max-width: 100vw !important;
  }
}
.modal-body{
  padding-left: 4vh;
  padding-right: 4vh;
}
@media (max-height: 715px) {
  .modal-body{
    padding-left: 7vh;
    padding-right: 7vh;
  }
}
@media (max-width: 600px) {
  .modal-body h2{
    font-size: 150%;
  }
  .modal-body h3{
    font-size: 125%;
  }
}
@media (max-height: 530px) {
  .modal-body{
    padding-left: 12vh;
    padding-right: 12vh;
  }
}
@media (max-width: 420px) {
  .modal-content{
    width: 80%;
  }
}
@media (max-width: 300px) {
  .modal-content{
    width: 90%;
  }
  .modal-body{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.button-open{
  border: 1px solid black !important;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 1.2rem;
  color: black;
  font-weight: 900;
  background-color: transparent !important;
}
.button-open:hover{
  color: #333;
  font-weight: 600;
  background-color: transparent;
}

.navbar {
  background-color: var(--navbarBg);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 5;
}
/* Style the links inside the navigation bar */
.navbar a img{
  filter: var(--navbarSvg);
}
.navbar a {
  float: left;
  display: block;
  color: var(--navbar);
  text-align: center;
  padding: 0.2rem;
  text-decoration: none;
  font-size: 0.8rem;
  width: 20%;
}
/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}
.navbar p{
  margin: 0px;
}
/* #home{
  width: 70vw;
  margin: auto;
  -moz-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  -webkit-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  box-shadow: 0px 0px 5px rgba(0,0,0,.8);
  border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
@media (max-width: 767px) {
  #home{
    width: 100%;
    margin: auto;
  }
} */
#home{
  width: 60vw;
  margin: auto;
  -moz-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  -webkit-box-shadow: 2px 8px 5px rgba(0,0,0,.8);
  box-shadow: 0px 0px 5px rgba(0,0,0,.8);
  border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
@media (max-width: 767px) {
  #home{
    width: 100%;
    margin: auto;
  }
}
#footer{
  padding-bottom: 70px;
  width: 100%;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.05, 1.05);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.05, 1.05);
  }
}
/* Carousel */


.carousel-item img{
  width: auto;
  height: 35vw;
  margin: auto; 
  object-fit: cover;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
} 
.carousel-inner{
  border-radius:8px; 
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
@media (max-width: 767px) {
  .carousel-item img{
    height: 60vw;
  } 
  .small-hide{
    display: none;
  }
  #home{
    /* padding-top: 15px; */
    width: 92vw;
    margin: auto;
  }
}

.black-carousel{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: rgba(0,0,0,0);
  width: 100%;

}
@media (max-width: 767px) {
  /* .carousel-item img{
    height: 60vw;
  } */
  .small-hide{
    display: none;
  }
}
/* Banner */
.wedding-banner{
  /* Center */
  position: absolute;
  z-index: 1000;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  text-align: center;
  color: white !important;
  font-family: 'Taviraj', Sans-serif;

  /* Mid-Bottom */
  /* position: absolute;
  z-index: 1000;
  top: 60%;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Alice", Sans-serif; */
}
#invitedName{
  word-break: break-word;
}
.wedding-banner h1{
    /* font-family: "Parisienne", Sans-serif; */
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: .6rem;
    color: white !important;
    margin: 0px;
}
@media (max-width: 970px) {
.wedding-banner h1{
    font-size: 3rem;
    letter-spacing: .4rem;
}
}
@media (max-width: 820px) {
  .wedding-banner h1{
      font-size: 2rem;
      letter-spacing: .2rem;
  }
  h1{
    font-size: 3rem;
  }
}

@media (max-width: 560px) {
  .wedding-banner{
    display: none;
  }
  h1{
    font-size: 1.7rem;
  }
}
@media (max-width: 374px) {
  .wedding-banner h1{
      font-size: 1.7rem;
      letter-spacing: .1rem;
  }
  .wedding-banner h4{
      font-size: 1.1rem;
  }
  .wedding-banner h5{
      font-size: .9rem;
  }
}
@media (max-width: 280px) {
  .wedding-banner h1{
      font-size: 1.5rem;
      letter-spacing: .1rem;
  }
}

.wedding-banner h5{
  font-style: italic;
  /* text-decoration: underline; */
}
#weddingday{
  font-size: 5rem;
  font-family: 'Taviraj', Sans-serif;
}
@media (max-width: 561px) {
  #weddingday{
    font-size: 3rem;
  }
}
@media (max-width: 392px) {
  #weddingday{
    font-size: 4.8rem;
  }
}
.wedding-divider, .wedding-divider-up{
  margin: 30px auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quotes, #couple, #event, #moment, #wish{
  margin: 5vh auto;
}

.quotingz{
  font-family: 'Cormorant Infant', sans-serif;
  /* font-size: 1.4rem; */
  font-style: italic;
  /* color: #a88b7c; */
}

.quoting2{
  font-family: 'Cormorant Infant', sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  /* color: #a88b7c; */
}


/* CoupleSection */
#bride-image, #groom-image{
  width:21vw;
  height:28vw;
  object-fit:cover;
  object-position: top;
  border-radius:80%; 
  -moz-border-radius:80%;
  -webkit-border-radius:80%;
  -moz-box-shadow: 2px 8px 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 2px 8px 5px rgba(0,0,0,.5);
  box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.protocol img{
  width:8vw;
  height:8vw;
  object-fit:cover;
  filter: var(--protocolFilter);
}
@media (max-width: 767px) {
  #groom-image, #bride-image{
    width:55vw;
    height:70vw;
  }
  .protocol img{
    width:20vw;
    height:20vw;
  }
  .protocol p{
    font-size: small;
  }
}
#ampersand h1{
  font-size: 3rem;
  line-height: 4rem;
  color: var(--accentAmpersand);
  margin: 2rem 0px;
}

/* EventItem */
.event-item{
  text-align: left;
  border: 1px solid var(--accent);
  border-radius:1rem; 
  -moz-border-radius:1rem;
  -webkit-border-radius:1rem;
  padding: 2vh 2vw;
  margin: 2vh 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.event-item h4{
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.mini{
  font-size: 2rem;
}
table{
  margin: 1vh auto;
}
.btn-ig, .btn-zoom, .btn-accent{
  margin: 5px;
  color: white;
}
.btn-ig{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btn-zoom{
  background-color: #0E71EB; 
  border: 1px solid var(--font);;
}
.btn-accent{
  background-color: var(--accent); 
}
.btn-ig:hover, .btn-zoom:hover, .btn-accent:hover{
  color: white;
  text-decoration: underline;
}
.tangerine{
  font-family: "Tangerine", Sans-serif;
}

#groom-trial{
    font-family: 'Cormorant Infant', sans-serif;
    font-size: 3rem;
    margin-bottom: 0;
}
/* #bride-name, #groom-name{
    font-family: 'Cormorant Infant', sans-serif;
    font-size: 3rem;
}
@media (max-width: 1129px){
  #bride-name, #groom-name{
    font-size: 2.2rem;
  }
}
@media (max-width: 1079px){
  #bride-name, #groom-name{
    font-size: 2.3rem;
  }
}
@media (max-width: 374px){
  #bride-name, #groom-name{
    font-size: 2.3rem;
  }
}
@media (max-width: 357px){
  #bride-name, #groom-name{
    font-size: 2.1rem;
  }
} */
/* RSVPSection */
#RSVP-table{
  font-size: 5rem;
  font-family: 'Taviraj', Sans-serif;
}
.form-control{
  margin: 0px auto !important;
}

/* MomentSection */
.story-left h5, .story-right h5{

}
.story-left{
  text-align: left; 
}
.story-right{
  text-align: right; 
}
.grid {
  display: grid;
  grid-template-rows: 
    repeat(9, 25vw);
  grid-template-columns: 
    repeat(3, 1fr);
  grid-gap: 5px;
  background-size: auto; 
}
@media (max-width: 600px){
  .grid{
    grid-template-rows: 
      repeat(9, 28vw);
    grid-template-columns: 
      repeat(3, 1fr);
  }
}

.item:nth-child(5) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.item:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.item:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.item:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.item:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.item:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3/5;
}
.item:nth-child(6) {
  grid-column: 3/4;
  grid-row: 3/4;
}
.item:nth-child(7) {
  grid-column: 3/4;
  grid-row: 4/6;
}
.item:nth-child(10) {
  grid-column: 1/2;
  grid-row: 6/8;
}
.item:nth-child(12) {
  grid-column: 2/4;
  grid-row: 7/8;
}
.item:nth-child(15) {
  grid-column: 1/4;
  grid-row: 8/10;
}

.grid {
  margin:20px auto;
  max-width:1000px;
}
.item{
font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item.lefter{
  background-position: left;
}
.item.slightleft{
  background-position: 25% 50%;
}
.item.righter{
  background-position: right;
}
.item.slightright{
  background-position: 75% 50%;
}
.item.topper{
  background-position: top;
}
.item.slighttop{
  background-position: 50% 25%;
}
.item.bottomer{
  background-position: bottom;
}
.item.slightbottom{
  background-position: 50% 75%;
}
/* WishSection */
.qr{
  margin: 10px auto;
}
.qr img{
  width: 100%;
}

#thank-for-wish, #thank-for-rsvp{
  display: none;
}

.small-hr{
  margin: 10px auto;
  width: 120px;
  display: block; 
  height: 1px;
  border: 0;
  border-top: 2px solid var(--accent);
}
.test-flex{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.test-flex > div {
  margin: 3% 0px;
  align-items: stretch;
}
.event-item{
  height: 100%;
}

/* .my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.table-wrapper-scroll-y {
  display: block;
  overflow-y: scroll;
}
.table-wrapper-scroll-y thead th { 
  position: sticky; 
  top: -5px; 
}
#Wish-collection th{
  font-weight: 1000 !important;
  font-size: larger;
  background-color: var(--accentTable);
  text-align: center;
  color: white;
} */

#hashtag{
  font-family: 'Katibeh', sans-serif;
  font-size: 3.7rem;
  font-weight: 200;
}
@media (max-width: 970px) {
#hashtag{
  font-size: 4.3rem;
}
}
@media (max-width: 820px) {
#hashtag{
  font-size: 3.3rem;
}
}
@media (max-width: 560px) {
#hashtag{
  font-size: 2.3rem;
}
}
@media (max-width: 330px) {
#hashtag{
  font-size: 1.8rem;
}
}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
  border: none;
}

.video-container::after {
  /* 9:16 = 56.25%
  4:3 = 75% */
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.modal-for-moment {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 900000; /* Sit on top */
  /* padding-top: 15vh; Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-for-moment {
  margin: auto;
  display: block;
  max-height: 70vh;
  max-width: 80%;
  object-fit: contain;
}
/* Add Animation */
.modal-content-for-moment {  
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-name: fadein;
  animation-duration: 0.6s;
}

/* The Close Button */
.close-for-moment {
  position: absolute;
  top: 15px;
  right: 30px;
  color: #f1f1f1;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s;
}

.close-for-moment:hover,
.close-for-moment:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.black{
  color: #000000;
}
.blue{
  color: var(--font)
}
.pink{
  color: var(--accent);
}

/* 100% Image Width on Smaller Screens */
/* @media only screen and (max-width: 700px){
  .modal-content-for-moment {
    width: 100%;
  }
} */

.btn-circle {
  border-radius: 50%;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 25vh;
  height: 40px;
  width: 40px;
  background-color: #f1f1f1;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.btn-circle img{
  filter: var(--navbarSvg);
}
.btn-circle:hover {
  background-color: var(--accent);
}
.btn-circle:hover img {
  filter: invert(100%)
}
@media (min-width: 720px){
  .btn-circle {
    top: 25vh;
    height: 45px;
    width: 45px;
  }
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--accent);
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--accent) !important;
} 

.my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
  overflow-y: scroll;
}
.table-wrapper-scroll-y {
  display: block;
  overflow-y: scroll;
}
.table-wrapper-scroll-y thead th { 
  position: sticky; top: 0; 
}
#Wish-collection th{
  font-weight: 1000 !important;
  font-size: larger;
  background-color: var(--accent);
  text-align: center;
  color: white;
}

.no-webp .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.jpeg");}
.no-webp .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.jpeg");}
.no-webp .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.jpeg");}
.no-webp .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.jpeg");}
.no-webp .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.jpeg");}
.no-webp .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.jpeg");}
.no-webp .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.jpeg");}
.no-webp .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.jpeg");}
.no-webp .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.jpeg");}
.no-webp .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.jpeg");}
.no-webp .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.jpeg");}
.no-webp .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.jpeg");}
.no-webp .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.jpeg");}
.no-webp .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.jpeg");}
.no-webp .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.jpeg");}
.no-webp .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.jpeg");}
.no-webp .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.jpeg");}
.no-webp .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.jpeg");}

.webp .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.webp");}
.webp .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.webp");}
.webp .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.webp");}
.webp .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.webp");}
.webp .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.webp");}
.webp .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.webp");}
.webp .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.webp");}
.webp .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.webp");}
.webp .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.webp");}
.webp .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.webp");}
.webp .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.webp");}
.webp .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.webp");}
.webp .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.webp");}
.webp .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.webp");}
.webp .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.webp");}
.webp .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.webp");}
.webp .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.webp");}
.webp .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.webp");}

.no-js .elementWithBackgroundGallery1 {background-image: url("gallery/gallery1.jpeg");}
.no-js .elementWithBackgroundGallery2 {background-image: url("gallery/gallery2.jpeg");}
.no-js .elementWithBackgroundGallery3 {background-image: url("gallery/gallery3.jpeg");}
.no-js .elementWithBackgroundGallery4 {background-image: url("gallery/gallery4.jpeg");}
.no-js .elementWithBackgroundGallery5 {background-image: url("gallery/gallery5.jpeg");}
.no-js .elementWithBackgroundGallery6 {background-image: url("gallery/gallery6.jpeg");}
.no-js .elementWithBackgroundGallery7 {background-image: url("gallery/gallery7.jpeg");}
.no-js .elementWithBackgroundGallery8 {background-image: url("gallery/gallery8.jpeg");}
.no-js .elementWithBackgroundGallery9 {background-image: url("gallery/gallery9.jpeg");}
.no-js .elementWithBackgroundGallery10 {background-image: url("gallery/gallery10.jpeg");}
.no-js .elementWithBackgroundGallery11 {background-image: url("gallery/gallery11.jpeg");}
.no-js .elementWithBackgroundGallery12 {background-image: url("gallery/gallery12.jpeg");}
.no-js .elementWithBackgroundGallery13 {background-image: url("gallery/gallery13.jpeg");}
.no-js .elementWithBackgroundGallery14 {background-image: url("gallery/gallery14.jpeg");}
.no-js .elementWithBackgroundGallery15 {background-image: url("gallery/gallery15.jpeg");}
.no-js .elementWithBackgroundGallery16 {background-image: url("gallery/gallery16.jpeg");}
.no-js .elementWithBackgroundGallery17 {background-image: url("gallery/gallery17.jpeg");}
.no-js .elementWithBackgroundGallery18 {background-image: url("gallery/gallery18.jpeg");}

.judulSub {
  /*color: #4B4746;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-align: left;
  position: relative;
}

.howto {
  text-align: left;
  font-size: 12px;
  padding: 0 20px 0 20px;
  margin: 0px;
}

.howtoSub {
  padding: 0 0 0 20px;
}


.minyminy{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-control {
  /* background-color: #d1c8bf !important; */
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: var(--preLoading);
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.svg-white {
  filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(84deg) brightness(106%) contrast(105%);
}

.mini-hr{
  width: 30%;
  border: 1px solid var(--accent);
}

hr{
  /* border: 0.1px solid var(--accent); */
}

.my-custom-scrollbar {
  position: relative;
  height: 350px;
  overflow: auto;
  overflow-y: scroll;
  background-color: var(--wishBg);
  padding: 25px 20px 5px 20px; 
  border-radius: .5rem;
  -moz-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
}

.wish-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.wish-avatar-button{
  width: 20%;
  height: auto;
  border-radius: 50%;
  padding: 0;
}
.wish-avatar-pick {
  width: 92%;
  height: auto;
  border-radius: 50%;
  padding: 3px 3px 3px 3px;
}
.wish-avatar-pick.active {
  width: 100%;
  border: 3px solid var(--accent);
}

.wish-item {
  display: flex;                            
  margin-bottom: 5px;
}

.wish-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .4rem;
  text-align: left;
  padding: 5px 10px;        
  -moz-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  -webkit-box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
  box-shadow: 0px 0px 3px rgba(98, 98, 98, 0.5);
}

.wish-name {
  font-size: 80%;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bolder;
  color: var(--accent);
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

  .timeline:before {
      top: 25px;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 3px;
      background-color: black;
      left: 50%;
      right: 50%;
      /* margin-left: -1.5px; */
  }

  .timeline > li {
      margin-bottom: 20px;
      position: relative;
  }

      .timeline > li:before,
      .timeline > li:after {
          content: " ";
          display: table;
      }

      .timeline > li:after {
          clear: both;
      }

      .timeline > li:before,
      .timeline > li:after {
          content: " ";
          display: table;
      }

      .timeline > li:after {
          clear: both;
      }

      .timeline > li > .timeline-panel {
        background-color: #ffffff;
        width: 55%;
        margin: 0px auto;
        /* float: left; */
        border: 1px solid #d4d4d4;
        border-radius: .5rem;
        -webkit-border-radius: .5rem; 
        -moz-border-radius: .5rem;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      }

      .eak{
         background-image: url("/assetAlexShiera3/gallery/fullpic.jpg");
         background-size: cover;
         background-position: center;
         padding: 0px !important;
      }
      .eak-flip{
         background-image: url("/assetAlexShiera3/gallery/fullpicflip.jpg");
         background-size: cover;
         background-position:top;
         padding: 0px !important;
      }
      .uhuy{
        background-color: rgba(255,255,255, 0.8);
        padding: 20px !important;
      }
          /* .timeline > li > .timeline-panel:before {
              position: absolute;
              top: 26px;
              right: -15px;
              display: inline-block;
              border-top: 15px solid transparent;
              border-left: 15px solid #ccc;
              border-right: 15px solid #ccc;
              border-right: 0 solid #ccc;
              border-bottom: 15px solid transparent;
              content: " ";
          } */

          /* .timeline > li > .timeline-panel:after {
              position: absolute;
              top: 27px;
              right: -14px;
              display: inline-block;
              border-top: 14px solid transparent;
              border-left: 14px solid #fff;
              border-right: 14px solid #fff;
              border-right: 0 solid #fff; 
              border-bottom: 14px solid transparent;
              content: " ";
          } */

      .timeline > li > .timeline-badge {
          color: #fff;
          width: 60px;
          height: 60px;
          margin: 3vh auto 1vh auto;
          line-height: 60px;
          font-size: 1.4em;
          text-align: center;
          /* position: absolute; */
          /* top: 16px; */
          /* left: 50%; */
          /* margin-left: -30px;  */
          background-color: var(--accent);
          z-index: 100;
          border-top-right-radius: 50%;
          border-top-left-radius: 50%;
          border-bottom-right-radius: 50%;
          border-bottom-left-radius: 50%;
      }

      .timeline > li > .timeline-badge-special {
          color: #fff;
          width: 80px;
          height: 80px;
          margin: 5vh auto;
          line-height: 80px;
          font-size: 1.4em;
          text-align: center;
          /* position: absolute; */
          /* top: 16px; */
          /* left: 50%; */
          /* margin-left: -30px;  */
          background-color: var(--accent);
          z-index: 100;
          border-top-right-radius: 50%;
          border-top-left-radius: 50%;
          border-bottom-right-radius: 50%;
          border-bottom-left-radius: 50%;
          padding: 1px;
      }
      
      .timeline > li > .timeline-badge-special img {
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

      .timeline > li > .timeline-badge-box {
        color: #fff;
        width: 70px;
        height: auto;
        margin: 2vh auto;
        /* padding-bottom: 5px; */
        font-size: 1.5em;
        text-align: center;
        top: 0px;
        vertical-align: middle;
        background-color: var(--accent);
        z-index: 100;
        border-radius: 5px;
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px; 
    }

      .first-badge {
          margin-top: 0vh !important;
      }

      /* .timeline > li.timeline-inverted > .timeline-panel {
          float: right;
      } */

          .timeline > li.timeline-inverted > .timeline-panel:before {
              border-left-width: 0;
              border-right-width: 15px;
              /* left: -15px; */
              /* right: auto; */
          }

          .timeline > li.timeline-inverted > .timeline-panel:after {
              border-left-width: 0;
              border-right-width: 14px;
              /* left: -14px; */
              /* right: auto; */
          }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-size: 0.8rem;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

  .timeline-body > p + p {
      margin-top: 5px;
  }

@media (max-width: 767px) {
  /* ul.timeline:before { */
      /* left: 40px; */
  /* } */
  .timeline > li > .timeline-panel {
    width: 85%;
  }

  ul.timeline > li > .timeline-badge {
      /* left: 15px; */
      /* margin-left: 0; */
      top: 16px;
  }  
  ul.timeline > li > .timeline-badge-year {
    /* left: 15px; */
    /* margin-left: 0; */
    top: 16px;
  }
  ul.timeline > li > .timeline-badge-special {
    /* left: 15px; */
    /* margin-left: 0; */
    top: 16px;
  }

  /* ul.timeline > li > .timeline-panel {
      float: right;
  } */

      ul.timeline > li > .timeline-panel:before {
          border-left-width: 0;
          border-right-width: 15px;
          /* left: -15px; */
          /* right: auto; */
      }

      ul.timeline > li > .timeline-panel:after {
          border-left-width: 0;
          border-right-width: 14px;
          /* left: -14px; */
          /* right: auto; */
      }
}

/* #name-header, #home, #couple, #event, #RSVP, #story {
  display: none !important;
} */

.account{
  background-color: var(--wishBg);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: .25rem; 
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  /* color: var(--blue); */
}

.shadow-maps{
  -moz-box-shadow: 2px 8px 5px rgba(56, 82, 64, 0.8);
  -webkit-box-shadow: 2px 8px 5px rgba(56, 82, 64, 0.8);
  box-shadow: 0px 0px 5px rgba(56, 82, 64, 0.8);
  border-radius: .5rem; 
  -moz-border-radius: .5rem;
  -webkit-border-radius: .5rem;
}