body {
  background-color: #ffeeeb;
  color: #d31a14;
  font-family: orpheuspro, sans-serif;
}

.header {
  color: #d31a14;
  font-weight: bold;
  font-size: 28pt;
  text-decoration: none;
}

.hdbar {
  padding-top: 2%;
}

.subheader {
  font-size: 24pt;
  font-weight: bold;
}

.textblocksub {
  font-size: 1.7rem;
}

.halfsplitter {
  margin-top: 10%;
}

.maincont {
  padding-top: 15px;
}

.textblocksub {
  margin-bottom: 5px;
  letter-spacing: 0.08rem;
}

.servicecard {
  background: none;
  border: none;
}

.card-body > hr {
  border-bottom: 1px solid #d31a14;
  margin-bottom: 35px;
}

.portraitholder {
  text-align: right;
}

.portrait {
  max-height: 30rem;
  border-radius: 4px;
}

.servicetitle {
  font-weight: bold;
  font-size: 20pt;
}

.servicebody {
  font-size: 14pt;
}

.serviceholder {
  margin-left: -27px;
}

.linkscol {
  text-align: right;
}

.linkscol > a {
  color: #d31a14;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}

.linkscol > a:hover {
  color: #f02c25;
}

.email {
  color: #d31a14;
  text-decoration: none;
  font-weight: bold;
}
.email:hover {
  color: #f02c25;
}