/** These styles are used in the backend editor AND in your Theme. **/

body {
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #251a06;
}

a {
	color: #925f28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1px;
}

h1 {
	font-size: 60px;
	line-height: normal;
	font-weight: 400;
	color: #2d2824;
}

h2 {
	font-size: 36px;
	line-height: normal;
	font-weight: 700;
	color: #2d2824;
}

h3 {
	margin: 0 0 5px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #251a06;
}

h4 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #251a06;
}

h5 {
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	color: #2d2824;
}

h6 {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	color: #000;
}

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
	margin: 0;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #925f28;
	border: none;
}

ul {
	margin: 0 0 20px 40px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 40px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-family: 'Noto Serif', serif;
	font-size: 13px;
	font-weight: 700;
	color: #000;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.letter {
	margin: 0 8px 2px 0;
	display: inline;
}

.letter {
	margin: 0px 10px 10px -10px !important;
	float: left;
}

@media all and (max-width: 1023px) {

	h1 {
		font-size: 50px;
	}

}

@media all and (max-width: 767px) {

	h1 {
		font-size: 40px;
	}

}

@media all and (max-width: 599px) {

	body {
		font-size: 15px;
		line-height: 25px;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
		line-height: 36px;
	}

	h4 {
		font-size: 22px;
		line-height: 34px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

}