/* Text Elements */

h1 {
  color: #72529c;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

h2 {
  color: #72529c;
  text-align: center;
  font-size: 27px;
}

h3 {
  color: #72529c;
  text-align: center;
  font-size: 25px;
}

h4 {
  color: #000;
  font-size: 23px;
}

h5 {
  color: #000;
  font-size: 20px;
}

h6 {
  color: #000;
  font-size: 18px;
}

p.paragraph {
  text-align: center;
  font-size: 16px;
}

ul.unorder-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
  list-style-type: disc;
}

ol.order-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
}

span.text-element {
  font-size: 16px;
}

blockquote {
  font-size: 16px;
}

a.link-text {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
}

a.link-text.holdingContact {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

a.link-text.email.holdingContact {
  text-decoration: underline;
  font-size: 18px;
}

a.link-text:hover {
  text-decoration: none;
}

a.link-text.email.holdingContact:hover {
  text-decoration: none;
}

/* Common Elements */

address p {
  font-size: 16px;
}

address a {
  font-size: 16px;
}

address span.addressEmail {
  color: #000;
  text-decoration: none;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].holdingContainer {
  padding-top: 20px;
  padding-bottom: 20px;
}

li.list-item {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

div.responsive-picture.holdingLogo {
  margin: 0 auto;
  max-width: 300px;
}