@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;
}

.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; }