.disclosures-section {
  background-color: #000;
  font-family: "Quicksand", sans-serif;
  padding: 150px 30px 50px;
  font-size: 1.2rem;
  height: 100vh;
}

.disclosures-section a {
  color: #53cbc8;
  text-decoration: none;
}

.disclosures-section a:hover {
  color: #75d5d3;
}

.disclosures-section a:focus {
  outline: 1px dashed #42a2a0;
}

img.logo {
  float: right;
  height: 100px;
}

#disclosures-header {
  background: rgba(248, 248, 248, 0.8);
  padding-right: 1.5em;
  padding-left: 1.5em;
  height: fit-content;
  display: flex;
  position: fixed;
  width: 100%;
}

#disclosures-header img {
  height: 75px;
  margin: 5px 0;
}
