body {
  font-family: 'Calibri';
}

.name {
  color: #0D7594;
  font-size: 22px;
  text-align: center;
}

.baseline {
  color: #296037;
  font-size: 25px;
  text-align: center;
}

.blue {
  color: #0D7594;
  text-align: center;
}

.green {
  color: #296037;
  text-align: center;
}

.content {
  font-size: 1.3rem;
}

h4.heading {
  font-size: 2rem;
  ;
}

.subheading {
  font-size: 1.2rem;
}

/* Solid border */
hr.solid {
  margin-top: 0;
  border-top: 2px solid #ffffff;
  opacity: 1;
}

header {
  background-color: #D1DFEE;
  border-bottom: 2px solid #FFF;
}