/* Text Elements */

h1.heading-1 {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

a.link-text.text-link-1 {
  display: block;
  clear: none;
  padding-left: 25px;
  color: #fff;
}

/* Layout Elements */

body.body-1 {
  background-color: #4676c2;
}