body {
  margin: auto;
  background-color: #EBF9F6;
  color: #071F47;
  font-family: "Nunito", sans-serif;
  text-align: left;
  }

/* fonts --------------------- */

a {
  color: #071F47;
  text-decoration: none;
  }

h1 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 1px;
  }

h2 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  }

h3 {
  margin: 0;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  }

p {
  margin: 0 0 12px 0;
  font-size: 16px;
  }

/* nav content --------------------- */

.navbar {
  position: fixed;
  height: 100%;
  right: 0;
  padding: 40px;
  width: 260px;
  z-index: 1;
  font-size: 22px;
  }

.navbar a {
  display: block;
  margin-bottom: 20px;
  padding: 15px 30px;
  letter-spacing: 4px;
  background-color: #C8E5DF;
  border-radius: 60px;
  }

.navbar a:hover {
  font-style: italic;
}

.navbar .active {
  font-weight: 800;
  font-style: italic;
}

/* body content --------------------- */

.space-top {
  height: 40px;
  background-color: #EBF9F6;
  }

.content {
  margin-right: 300px;
  }

.main {
  margin: 0 40px 60px 40px;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: white;
  overflow: auto;
  }

.main a {
  text-decoration: underline #071F47 dotted;
}

.main a:hover {
  font-style: italic;
}

hr {
  border: 1px dashed #C8E5DF;
  }
  
/*scroll box content --------------------- */

.box-scroll {
  padding: 15px;
  height: 150px;
  overflow: auto;
  border: 1px solid #C8E5DF;
  border-radius: 10px;
  text-align: left;
  }


/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C8E5DF;
  border-radius: 20px;
}

/* gallery content --------------------- */

#projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  }

#projects li {
  display: inline-block;
  margin: 5px;
  padding: 30px;
  width: 386px;
  background-color: #EBF9F6;
  font-size: 20px;
  border-radius: 10px;
  text-align: left;
  }
  
.container {
  margin: 5px;
  padding: 30px;
  background-color: #EBF9F6;
  border-radius: 10px;
  }

.container img {
  padding: 0 5px 0 5px;
  }
  
.updates-streaming {
  display: block;
  padding: 15px;
  background-color: #EBF9F6;
  border-radius: 10px;
  text-align: left;
  }

.gallery-section {
  text-align: center;
  padding: 15px;
  }

/*accordion + timeline content --------------------- */

.accordion {
  background-color: #C8E5DF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 10px;
  outline: none;
  
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #071F47;
  font-family: "Nunito", sans-serif;
  
}

.accordion:hover {
  background-color: #EBF9F6;
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
}

.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 105%;
  background-color: #C8E5DF;
}
  
.timeline ul {
  list-style: none;
  margin: 0;
}

.timeline li {
  padding: 15px;
  background-color: #EBF9F6;
  margin-bottom: 25px;
  border-radius: 10px;
  
  width: 40%;
  position: relative;
}

.timeline ul li:nth-child(odd) {
  clear: right;
}

.timeline ul li:nth-child(even) {
  float: right;
  clear: left;
  transform: translateX(-30px);
  z-index: 1;
}

.timeline ul li:last-child {
  margin-bottom: 0;
}

.timeline ul li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 5px solid #C8E5DF;
  border-radius: 50%;
  z-index: 1;
  
  transform: translate(50%, -50%);
  right: -20px;
}

.timeline ul li:nth-child(even)::before {
  transform: translate(50%, -50%);
  left: -56px;
}

/*song list content --------------------- */

.filterDiv {
  border-bottom: 2px dashed #EBF9F6;
  padding: 8px;
  color: #071F47;
  margin: 8px;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  font-family: "Nunito", sans-serif;
  border: none;
  outline: none;
  margin: 0 4px 8px 0;
  padding: 8px 12px;
  background-color: #C8E5DF;
  cursor: pointer;
  border-radius: 20px;
}

.btn:hover {
  background-color: #EBF9F6;
}

.btn.active {
  background-color: #071F47;
  color: white;
}

/*post it content --------------------- */

.postit p {
  font-family: "Comic Neue", sans-serif;
  margin: 0;
}

.postit ul {
  list-style: none;
  padding: 0;
}

.postit li {
  display: inline-flex;
  margin: 10px;
  padding: 20px;
  width: 200px;
  background-color: #FFF9DC;
  transform: rotate(-2deg);
  box-shadow: 10px 10px 20px #C8E5DF;
}

.postit ul li:nth-child(2n) {
  background-color: #EFFFE3;
  transform: rotate(3deg);
}

.postit ul li:nth-child(4n) {
  background-color: #EBF8F9;
  transform: rotate(5deg);
}

/*art content --------------------- */

.art img {
  width: 450px;
  vertical-align: middle;
  padding: 5px;
}

.artButton a:hover {
  cursor: pointer; 
}

.artblock {
  display: block;
}

