body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	color: #342314;
	-webkit-text-size-adjust: none;
}

a {
	color: #342314;
	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;
}

h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 60px;
	line-height: 70px;
	font-weight: 400;
}

h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
}

h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
}

h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

h6 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	font-style: italic;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #342314;
	border: none;
}

ul {
	margin: 0 0 20px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.wheat-leaves {
	margin: 0 0 10px;
	text-align: center;
}

.wheat-leaves-inner {
	display: inline-block;
	padding: 0 130px;
	background-image: url('images/RTV.JPG'), url('images/RTV.JPG');
	background-position: 20px center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 80px 17px, 101px 13px;
	vertical-align: top;
}

@media all and (max-width: 767px) {

	body {
		font-size: 14px;
		line-height: 20px;
	}

	h1 {
		font-size: 45px;
		line-height: 50px;
	}

	h2 {
		font-size: 35px;
		line-height: 40px;
	}

	h3 {
		font-size: 30px;
		line-height: 35px;
	}

}

@media all and (max-width: 599px) {

	.wheat-leaves-inner {
		display: block;
		padding: 0;
		background-image: none;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.align-middle {
	vertical-align: middle;
}

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;
}

@media all and (max-width: 599px) {

	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;
	}

}