@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:wght@300;400;700&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    padding: 20px;
}

h1 {
    font-family: 'Great Vibes', cursive;
    margin-bottom: 10px;
    font-size: clamp(36px, 42px, 80px);
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-size: clamp(26px, 26px, 50px);
    margin-bottom: 65px;
}

p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-size: clamp(14px, 2vw, 22px);
    max-width: 95%;
   line-height: 1.5;
}


a {
	color: #f8d7da;
}

a.visited {
	color: #f8d7da;
}

a.active {
	color: white;
}

a.hover {
	color: white;
}


.fp-watermark {
    display: none;
}
.section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: background 1s ease-in-out;
    background-size: cover; /* Default full coverage */
    background-position: center; /* Default center */
    background-repeat: no-repeat;
}

.content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
 margin-right: 30px;
 margin-left: 30px;
}

.navbar {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    z-index: 500;
}

.navbar a, .bottom-toolbar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.navbar a:hover, .bottom-toobar a:hover {
    color: #f8d7da; /* Soft pink hover effect */
}



.navbar i, .bottom-toolbar i {
    font-size: 20px;
}


.bottom-toolbar {
    position: fixed;
    bottom: 20px;
    left: 20px;

    padding: 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */

}



/* Positioning and appearance of navigation dots */
#fp-nav ul {
    right: 8px; /* Adjust horizontal positioning */
}

#fp-nav ul li a span {
    width: 12px; /* Adjust dot size */
    height: 12px;
    background: white;
    border-radius: 50%; /* Makes it a perfect circle */
    transition: background 0.3s, transform 0.3s;

}

/* Active dot (current section) */
#fp-nav ul li .fp-tooltip,
#fp-nav ul li a.active span {
    background: white; /* Fully white for visibility */
    transform: scale(1.2); /* Slightly larger for emphasis */
}


#fullpage .fp-section:first-child {
    touch-action: pan-down !important; /* Allows downward swipes */
}

#fp-nav.fp-right {
    right: 5px !important;
    z-index: 5000;
}

.section {
    position: relative;
    overflow: hidden;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
   background: rgba(255,255,255,.7) !important;
}
.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.nocontext {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE10+/Edge */
    user-select: none;           /* Standard */
}

    #sweethearts {
        background-position: 50% 16%;
    }

	#leapoffaith {
		background-position: 50% 80%;
	}


@media screen and (max-width: 768px) {
    #home {
        background-position: 62%;
    }
	#leapoffaith {
		background-position: 50% 80%;
	}

    #ontopoftheworld {
        background-position: 72%;
    }
    #accommodations {
	background-position: 67%;
}
    #longdistance {
        background-position: 64%;
    }
    #story {
        background-position: 40%;
    }
    #swords {
        background-position: 57%;
    }

    .story-bg {
        background-position: 50% 0%;
        background-size: 100%;
    }

    .details-bg {
        background-position: 20% 5%;
        background-size: 110%;
    }

    .rsvp-bg {
        background-position: 40% 15%;
        background-size: 130%;
    }
}