* {
	font-family: 'century gothic';
}

.banner {
	max-width: 1000px;
	width:100%;
	background:#fff;
	position: relative;
	margin: auto;
	box-shadow: 0px 2px 4px #A0839D;
		-moz-box-shadow: 0px 2px 4px #A0839D;
		-webkit-box-shadow: 0px 2px 4px #A0839D;
}

.logo img {
	max-width:1000px;
	width:100%;
}

@media screen and (max-width: 700px) {
	.banner {
		width:100%;
		max-height: 100%;
		position: relative;
		top: 0;
	}

	.logo {
		max-width: 700px;
		width: 100%;
		margin: auto;
	}
}
