@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lato:ital,wght@0,400;0,700;1,400&display=swap");

body {
  font-family: "Lato", sans-serif;
  width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 10px 10px 10px 10px;
}

body > ul {
  text-align: center;
}

body > ul li {
  display: inline-block;
}

body > ul li::before {
  content: "• ";
}

body > ul li:first-child::before {
  content: "";
}

h1 {
  /* font-family: "EB Garamond", serif; */
  font-weight: 400;
  font-size: 65px;
  color: #626262;
  text-align: center;
  margin-bottom: 0;
}

h2 {
  color: #0065ae;
}

h2:before {
  content: "";
  display: inline-block;
  margin-right: 1%;
  width: 16%;
}

h3 {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}

h3 strong {
  font-weight: bold;
}

h3 em {
  font-size: 16px;
  color: #626262;
}

h4 {
  color: #626262;
  margin: 15px 0;
  font-size: 16px;
}

dt {
  font-style: italic;
  font-size: 18px;
  float: left;
  clear: left;
  width: 17%;
  color: #4d4d4d;
}

dd {
  margin-left: 17%;
  margin-bottom: 35px;
}

p {
  margin-top: 0;
  margin-bottom: 7px;
}

blockquote {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #0065ae;
}

a:hover,
a:active {
  background-color: #0065ae;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}

hr {
  border: 1px solid #e4e4e4;
}

dd p:first-child {
  margin-bottom: 0;
}

dd ol {
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-style: italic;
}

dd ol li {
  display: inline;
  padding: 0 1px 0 5px;
  border-left: solid 1px black;
  font-size: small;
  color: #757575;
}

dd ol li:first-child {
  border-left: none;
  padding-left: 0;
}

dd ul {
  margin-left: -25px;
  margin-top: 15px;
  list-style-type: square;
}

/* printing */
/* Hacks in here needed for aur wkhtmltopdf-static */
@media print {
  h1 {
    margin: 0;
  }

  /* Page break after PagerDuty */
  dl:nth-of-type(2) > dd:nth-of-type(2) {
    page-break-after: always;
  }

  dl:nth-of-type(2) > dt:nth-of-type(3) {
    margin-top: 45px;
  }

  dl:nth-of-type(2) > dd:nth-of-type(3) {
    padding-top: 80px;
  }

  /* Page break after GOHSEP */
  dl:nth-of-type(2) > dd:nth-of-type(5) {
    page-break-after: always;
  }

  dl:nth-of-type(2) > dt:nth-of-type(6) {
    margin-top: 45px;
  }

  dl:nth-of-type(2) > dd:nth-of-type(6) {
    padding-top: 80px;
  }
}
