/* main.css for styling of naturalfarmingsystems.com.au

/* Header Styling */

.page-header {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: oblique;
	text-shadow: 0px 3px 3px #808080;
}

.page-header #locked {
	height: 140px;
}

/* Navigation Styling */

.navbar {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-nav li {
	float: none;
}

.nav a {
	color: #5a5a5a;
	font-size: 16px;
	text-align: center;
}

/* Footer Styling */

.page-footer {
	background-color: #6b4613;
	color: white;
	padding: 30px 0px 20px 0px;
	font-size: 12px;
}

.page-footer #copyright {
	float: left;
	padding-left: 50px;
}

.page-footer #social-media {
	float: right;
	padding-right: 50px;
}

.page-footer #social-media img {
	height: 20px;
}

/* Common Styling Classes */

.content-title {
	background-color: #eabd07;
	padding: 10px 0px 40px 50px;
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
	margin-bottom: 20px;
}

.products-title {
	background-color: #342109;
	padding: 10px 0px 40px 50px;
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
	margin-bottom: 20px;
}

.content-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.img-l {
	display: inline;
	float: left;
	border: 1px solid black;
}

.text-r {
	display: inline;
	float: left;
	border: 1px solid black;
}

/* Home Page Styling */

.jumbotron {
	background-image: url("images/jumbotron-harvester.jpg"); /* Old picture http://heplerphoto.com/wordpress/wp-content/uploads/JD-harvest-Wheat.jpg */
	height: 330px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background-position: 0% 80%;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron .container {
	padding-left: 0px;
}

.jumbotron #jumbo-overlay {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 40px;
	width: 372px;
	height: 330px;
	background-color: #342109;
}

.jumbotron h2 {
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
}

#jumbo-overlay-large {
	font-size: 42px;
}

#highlight {
	color: #0088cb;
	font-style: oblique;
	font-weight: bold;
}

#home-products div {
	text-align: center;
}

#home-features {
	font-size: 16px;
}

#home-features table {
	margin: 0 auto;
}

#sidebar {
	background-color: #fff4ca;
	padding-bottom: 20px;
}

#home-news img {
	max-height: 165px;
	margin-left: auto;
	margin-right: auto;
}

/* About Page Styling */


/* Products & Services Page Styling */

#about-thumbnails h3 {
	margin-top: 8px;
}

/* Where to Start Page Styling */

#wherestart-thumbnails #keywords {
	font-size: 14px;
}

/* Events Page Styling */

#event-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

#event-text iframe {
	width: 100%;
	height: 450px;
}

#event-text #event-img {
	width: 100%;
	border: 5px solid black;
}

/* Contact Page Styling */

#contact-text img {
	height: 20px;
}

#contact-map {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 350px;
	width: 100%;
}

/* Blog Page Styling */

#blog-posts .title {
	color: black;
	text-decoration: none;
}

#blog-posts .post {
	background-color: #b39e82;
	padding: 25px;
	padding-top: 1px;
	margin-bottom: 30px;
}

#blog-posts .expander .more {
}