*{margin: 0;padding: 0;font-family: Arial, Helvetica, sans-serif;}
:root{
  --Accent1: #002366;
  --Accent2: #5c0091;
}
body{overflow-y: overlay;overflow-x: hidden;font-size: 1.5em;}
body::after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url(img/Prom.jpg) url(img/Arizona.jpg) url(img/BarK.jpg) url(img/Renfest.jpg) url(img/GrainsAndTap.jpg);
}

@font-face{
  font-family: MarchShine;
  src: url('March Shine.otf');
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.25); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5); 
}

h1, h2, h3, h4, h5, h6{
  font-family: MarchShine;
}

h1{
  font-size: 5em;
  text-align: center;
}

h2{
  font-size: 3em;
  text-align: center;
}

/* RSVP Button */
.rsvp{
  color: #fff !important;
  background: var(--Accent2);
  margin: 10px;
  height: 20px !important;
  line-height: 24px;
  border-radius: 7px;
  box-shadow: 2.5px 2.5px 5px 2.5px rgba(0,0,0,0.35);
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
}

.rsvp:hover,.rsvp:active{
  background: var(--Accent1);
  transition: all 0.75s;
  box-shadow: none;
}

/* Registry Button */
.registry{
  color: #fff !important;
  background: var(--Accent1);
  margin: 10px;
  height: 20px !important;
  line-height: 24px;
  border-radius: 7px;
  box-shadow: 2.5px 2.5px 5px 2.5px rgba(0,0,0,0.35);
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
}

.registry:hover,.registry:active{
  background: var(--Accent2);
  transition: all 0.75s;
  box-shadow: none;
}


/* ------------------------------ Nav ------------------------------ */
.img-res{
  width: 100%;
  height: auto;
}

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(5px);
  font-size: 1.25em;
  z-index: 10001;
}

.NavLogo{
  height: 40px;
  width: auto;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.75));
  margin-top: -20px;
}

.NavLogo:hover{
  filter: brightness(0) saturate(100%) invert(12%) sepia(26%) saturate(7335%) hue-rotate(212deg) brightness(91%) contrast(107%);
}

nav>div{
  height: 100%;
  display: flex;
  align-items: center;
}

nav>div>a{
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  height: 50px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

nav>div>a:hover{
  background: rgba(255,255,255,.5);
  color: var(--Accent1);
}

.leftMenu{
  float: left;
}

.leftMenu>a{
  font-family: MarchShine;
  font-size: 2em;
}

.rightMenu{
  float: right;
  transition: all 1s;
  line-height: 50px;
  padding-right: 10px;
}

#MenuExpander{
  float: right;
  display: none;
  height: 50px;
  width: 50px;
  font-size: 25px;
  background-color: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
}

#MenuExpander:hover{
  color: var(--Accent1);
}

#MenuExpander>span{
  transition: transform .5s;
}

/* ------------------------------ Carousel Overlay ------------------------------ */

.CarouselOverlay{
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100vw;
  display: grid;
  justify-content: center;
  align-content: center;
  pointer-events: none;
}

.OverlayCont{
  text-align: center;
  color: white;
  z-index: 500;
  margin-top: 35px;
}

.TitleGlass{
  display: block;
  position: relative;
  border-radius: 25px;
  backdrop-filter: blur(5px);
  background: rgba(255,255,255,.35);
  box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.15);
  width: 72%;
  height: 75%;
  z-index: 2;
  transform: translate(20%,-115%);
}

.title{
  z-index: 1000;
  position: relative;
}

/* ------------------------------ Content ------------------------------ */
.ContWrapper{
  background: #ddd;
  padding-bottom: 100px;
}

.content{
  width: 80vw;
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35);
  padding: 25px;
  border-radius: 0px 0px 15px 15px;
}

.detailsCont{
  text-align: center;
}
.content p{
  margin: 15px;
}

