@charset "utf-8";
@import url("reset.min.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

body {
	font: 300 0.75rem/1.5rem 'Open Sans', sans-serif;
	color: #212121;
	width: 100%;
}

.wrapper {
	width: 100%;
	clear: both;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.header {
	height: 129px;
	background-color: #078dff;
}

.logo {
	background-image: url(../images/kvves-logo.jpg);
	width: 135px;
	height: 129px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
	font: 400 1.875rem 'EB Garamond', serif;
	color: #ffffff;
	float: left;
	margin-top: 2.5rem;
	margin-left: 0.625rem;
}

.info {
	font: italic 0.875rem/1.1875rem Georgia, serif;
	text-align: right;
	float: right;
	color: #ffffff;
	margin-top: 40px;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-size: cover;
	height: 469px;
	background-position: center center;
	background-repeat: no-repeat;
}

.colHalf {
	width: 50%;
	float: left;
}

.bannerText {
	width: 90%;
	line-height: 2.25rem;
	font-weight: 300;
	font-size: 1.375rem;
	color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	padding-top: 6.25rem;
}

.button {
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}

.large {
	padding: 0.5rem 3.125rem;
	font-weight: 400;
	font-size: 1.5rem;
}

.yellow {
	background-color: #ffc107;
	color: #1b1401;
}

.button:hover { opacity: 0.9; }

.greenBG {
	background-color: #00897b;
	color: #ffffff;
	padding-top: 2.1875rem;
	padding-bottom: 1.25rem;
	font-size: 0.875rem;
}

.centerText {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5rem;
}

h2 {
	font-weight: 400;
	font-size: 1.875rem;
}

.greenBG h2 {
	margin-bottom: 28px;
}

.greenBG p {
	margin-bottom: 22px;
}

.threeCol {
	width: 300px;
	float: left;
	margin-top: 45px;
	margin-bottom: 28px;
}

.left {
	margin-right: 25px;
}

.right {
	margin-left: 25px;
}

.center {
	padding-left: 24px;
	padding-right: 24px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
}

h3 {
	font-weight: 400;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.center img {
	border: 3px solid #1976d2;
}

.center p {
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.footer {
	background-color: #0d47a1;
	color: #ffffff;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	font-size: 0.625rem;
}

.illustris {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #ffffff;
}

.illustris:hover {
	text-decoration: underline;
}

.content {
	min-height: 500px;
	padding-top: 20px;
	padding-bottom: 50px;

}

form {
	margin-top: 10px;
	margin-bottom: 10px;
}

label {
	width: 150px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

input, textarea {
	width: 300px;
	height: 30px;
	float: left;
	clear: right;
	margin-bottom: 10px;
}

textarea {
	height: 100px;
}

button {
	float: left;
	clear: both;
	border: 0;
	margin-left: 150px;
}

.rounded {
	border-radius: 5px;
}

.medium {
	padding: 0.5rem 1.875rem;
	font-weight: 400;
	font-size: 1.25rem;
}
