@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');
body {
	color: black !important;
	background-color: #990305;	
	background-image: url(../../images/bg2025a.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}
p {
	color: black !important;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(153,3,5,1.00), rgba(0, 0, 0, 0));
}

h3 {
	color: darkred;
	font-family: "Seaweed Script", serif;
	padding-bottom: 8px;
}

ul.nodot {
    list-style: none; /* Remove dots */
    padding-left: 2vw;
}

/* Apply styles to li within ul.nodot */
ul.nodot li {
    font-size: 1.2rem;
    font-style: italic;
    padding-left: 3vw;
}

/* Navigation */
.navbar-nav {
    display: flex;
    justify-content: space-between; /* Ensures even spacing between items */
    width: 100%; /* Makes the navbar span the entire width */
}

.nav-item {
    text-align: center; /* Centers text in each nav item */
}

.nav-link {
    padding: 0.5rem 1rem; /* Optional: Adjust padding for better spacing */
}
