/* General Styles */

html, body
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	line-height: 16px;
	color: #111;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	back____ground-image: url(../images/local179_background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	width:100%;
}

a2:link {
	color: #1154a6;
	text-decoration: underline;
}
a2:visited {
	color: #1154a6;
	text-decoration: underline;
}
a2:hover {
	color: #1154a6;
	text-decoration: underline;
}
a2:active {
	color: #1154a6;
	text-decoration: underline;
}

h1 {
	color:#1154a6;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	margin: 15px;
}

h2 {
	color:#1154a6;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin: 10px;
}

.show{
	display:block;
}

.hide{
	display:none;
}

.container {
	width:100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;

}

.logo { 
	border: 0;
	width: 434px;
	height: auto;
	display: block;
	margin: 60px auto 40px auto;
}

.subcontainer {
	width:100%;
	text-align: center;
	margin: 40px auto;
}
.linkbasket {
	width:50%;
	height: 160px;
	float: left;
	text-align: center;
}
.button{
	background-color: #1154a6;
	border: none;
	color: white;
	margin: 20px auto;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	transition-duration: 0.4s;
}

.button:hover {
	background-color: #FFF;
	color: #1154a6;
	border: solid 2px #1154a6;
}

@media only screen and (max-width: 750px) {
	.lo___go { 
		width: 100%;
	}
	.linkbasket {
		width:100%;
	}
}
@media only screen and (max-width: 450px) {
	.logo { 
		width: 100%;
	}
}



