body {
	background: #999 url('images/tree.png') repeat top left;
	font-family: Lato;
	font-size: 16px;
	line-height: 1.75;
}

p {
	margin-bottom: 30px;
}

a {
	color: #44D1FF;
	font-weight: 700;
	text-decoration: underline;
}
h2, h4 {
	font-weight: 700;
}

.container {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 40px 60px;
	margin-bottom: 40px;

	-webkit-box-shadow: 5px 3px 9px 0px rgba(0,0,0,0.28), -5px 3px 9px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 5px 3px 9px 0px rgba(0,0,0,0.28), -5px 3px 9px 0px rgba(0,0,0,0.28);
	box-shadow: 5px 3px 9px 0px rgba(0,0,0,0.28), -5px 3px 9px 0px rgba(0,0,0,0.28);
}
.header-wrapper {
	margin-top: 30px;
}
.title {
	color: #565656;
	margin: 56px 0 0 20px;
	font-size: 36px;
	font-weight: 700;
	display: block;
}

.nav-wrapper {
	text-align: center;
	margin: 30px 0 60px;
}

.nav-wrapper .nav-pills li {
	float: none;
	display: inline-block;
}

.nav-pills li.active a {
	background-color: #44D1FF;
}
.nav-pills li.active a:hover {
	background-color: #44D1FF;
}
.nav-pills li a {
	color: #44D1FF;
	font-weight: bold;
	font-size: 18px;
	margin: 0 30px;
	text-decoration: none;
}

h2 {
	margin-bottom: 30px;
}

.cso-shirt {
	height: auto;
	width: 300px;
}

.buy-button {
	background-color: #44D1FF;
	border-radius: 22px;
	color: white;
	font-size: 18px;
	padding: 10px 16px;
	text-decoration: none;
}

.buy-button:hover {
	text-decoration: none;
}
