body {
	background-color: #f1f1f1;
	margin: 0;
}


/* The navigation bar */
.navbar {
  overflow: hidden;
  margin: 0;
  background-color: white;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 2;
  height: 45px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: lightgray;
  font-family:"monospace", FreeMono;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/*.navbar a1 {
  float: left;
  display: block;
  color: lightgray;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
} */

/* Change background on mouse-over */
.navbar a:hover {
  background: lightgray;
  color: white;

}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

h1 {
	color: black;
	font-size: 36px;
	text-align: center;
	font-family:"monospace", FreeMono;
}

p {
	   font-family:"monospace", FreeMono;
    font-size: 18px;
    text-align: center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 45px;
  height: calc(100vh - 45px);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

.container .inner {
	margin: 0px 15px;
}

/* Centered text */
.centered {
  
  font-family:"monospace", Courier New;
  font-weight: 700;
  font-size: 18px;
  max-width: 500px;
}


.forestSong div {
    display: inline-block;
    margin-left: 19px;
}

.forestSong {
    margin: 20px 0px;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
}


  .songTxt {
	color: black;
	font-size: 16px;
	font-family:"monospace", Courier New;
	position: relative;
	
}

.explanation {
    max-width: 500px;
    margin: 0 auto;
}

.explanation .inner {
	margin: 0px 15px;
}

.audios {
	max-width: 650px;
	margin: 0 auto;

}

.audios .inner {
	margin: 0px 15px;

}

.project .explanation {
	text-align: left;
	max-width: 650px;
}

