@charset "utf-8";
/* CSS Document */

/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 150%;
  font-weight: bold;
  line-height: 90%;
  margin-bottom: 20px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 140%;
  font-weight: bold;
  line-height: 80%;
}
/* Sets the style for the h3 header. */
h3 {
  font-size: 130%;
  font-style: italic;
  font-weight: bold;
  line-height: normal;
}
/* Sets the style for the h4 header. */
h4 {

  font-size: 130%;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  color: #dcddd7;
  margin-bottom: 5px;

}
/* Sets the style for the h5 header. */
h5 {
  font-size: 110%;
  font-weight: bold;
  line-height: normal;
  margin-left: 20px;
}

/* Sets the style for the h6 header. */
h6 {
  font-size: 110%;
  font-style: italic;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
}