.downloadButton{
		border: solid 1px #55a532;
		width:400px;
		font-size:x-large;
		color:white;
		text-align:center;
		cursor: pointer;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 6px;
		padding: 4px;
		background-color: #7bcc58;
		background-image: linear-gradient(bottom, #7bcc58, 0%, #60b838 100%);
		background-image: -moz-linear-gradient(bottom, #7bcc58, 0%, #60b838 100%);
		background-image: -webkit-linear-gradient(bottom, #7bcc58, 0%, #60b838 100%);
}
.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}
.maincontainer{
	background-color: rgba(192,192,192,0.7);
}

.jumbotron {
  background-image:url('../images/main.png');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: inherit;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 8px rgba(255,255, 255, 1);
}

.jumbotron p {
  font-size: 20px;
  text-shadow: 0 1px 8px rgba(255,255, 255, 1);
}

.learn-more {
    background-color: #efefef;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides2 {
  	background-color: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
}
.neighborhood-guides2 h2 {
    color: #393c3d;
    font-size: 24px;
}
.neighborhood-guides2 p {
    font-size: 15px;
    margin-bottom: 13px;
}

.neighborhood-guides {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}

.neighborhood-guides h2 {
    color: #393c3d;
    font-size: 24px;
}

.neighborhood-guides p {
    font-size: 15px;
    margin-bottom: 13px;
}
    