@charset "utf-8";

/* Keepers Fishing and Tackle styles */

@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300);

body {
	background-color: #2394cf;
	background-image: url('images/bg-image.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.wrapper {
	max-width: 960px;
	margin: 20px auto 0;
}

.logo {
	margin: 10px auto;
}

.clear {
	clear:both;
}

h2 {
	font-family: 'Merriweather Sans', sans-serif;
	text-align: center;
	font-size: 1.9em;
	color: #ffffff;
	margin: 7px;
}

p, p.contact {
	font-family: 'Merriweather Sans', sans-serif;
	text-align: center;
	font-size: 1.5em;
	color: #ffffff;
	margin: 7px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #83affa;
}

.tag { 
	font-family: 'Merriweather Sans', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	color: #ffffff;	
	margin-top: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
}

img {
	max-width: 100%;
	}

