.file--general,
.file--application-octet-stream {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 10px;
  /* Adds space around the "content" */
  background-image: url(/themes/custom/thagen/images/document-download-icon.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  /* Forces image into the padded area */
  background-size: contain;
  /* Ensures it scales to the new smaller area */
}

.file--general a,
.file--application-octet-stream a {
  padding-left: 40px;
}

.file-downloads {
  font-family: "Orbitron", Arial, Tahoma, sans-serif;
  color: var(--font-color3);
}

.field--name-field-media-document {
  font-size: 18px;
}

.color-white {
  color: var(--anchor-color);
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

ul.file-docs {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* font-size: 1.25rem; */
  line-height: 1.25rem;
  color: var(--anchor-color);
}

ul.file-docs a {
  color: var(--font-color3);
}

ul.file-docs a:hover {
  color: var(--font-color);
}
