@charset "UTF-8";
/*
Title:     Kimballstock - homepage.css
*/

#searchbar {
	margin-bottom: 0;
	padding: 14px 0 10px 0;
	background: #f0f0f0;
}
#hero img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.page-header {
  margin: 0 0 0px 0;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
}
.display-table {
	display: table;
	table-layout: auto;
}
.display-cell {
	display: table-cell; 
	vertical-align: middle;
	float: none;
}
section {
	margin-bottom: 50px;
	padding: 25px;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
section h1 {
	color: #06F;
	font-size: 25px;
}
section h2 {
	color: #06F;
	font-size: 25px;
	text-align: left;
}
section p {
	line-height: 1.8em;
	text-align: justify;
	color: #999;
}
section img {
	width: 100%;
	height: auto;
}

@media (min-width: 481px) {
	section h2 {text-align: right;}
}

@media (min-width: 320px) and (max-width: 768px) {
	.page-header {
		margin: 0 0 20px 0;
		border-bottom: none;
		text-align: center;
	}
}
@media (min-width: 320px) and (max-width: 667px) {
	h1, section h1 {
		font-size: 26px;
	}
}
@media (min-width: 320px) and (max-width: 481px) {
	.display-table {
		display: block !important;
		table-layout: auto;
	}
	.display-cell {
		display: block; 
		vertical-align: top;
		float: none;
	}
}