@import "asciidoctor.css"; /* Default asciidoc style framework - important */

h2,
h3 {
  padding: 3px 5px;
  font-weight: normal;
}

h2 {
  background-color: rgb(230, 25, 130);
  color: white
}

h3 {
  background-color: rgb(112, 157, 212);
  color: white
}

h4, h5, #toctitle {
  color: rgb(230, 25, 130);
  font-weight: normal;
}

h5 {
  font-size: 1.225em;
}

h6 {
  color: rgb(235, 100, 159);
  font-weight: normal;
}

a {
  color: rgb(16, 100, 144);
}

a:hover {
  color: rgb(230, 25, 130);
}

.imageblock > .title {
  color: rgb(230, 25, 130);
  font-size: 0.85rem;
  margin-top: 2px;
  text-align: center;
}
