#agora-pluribus-placeholder {
  width: 300px;
  max-width: 90%;
}

body {
  font-family: 'Montserrat';
  background-color: #181818;
}

a {
  color: #ffd700;
}

a:hover {
  color: #ffd700;
}

a:visited {
  color: #ffd700;
  text-decoration: none;
}

.external-download {
  background-color: #181818;
  border-color: #585858;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: auto;
  font-size: 16pt;
}

.external-download:hover {
  background-color: #585858;
}

.external-download:link, .external-download:visited {
  display: inline-block;
  color: gold;
  text-decoration: none;
  padding: 12px;
}

.bandcamp-embed {
   margin: auto;
   border: 0;
   width: 400px;
   height: 42px;
}

.read-more-link {
  background-color: #181818;
  border-color: #585858;
  border-radius: 8px;
  border-style: solid;
  border-width: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 200px;
  font-size: 16pt;
}

.read-more-link:hover {
  background-color: #585858;
}

.read-more-link:link, .read-more-link:visited {
  display: inline-block;
  color: gold;
  text-decoration: none;
  padding: 12px;
}

.founder-flex {
  display: flex;
  align-items: center; /* vertically center image */
  gap: 30px;
  flex-wrap: wrap;     /* helps for smaller screens */
}

#ap-michael-jpg {
  aspect-ratio: 1 / 1;
  width: 350px;
  max-width: 70%;
  margin-bottom: 30px;
}

#ap-michael-bio {
  flex: 1;
}

.link-button {
  background-color: #181818;
  border-color: #585858;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  margin: 0;
  width: auto;
  font-size: 16pt;
}

.link-button:hover {
  background-color: #585858;
}

.link-button:link, .link-button:visited {
  display: inline-block;
  color: gold;
  text-decoration: none;
  padding: 12px;
}

.content-area {
  background-color: #181818;
  overflow: auto;
}

.video-container {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.video-container iframe {
  aspect-ratio: 16 / 9;
  border: none;
}

.ul-container {
  padding: 0px 30px 30px 30px;
}

ul {
  list-style: disc;
  margin: 0;
  font-size: 16pt;
  text-align: left;
}

li {
  text-indent: 0em;
  padding-left: 0em;
  padding-bottom: 0.5em;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 15px;
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
  background: #505050;
}

/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: rgb(151, 129, 0);
}

/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gold;
}

p {
  font-size: 16pt;
  color: white;
  text-align: left;
  margin: 0;
  padding: 20px;
}

h1, h2, h3, h4 {
  color: white;
  text-align: center;
}

.no-padding-top {
  padding-top: 0;
}

table, th, td {
  color: white;
  border: 0px;
  margin-bottom: 20px;
  padding:5px;
  text-align: center;
}

td.p {
  text-align: justify;
}

.panel {
  font-family: 'Montserrat';
  color: white;
  background-color: #303030;
  border-color: #303030;
  border-radius: 8px;
  margin-left: 10%;
  width: 80%;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-header {
  scroll-margin-top: 180px;
}

section {
  position: relative;
  width: 100%;
}

.subtitle {
  text-align: center;
  font-size: 14pt;
  padding-top: 12px;
}

.info-panel {
  background-color: #181818;
  padding: 16pt;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 650px;
}

.info-panel h3 {
  margin: 0;
}

.info-panel p {
  font-size: 14pt;
}

.info-title {
  font-size: 24pt;
}

.info-subtitle {
  font-size: 18pt;
}
  
.info-text {
  padding-top: 20px !important;
  font-size: 16pt;
}

b {
  color: gold;
  font-weight: normal;
}

#footer {
  position: fixed;
  display: block;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

#footer-anchored {
  margin-bottom: 30px;
}

#footer-bar {
  background-color: #181818 !important;
  border-style: none;
  text-align: center;
  color: white;
  font-size: 16pt;
  padding: 12px;
  position: relative;
}

.footer-anchored-text {
  background-color: #181818 !important;
  border-style: none;
  text-align: center;
  color: white;
  font-size: 16pt;
  padding: 10px;
  height: auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .external-download {
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 10pt;
    width: auto;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  
  .panel,
  .info-panel,
  .info-summary-panel,
  .table-of-contents {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 16pt;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  form {
    display: block;
    margin: 0 auto;
    padding: 16pt;
    width: 95%;
  }

  ul {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 10pt;
  }

  table, th, td {
    font-size: 12pt;
    word-break: break-word;
  }

  p {
    font-size: 10pt;
    padding: 12px;
  }

  .info-panel p {
    font-size: 9pt;
  }
  
  .bandcamp-embed {
    width: 100%;
    height: 42px;
  }

  h1 {
    font-size: 16pt;
  }

  h2 {
    font-size: 14pt;
  }

  h3, h4 {
    font-size: 12pt;
  }
  
  .link-button {
    font-size: 10pt;
    width: auto;
    max-width: 90%;
  }

  .video-container {
    padding: 12px;
  }

  #footer {
    padding-top: 0;
  }

  #footer-bar {
    text-align: center;
    color: white;
    font-size: 10pt;
  }

  .footer-anchored-text {
    text-align: center;
    color: white;
    font-size: 10pt;
    padding: 6px;
    height: auto;
  }
}
