/* Base Styles */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@iphone-screen {
  background-attachment: scroll; }
.gallery > img {
  max-height: 225px;
  float: left;
  margin: 8px; }

.imagerow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; }
  .imagerow .imagecol-2 {
    flex: 49.5%;
    max-width: 49.5%;
    padding: 0 1%; }
    .imagerow .imagecol-2 img {
      margin-top: 8px;
      vertical-align: middle; }
  .imagerow .imagecol-3 {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px; }
    .imagerow .imagecol-3 img {
      margin-top: 8px;
      vertical-align: middle; }
  .imagerow .imagecol-4 {
    flex: 23%;
    max-width: 23%;
    padding: 0 1%; }
    .imagerow .imagecol-4 img {
      margin-top: 8px;
      vertical-align: middle; }

#instafeed {
  /* Prevent vertical gaps */
  line-height: 1;
  -webkit-column-count: 4;
  -webkit-column-gap: 3px;
  -moz-column-count: 4;
  -moz-column-gap: 3px;
  column-count: 4;
  column-gap: 3px; }

#instafeed img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important; }

@media (max-width: 1200px) {
  #instafeed {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }
@media (max-width: 1000px) {
  #instafeed {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 800px) {
  #instafeed {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 400px) {
  #instafeed {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
html, body {
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.static-top-nav {
  padding: 0; }

.navbar {
  background-color: white;
  border-radius: 0;
  margin-bottom: 0; }

/*NAVIGATION*/
nav {
  min-height: 50px; }
  nav .navbar {
    margin: 10px auto; }

/*HEADER*/
.top-image-full {
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 90%;
  min-height: 450px;
  background-size: cover, cover;
  background-position: center;
  position: relative; }

/* CONTENT ELEMENTS*/
.image-left {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075); }
  .image-left .image {
    padding-left: 0;
    padding-right: 0; }
  .image-left .text {
    padding: 5rem 3rem; }

.image-right {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075); }
  .image-right .image {
    padding-left: 0;
    padding-right: 0; }
  .image-right .text {
    padding: 5rem 3rem;
    display: inline-block; }

img.bordered {
  border: solid 3px black; }

/*FONTS AND IMAGES*/
.link {
  cursor: pointer; }

.img-center {
  margin-left: auto;
  margin-right: auto; }

/*FORM STYLES*/
.ui-widget {
  font-size: 1.4rem; }

.hasDatepicker {
  position: relative;
  z-index: 9999; }

a.tel {
  color: inherit; }

.black-bar {
  background-color: black;
  color: white;
  text-shadow: none;
  font-weight: 300; }
  .black-bar label {
    font-weight: 300; }
  .black-bar input {
    color: black; }
  .black-bar select {
    color: black; }
  .black-bar a {
    color: #ebebeb;
    font-size: 1.4rem;
    line-height: 2rem; }
    .black-bar a:hover {
      text-decoration: none;
      color: #d2d2d2; }

#map {
  height: 100%; }

.modal {
  overflow-y: auto; }

@media screen and (max-width: 768px) {
  .navbar-brand {
    float: left;
    max-width: 60%; }
    .navbar-brand img {
      margin-top: 0;
      float: left; }

  .image-left .text, .image-right .text {
    padding: 3rem 2rem; } }

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