
body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
}

#tinymce{background-color:#ffffff;}

img {border: 0px;}

a,a:visited{
	color: #cf2027;
	text-decoration:underline;
}

a:hover,a:focus  {
	color: #5f4236;
	text-decoration: none;
	cursor:pointer
} 

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', serif; 
	color: #5f4136;
	font-weight: 400;
	line-height: 1.2em;
	//margin: 1em 0 1em 0;
}

h1 {
	font-size: 2em;
	font-weight: 400;
	margin-top: 0.25em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}



p {
	margin: .25em 0 1em 0;
}

ul, ol {
	margin: 0 0 2em 1.5em;
}

ul li, ol li {
	margin-bottom: 10px;
	line-height: 1.2em;
}

.intro-paragraph {
	font-size: 1.125em;
	font-weight: 700;
	color: #9f613a;
}
.phone-number {
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.25em;
}
.address {
	font-size: 0.875em;
	line-height: 1.25em;
}
.small {
	font-size: .9em;
}
.button,
a.button {
	background-color: #cf2027;
	color: #fff;
	font-size: 1.125em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	padding: 12px 30px;
	line-height: 1.2em;
	margin: 10px 0;
	border-radius: 5px;
	transition: all 1s;
	text-decoration: none;
}
.button:hover,
a.button:hover {
	background-color: #000;
}

.serif {
	font-family: 'Noto Serif', serif; 
}