.angle {
  width: 100%;
  height: 4rem;
  stroke-width: 0;
  stroke: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 10pt;
  font-family: Poppins !important;
  color: #0a0a0a;
  font-weight: 300; }

p {
  margin-bottom: 2rem; }

h1 {
  font-weight: 400;
  font-size: 2.5rem; }

h2 {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem; }

h3 {
  font-weight: 400;
  font-size: 1.2rem; }

.base-page {
  margin-top: 5em; }

.headshot {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }

.production {
  position: relative;
  padding-top: 5px; }

.production_block {
  background-color: #fff;
  position: relative;
  padding: 5px; }

.production_title {
  text-transform: uppercase;
  padding-top: 30px; }

.review-source {
  font-weight: 400;
  padding-bottom: 1rem; }

.production_part {
  font-weight: 400; }

.quick-link {
  color: cornflowerblue;
  text-decoration: none;
  border-bottom: solid 1px white;
  transition: border-bottom 0.5s; }

.quick-link:hover {
  color: cornflowerblue;
  text-decoration: none;
  border-bottom: solid 1px cornflowerblue; }
