.carousel-caption {
	top: 13%;
}

body {
  overflow: hidden;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bcd1ba; 
  z-index: 9999; 
}

#status {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%; 
  top: 45%;  
  margin-left: -190px;
}

.loader-heart {
	position: absolute;
	opacity: 0;
	-webkit-animation: pulse2 1.8s linear infinite;
	-moz-animation: pulse2 1.8s linear infinite;
	-ms-animation: pulse2 1.8s linear infinite;
	animation: pulse2 1.8s linear infinite;
}

.loader-heart img {
	width: 100%
}

.loader-heart1 {
	top: 0;
	left: 166px;
}

.loader-heart2 {
	width: 30px;
	top: 38px;
	left: 130px;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s
}

/*.loader-heart3 {
	width: 20px;
	left: 173px;
	top: 78px;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s
}*/

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: translateY(5px) scale(0.8);
		opacity: 0
	}
	30% {
		-webkit-transform: scale(1) translateY(-10px);
		opacity: .8
	}
	60% {
		-webkit-transform: scale(0.8) translateY(-20px);
		opacity: 0
	}
}

@-moz-keyframes pulse2 {
	0% {
		-moz-transform: translateY(5px) scale(0.8);
		opacity: 0
	}
	30% {
		-moz-transform: scale(1) translateY(-10px);
		opacity: .8
	}
	60% {
		-moz-transform: scale(0.8) translateY(-20px);
		opacity: 0
	}
}

@keyframes pulse2 {
	0% {
		transform: translateY(5px) scale(0.8);
		opacity: 0
	}
	30% {
		transform: scale(1) translateY(-10px);
		opacity: .8
	}
	60% {
		transform: scale(0.8) translateY(-20px);
		opacity: 0
	}
}

/* Mobile Nav */
.mobile-nav__trigger a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	font-weight: normal;
	background-color: #fff;
	padding: 8px 12px;
	border: 1px solid #999;
}

.mobile-nav__trigger a:link, 
.mobile-nav__trigger a:visited {
	color: #000;
}

.mobile-nav__trigger a:hover {
	color: #a9cca5;
}

.mobile-nav__trigger a:focus,
.mobile-nav__trigger a:active {
	color: #000;
}

/* Flipbook Section */

#married a:hover, #marriedMobile a:hover {
	text-decoration: underline;
}

.wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  /*width: 80%;
  height: 80%;*/
  margin: 2%;
}

.aspect {
  padding-bottom: 40%;
  position: relative;
  width: 80%;
}

@media (max-width: 1199px) {
	.aspect {
	  padding-bottom: 50%;
	  position: relative;
	  width: 100%;
	}
}

.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
}

.flipbook .page img {
  width: 100%;
  height: 100%;
}

/* Album (Mobile) */
#album .slider-arrows {
	justify-content: center !important;
}

#album .icon {
	padding: 0 5px;
	margin-top: 5px;
}


/* Music Box */
/*.music-box {
  position: fixed;
  width: 300px;
  height: 160px;
  z-index: 9990;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 991px) {
  .music-box {
    width: 250px;
    height: 120px;
    right: auto;
    left: 30px;
  }
}

.music-box .music-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

.music-box button {
  background: rgb(51, 51, 51);
  width: 34px;
  height: 34px;
  line-height: 37px;
  font-size: 1.75rem;
  color: #5e9a8e;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 10px;
  bottom: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
}

.music-box button:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .music-box button {
    right: auto;
    left: 0;
  }
}

.music-box .toggle-music-box {
  top: -50px;
  visibility: visible;
  opacity: 1;
}*/


/* Scroll to Top Button */
#toTop {
    display: block !important;
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 40px;
    transition: all 0.5s ease-in-out .0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
	border: none;
}

/* Buttons & Text Links */
#dinnerMenu {
	font-weight: bold;
	letter-spacing: .25px;	
}

#dinnerMenu:hover {
}

#location .btn-link {
	font-size: 15px;
}

/*.btn-link:hover {
	text-decoration: none;
	border-bottom: 1px solid #007bff;
	border-radius: 0;
}*/

/*#accommodations h3 a:hover {
	text-decoration: underline;
}

#accommodations {
	margin-bottom: -20px;
}*/

#memories a {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}

#memories a:hover {
	text-decoration: underline;
}

/* Google Map */
/*#map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

@media screen and (max-width: 768px) {
#map iframe {
    height: 300px;
  }
}*/

/* Alternate Hero Wreath */
/*.hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 100px 0;
	color: #fff;
	background-color: #bcd1ba;
}

.hero__wreath-lower {
	width: 300px;
	margin-top: -1.9em;
}

@media(min-width: 768px) {
	.hero__wreath-lower {
		width: 300px;
	}
}

@media(min-width: 992px) {
	.hero__wreath-lower {
		width: 400px;
	}
}

@media(min-width: 1200px) {
	.hero__wreath-lower {
		width: 450px;
	}
}*/

