body {
	background-color: #f1f1f1;
	font-size: 15px;
}
.container {
	background-color: #ffffff;
	padding-bottom: 3em;
}
.jumbotron {
	background: url("/img/head-zb.png") #a26127 no-repeat 0 0;
	color: #fff;
	height: 268px;
}
.jumbotron h2 {
	color: #ffd504;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-size: 32px;
}
.navbar {
	margin-top: -36px;
	background: #4f176e;
	border-color: #4f176e;
}
a {
    color: #4f176e;
    text-decoration: none;
}
a:hover,
a:focus {
  color: #9e30db;
  text-decoration: underline;
}
