html{
    overflow-x: hidden;
}
#hero {
    background-image: url("../images/ed-and-kaye/1.JPG");
    background-position: bottom;
    background-attachment: fixed;
}

.img-clip-path.clip-hero::before {
    background-image: url("../img/clip-path-love-story.png");
}

#the-wedding-event {
    background-image: url("../images/ed-and-kaye/3.JPG");
    background-position: bottom;
}

#proposed {
    background-image: url("../images/ed-and-kaye/proposal.jpg");
    background-position: bottom;
}

#wedding-gifts {
    background-image: url("../images/ed-and-kaye/4.JPG");
    background-position: bottom;
}

footer {
    background-image: url("../images/ed-and-kaye/6.JPG")
}

.nav-link.active {
    color: #910000 !important;
}

.proposal-container{
    justify-content: flex-end;
}

.proposal-container .rounded{
    background: url("../images/ed-and-kaye/ring.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    opacity: .95;
    border-radius: 0 150px 0 150px !important;
}

iframe{
    width: 100%;
    height: 680px;
}

#timer{
    font-size: 22px;
    text-align: center;
}

.color-pallete{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
@keyframes wipe-enter {
	0% {
		transform: scale(0, .025);
	}
	50% {
		transform: scale(1, .025);
	}
}
@keyframes slide-enter {
    0% {
		transform: translateY(100px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media (prefers-reduced-motion: no-preference) {
    .in-view {
      animation: slide-enter 1.5s 1;
    }
}

/*# sourceMappingURL=custom.min.css.map */
