body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Open Sans",Arial,Helvetica,sans serif;
	color: black;
	font-size: 16px;
}

a:link {

}
a:visited {

}
a:hover {

}
a:active {

}

a:link { color: #0499e5; text-decoration: none; }
a:visited { color: #0499e5; text-decoration: none; }
a:hover { color: #0499e5; text-decoration: underline; }
a:active { color: #0499e5; text-decoration: underline; }


.dusty { background-color: #304469; }
.lime { background-color: #aeea00; }


@media screen and (min-width: 768px) {
	.mobile-only { display: none; }
}
@media screen and (max-width: 767px) {
	.mobile-hidden { display: none; }
}

#main {
	padding: 10px;
	margin: auto;
}
	#main div {
		margin-bottom: 100px;
		text-align: center;
	}


#splash {
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 40px;
	color: #144d29;
}
	#splash img {
		display: block;
		width: 200px;
		height: 200px;
		margin: auto;
	}


#social ul {
	list-style: none;
	padding: 0;
}
	#social li {
		display: inline-block;
		margin: 20px;
	}
	#social img {
		width: 40px;
		height: 40px;
	}

#products {
	padding-bottom: 100px;
}
	#products h2 {
		font-family: 'Sorts Mill Goudy', serif;
		color: #144d29;
		margin: 50px 0;
	}

@media screen and (min-width: 768px) {
	#main {
		position: absolute;
		top: 20%;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding: 0;
	}

	#splash {
		font-family: 'Sorts Mill Goudy', serif;
		font-size: 60px;
	}
		#splash img {
			display: inline;
			margin-right: 2%;
			vertical-align: middle;
		}
	
	#motto {
		word-spacing: 10px;
	}
}

address {
	font-style: normal;
}
	address, address a {
		color: #aaaaaa;
	}