﻿.nav a {
  color: #5a5a5a;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 12px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  height: auto;
  width:auto; position: relative;
  top:0px;
  margin:0;
 padding:0;
}


.jumbotron h1 {
  color: #fff;
  font-size: 30px;  
  font-family: “Comic Sans MS”,'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: “Comic Sans MS”,'Shift', sans-serif;
  font-size: 16px;
  font-weight: bold;

}

.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin:0px;
}

.neighborhood-guides h2 {
    color: #5a5a5a;
  font-size: 20px;
  font-weight: bold;
}

.neighborhood-guides p {
    font-size: 15px;
    margin-bottom :13px;
}

@font-face {
  font-family: 'Shift';
  font-style: normal;
  font-weight: normal;
  src: url("shift.woff") format("woff");
}
@font-face {
  font-family: 'Shift';
  font-style: normal;
  font-weight: bold;
  src: url("shift-bold.woff") format("woff");
}
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #337ab7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal a{
  position: relative;
  float: right;
  margin-right:0px;
}
