@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
body {
  font-size: 14px;
}

.flexslider .probootstrap-slider-text .sub-heading {
  font-size: 14px;
  padding-top: 20px;
  text-shadow:2px 0px 2px #000000;
  color: rgba(255,255,255,.9);
}

.probootstrap-navbar .navbar-nav>li>a {
  font-family: 'Architects Daughter', cursive;
  text-transform: none;
}

.probootstrap-section-bg .probootstrap-heading {
  margin-top: 120px;
}

.probootstrap-heading .secondary-heading {
  font-family: 'Architects Daughter', cursive;
  text-transform: none;
  font-weight: normal;
  font-size: 70px;
}
.probootstrap-heading .primary-heading {
  font-family: 'Architects Daughter', cursive;
  opacity: 0.4;
  color: #ccc;
}
.probootstrap-footer h3,
.probootstrap-copyright {
  font-family: 'Architects Daughter', cursive;
  text-transform: none;
}
.probootstrap-section-bg {
  height: 500px;
}

section[data-section=menu] {
  margin-top: -90px;
} 
@media screen and (max-width: 768px) {
  .probootstrap-section-bg .probootstrap-heading {
    margin-top: 10px;
  }
  .probootstrap-section-bg {
      height: 220px;
  }
  .probootstrap-heading .secondary-heading {
    font-size: 60px;
  }
}

.gallery img {
  width: 100%;
}

.flexslider.slider-live {
  height: auto;
  overflow:hidden;
}

.flexslider.slider-live .slides>li {
  height: auto;
}

.gallery {
  padding:5px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }