/* CSS Document */

body {
	/**background: #BD3425;**/
	background: #e4e1dc;
	align-content: center;
}
 
hr {
    border-top: 1px dotted #8c8b8b;
    border: 0;
	margin-top: 30px;
}

h1  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 140%;
	font-style: normal;
	color: #f15f4b; 
	text-align: left;
	margin-top: 20px;
	word-spacing: -5px;
 }

/**
h1  {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 36px;
	font-style: normal;
	color: #00000; 
	text-align: left;
	margin: auto 0 auto 0;
 }
**/

h2  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: normal;
	font-size: 24px;
	line-height: 180%;
	color: #72635d;
	text-align: left;
	word-spacing: 1px;
 }

h3  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	color: #72635d;
	text-align: left;
	word-spacing: 1px;
	text-transform: none;
 }

#main {
	width: 66%;
	margin: 80px auto 80px auto;
}

