#textbanner { display: none; }

@media screen and (max-width:850px) {
	.page, .main {
		width: 100%;
	}

	#home {
		height: auto;
		width: 100%;
		background-image: none;
	}

	#home .home-img { display: none; }

	#home .home-txt {
		display: block;
		text-align: center;
		color: black;
		font-size: 1.5em;
		line-height: 1.5em;
	}

	#home h1.home-txt {
		font-size: 1.833em;
		line-height: 1.833em;
	}

	#home a {
		text-decoration: none;
	}

	.content {
		min-height: 0;
	}

	.contentcontainer {
		width: auto;
		float: none;
	}

	.service {
		min-height: 0;
		text-align: center;
		width: 100%;;
	}

}

