nav.secondary {
  position: fixed;
  flex-direction: column;
  top: 82px;
  right: 10px;
  background: #111111;
  padding: 0px 10px;
  border-radius: 10px;
  font-weight: normal;
}
nav.secondary a {
  line-height: 1.7;
  text-decoration: none;
  color: whitesmoke;
  opacity: 0.6;
}
nav.secondary a:hover {
  text-decoration: underline;
}

nav.secondary a.active {
  opacity: 1;
  color:#d9e7ff;
}

.panel p {
  max-width: 80ch;
  display: block;
}

.panel {
  flex-direction: column;
  font-size: 1.1em;
  padding-bottom: 60vh;
  padding: 3vh;
}

.panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.panel.description {
  padding-bottom: 60vh;
}
.panel p, .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.panel li {
  margin: 0;
}

h1, h2, p, li {
  max-width: 800px;
}






#one {
  height: 60vh;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}


#two {
  height: 60vh;
background: linear-gradient(270deg, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}


#three {
  height: 60vh;
background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%);
}


#four {
  height: 60vh;
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}


#five {
  height: 60vh;
  background: linear-gradient(90deg, #efd5ff 0%, #515ada 100%);
}