/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar {
  margin-bottom: 0px; }

.navbar-brand {
  padding: 0 15px; }

.navbar-brand img {
  height: 50px; }

.home .jumbotron {
  background: 0 -400px url("../../assets/img/Growth.jpg");
  margin-bottom: 0px; }

.home .jumbotron span {
  background: rgba(255, 255, 255, 0.75); }

address .social {
  font-size: 2em; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #ececec; }

.jumbotron {
  background: #ddd; }

.jumbotron h1 {
  color: #3700c1;
  font-weight: 400; }

footer {
  color: #3700c1;
  font-weight: 300; }

.jumbotron p, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #149114;
  font-weight: 300; }

.navbar-default .navbar-nav > li > a {
  color: #149114; }

.navbar-default .navbar-nav > li > a:hover {
  color: #000000; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #149114;
  font-weight: 300; }

.navbar-default .navbar-right > li > a {
  color: #3700c1; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

#gmap iframe, #gmap object, #gmap embed, #gmap img.gmap {
  width: 100%; }

.navbar-bottom {
  color: #ececec;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em; }

#restaurant-map {
  width: 100%;
  height: 500px; }

#restaurant-info .panel-body, #restaurant-info .list-group {
  height: 450px;
  overflow-y: scroll; }

.place-infowindow {
  cursor: pointer; }

/*# sourceMappingURL=patricksdata.css.map */
