@charset "utf-8";
/* CSS Document */


header {
    /* Ensure your banner has no bottom margin */
    margin-bottom:0;
    /* Or if your banner has default margins */
    margin: 0;
}
body {background-color: #eaeaea;
	margin: 0; font-family: verdana, helvetica, "sans-serif"; }

.nav {
  height: 80px;
}

   
 
  nav li {
        margin: 0 15px; /* Adds 15px margin to the left and right of each list item */
    }

    nav a {
        padding:15px; /* Adds padding inside each link */
    }

nav {background-color:#CDE6B5;
	border-radius: 10px;
display: flex;
  justify-content: center;
  align-items: center;
font-family: "bd-retrocentric", sans-serif;
position:sticky;top:0;}


.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}

.pill-nav a:hover {
  background-color:#B2DD89;
  color: black;
}

.pill-nav a.active {
  background-color:#B955AF;
  color: white;
}

img {max-width: 100%; height: auto;}

.imgcenter {display:block; margin: auto;}

main {width: 80%;
display: flex; 
flex-wrap: wrap;
justify-content: center; 
margin-left: auto; 
	margin: auto;
align-content: center;}

body {background-color: #FFF9EC;
align-content: center;
}



section {background-color:white;
flex: 4;
margin:1%;
padding:1%;
align-content: center
	;
	
	border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
}

 
h2{font-family: "bd-retrocentric", sans-serif;}


.img_float_right {float:right; }


footer {background-color: black; 
	
color: white;
text-align: center; 
font-size: small; }

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  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 {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* ✅ ADD THIS */
video {
  max-width: 100%;
  height: auto;
  display: block;
}
