body {
  color: #464646 !important;
  text-align: justify !important;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #521E45 !important;
  line-height: 1.0 !important;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f !important;
    }

h1 {
  	font-size: 2.125rem !important; }

h2 {
  	font-size: 1.1875rem !important; }

h3 {
  	font-size: 1.075rem !important; }

h4 {
  	font-size: 1rem !important; }

h5 {
  	font-size: 0.925rem !important; }

h6 {
  	font-size: 0.825rem !important; }
  
button, .button {
  	background-color: #CEBEC8 !important;
  	border-color: #E6DDE2 !important;
  	color: #521E45 !important;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: #E6DDE2 !important;
	color: #521E45 !important; }