* {
  background: transparent;
  color: black;
}

nav {
  display: none;
}

body {
  width: 100%;
  font-size: 12pt;
}

@page {
  margin: 2cm;
}
img {
  display: none;
}
img:after {
  content: "image: " attr(alt);
  display: block;
  font-weight: lighter;
}

ul {
  page-break-inside: avoid;
}

a {
  font-weight: bolder;
  text-decoration: none;
}

a:not(:local-link):after {
  content: " <" attr(href) "> ";
}

a::after > img {
  content: "";
}

.row-title, .footer-button, .parallax-container {
  display: none;
}/*# sourceMappingURL=print.css.map */