.header {
	background: #fff;
	border-bottom: 1px solid #000;
	overflow: hidden;
	width: 100%;
}

.header img {
	float: left;
	height: 128px;
	width: 128px;
}

.header .header-text {
	height: 100px;
	margin-top: 28px;
	vertical-align: middle;
	color: #000;
	font-weight: 300 !important;
	text-shadow: none !important;
}

.header h1 {
	line-height: 36px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 650px) {
	.header h1 {
		font-size: 18px;
		line-height: 24px;
	}

	.header .header-text {
		height: 88px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 450px) {
	.header img {
		clear: both;
		display: block;
		float: none;
		height: 64px;
		margin: 0 auto;
		width: 64px;
	}

	.header .header-text {
		height: 65px;
		margin-top: 10px;
	}

	.header h1 {
		line-height: 24px;
		text-align: center;
	}
}