@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Oswald:300);

* { 
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

h2 {
	border-bottom: solid 1px transparent;
}

.jumbotron p {
	font-size: 24px;
}

p {
	font-size: 18px;
}

.zwolf-green {
	background: #006830;
}

.sect div {
	margin: 10px;
	padding: 5px 15px;
}

.games {
}

.games div {
	background-color: #ffb;
	border: solid 1px #cc6;
}

.games:hover h2 {
	border-bottom-color: #cc6;
}

.games .btn {
	background-color: #cc6;
}

.web_design {
}

.web_design div {
	background-color: #fdb;
	border: solid 1px #c93;
}

.web_design:hover h2 {
	border-bottom-color: #c93;
}

.web_design .btn {
	background-color: #c93;
}

.photography {
}

.photography div {
	background-color: #fdd;
	border: solid 1px #c66;
}

.photography:hover h2 {
	border-bottom-color: #c66;
}

.photography .btn {
	background-color: #c66;
}

.tees {
}

.tees div {
	background-color: #dfd;
	border: solid 1px #6a6;
}

.tees:hover h2 {
	border-bottom-color: #6a6;
}

.tees .btn {
	background-color: #6a6;
}

.print {
}

.print div {
	background-color: #ddf;
	border: solid 1px #66c;
}

.print:hover h2 {
	border-bottom-color: #66c;
}

.print .btn {
	background-color: #66c;
}