body * {
  font-family: "Lato", sans-serif;
  font-weight: 200;
}

/* Color & Text-Style */
body.li {
  font-color: white
}
.t-primary, .top-bar a, h4 {
  color: white
}
.t-secondary {
  color: grey
}
.t-highlight {
  color: orange
}
.top-bar, .top-bar ul, body * {
  background-color: black
}
.button {
  border: solid 1px orange;
  background-color: black;
  color: orange;
}

/* Text */
.t-center {
  text-align: center;
}
i {
  font-size: 30px;
}

/* Padding */
.profile-details-container {
  padding-left: 20px;
}
.profile-details-container * {
  padding: 1px;
}
.pb {
  padding-bottom: 10px;
}
.ptl {
  padding-top: 100px;
}
.pbm {
  padding-bottom: 50px;
}
.offering-grid div {
  padding: 10px;
}
.pdf-button {
  padding: 7px;
}