.map{
  width: calc(100% + 50px);
  margin-left: -25px;
  height: 500px;
}

.Timeline>iframe{
  width: 100vw;
  /* box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.35); */
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
  margin: 10px 0;
  position: absolute;
  left: 0;
}

.WeddingParty{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.WeddingParty > h1{
  width: 100%;
}

.WPCard{
  background: #fff;
  display: block;
  box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.15);
  border-radius: 15px;
  margin: 50px -4px;
  padding-bottom: 25px;
  width: 45%
}

.WPCard>img{
  width: 75%;
  border-radius: 50%;
  position: relative;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 15px solid white;
  margin-bottom: -40%;
  display: block;
  box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.15);
  max-width: 500px;
  height: auto;
}

.WPCard{
  text-align: center;
}

/* ------------------------------ Media Queries ------------------------------ */
@media (max-width: 500px){
  #MenuExpander{
    display: block;
  }

  #MenuExpander>span{
    display: block;
  }

  #MenuExpander>span.flip{
    transform: translate(0px, -1px) rotate(180deg);
  }

  .leftMenu{
    width: 100%;
  }

  .leftMenu>a{
    padding: none;
    margin: 0 auto;
  }

  .rightMenu{
    float: left;
    width: 100%;
    height: 0px;
    visibility: visible;
    background: rgba(255,255,255,.35);
    display: block;
    overflow: hidden;
  }

  .rightMenu>a{
    display: block;
  }

  .Expanded{
    height: 200px;
  }

  .prev,.next{
    visibility: hidden;
  }
}

@media (max-width: 1563px){
  .WPCard{
    width: 75% !important;
  }
}

/* ------------------------------ CAROUSEL ------------------------------ */
/* Carousel Slides */
.mySlides:nth-child(1) {
  background-image: url('img/Hands.jpg');
}
.mySlides:nth-child(2) {
  background-image: url('img/Dip.jpg');
}
.mySlides:nth-child(3) {
  background-image: url('img/Gidget1.jpg');
}
.mySlides:nth-child(4) {
  background-image: url('img/GrumpyCat.jpg');
}
.mySlides:nth-child(5) {
  background-image: url('img/Stairs.jpg');
}
.mySlides:nth-child(6) {
  background-image: url('img/Look.jpg');
}
.mySlides:nth-child(7) {
  background-image: url('img/Gidget2.jpg');
}
.mySlides:nth-child(8) {
  background-image: url('img/Schwing.jpg');
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: 100vh;
  position: relative;
  margin: auto;
  background: #000;
  overflow-x: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgba(255,255,255,.5);
  font-weight: bold;
  font-size: 3em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: rgba(255,255,255,1);
}

/* The dots/bullets/indicators */
.dots{
  text-align: center;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
}

.DotParent{
  position: fixed;
  z-index: 10000;
  top: 0;
  height: 100px;
  width: 100%;
}

.DPAnim{
  transition: top 1s;
}

.stuck{
  position: absolute;
  top: calc(100vh - 55px);
}

.DotsExpanded{
  top: 200px !important;
}

.dot {
  cursor: pointer;
  height: 50px;
  width: 12.5%;
  margin: -3px;
  display: inline-block;
  z-index: 10;
  transition: top .5s;
}

.dot>.indicator{
  display: grid;
  position: relative;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(255,255,255,.5);
  transition: all .5s;
}

.dot:hover>.indicator{
  background: rgba(255,255,255,.9);
  height: 50% !important;
}

.dot.active>.indicator{
  background: rgba(255,255,255,.9);
  height: 10%;
}

/* Fading animation */
.fade {
  animation: fade 5s;
  animation-iteration-count: 2;
  animation-direction: alternate;
}

@keyframes fade{
  0%{
    opacity: .7;
  }
  20%{
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .prev, .next,.text {font-size: 2em}
}

.mySlides{
  background-size: cover;
  background-position: center center;
  height: 100%;
}
