body {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
}
p {
    margin: 0 0 20px;
}
.navbar {
    /*background-image:url('images/title-bg.png');*/
    background-repeat:repeat;
    box-shadow: 3px 3px 3px black;
}
.jumbotron {
    background-color: transparent;
    padding: 75px 0 0 0;
}
.footer {
   	width:100%;
	height:155px;
	position:absolute;
	bottom:0;
	left:0;}
.event {
    border-bottom: 1px solid #dcdcdc;
}
.event + .event {
    padding-top: 30px;
}
.event .date {
    margin-bottom: 7px;
    color: #2a6496;
}
