@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');

:root {
  --primary: #29b673;
  --secondary: rgba(41,182,115, .20);
  --beige: rgba(253, 242, 218, 1);
  --disabled: #929292;
  --grey: #4f4f4f;
  --grey-lt: #dddddd;
  --grey-lt2: #efefef;
  --monkey-blue: #006674;
  --border-style: 1px solid var(--grey-lt);
}
html {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#site-header {
  z-index: 988;
}
#navbarNav .navbar-nav {
  align-items: center;
}
.navbar {
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0;
  max-height: 188px;
}
.navbar .navbar-brand {
  margin: 0;
  z-index: 2;
}
#navbarNav {
  color: #fff;
  width: 100%;
  padding-top: 10px;
  margin-top: -23px;
  z-index: 1;
}
#navbarNav a {
  color: #fff;
  font-weight: bold;
  font-size: 1.15rem;
}
.navbar .navbar-toggler {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 3;
  
}
main {
  min-height: calc(80vh - 216px);
}

main.interior {
  background-color: #f8f9fa;
  padding-top: 2rem;
}
footer p,
footer address {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
a, a:link, a:active, a:hover {
  color: var(--monkey-blue);
}

/* HOMEPAGE */
#homepage-navigation-grid .item figure {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
#homepage-navigation-grid .item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.50);
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* BREADCRUMBS */
#breadcrumbs ul {
  margin: 0 0 1rem;
  padding: .25rem 0;
  border-bottom: var(--border-style);
}

#breadcrumbs ul li {
  display: inline-block;
  line-height: 2.5;
  color: #000;
}
#breadcrumbs ul li {
  font-weight: 700;
  font-size: 12px;
}
#breadcrumbs ul li:nth-child(1) a {
  color: var(--disabled);
}
#breadcrumbs ul li:first-of-type::after {
  content: '>';
  color: var(--disabled);
  margin: 0 .15rem;
}
#breadcrumbs ul li {
  text-transform: capitalize;
}

/* CAROUSEL */
#homepage-navigation-grid .item {
  max-height: 350px;
  overflow: hidden;
}

#homepage-navigation-grid .item img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
}

/* BUSINESS LIST */
.columns {
  columns: 2;
}
.business-list li {
  margin-bottom: 1.5rem;
}
.business-list li p {
  margin-bottom: 0.125rem;
}
.business-list li a,
.business-list li a:hover,
.business-list li a:active {
  color: #212529;
}
.business-list li a:hover,
.business-list li a:active {
  text-decoration: underline;
}
.border-bottom {
  border-bottom: 1px solid #333!important;
}
.business-list .card {
  min-height: 100%;
}
.business-list li h5 {
  margin-bottom: 1rem;
}
.business-list li h5::before,
.business-list li p::before{
  display: inline-block;
  vertical-align: middle;
}
.icon-location::before {
  background-image: url('../images/icons/icon-location.png');
  background-size: contain;
  background-position: center;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.icon-phone::before {
  background-image: url('../images/icons/icon-phone.png');
  background-size: contain;
  background-position: center;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#filters select {
  padding: 0.5rem;
}
/* INFO PANE */
#info-pane .map iframe {
  width: 100%;
  height: 80%;
}

#info-pane .info-box {
  min-height: 280px;
}
/* INTERIOR */
/* .interior #main-content article {
  padding-right: 2rem;
} */

/* board of directors */
#board-of-directors h5,
#board-of-directors p {
  display: inline-block;
  vertical-align: baseline;
}
#board-of-directors p,
#board-of-directors h5 {
  margin-bottom: 0;
}

/* BRICKS AND PLAQUES */
#bricks-plaques .brick-list {
  margin-left: -5px;
  margin-right: -5px;
}
#bricks-plaques .brick-list .brick-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#bricks-plaques .brick-list .brick-item > div {
  border-radius: 5px;
}
#bricks-plaques .brick-list .brick-item h5,
#bricks-plaques .brick-list .brick-item p {
  color: #fff;
  text-transform: capitalize;
}

/* LINKS */
.btn-primary {
  background-color: var(--monkey-blue);
}
#links ol li {
  margin-bottom: 2rem;
}

/* CONTACT */
#contact label:nth-child(1),
#contact label:nth-child(4) {
  display: block;
}
#contact label:nth-child(2),
#contact label:nth-child(3),
#contact label:nth-child(5) {
  width: 49.7%;
}
#contact .message {
  width: 100%;
  height: auto;
}

/* SIDE CONTENT */
#side-content {
  margin-top: 1rem;
}
#side-content .facebook-link .row div {
  padding: 0;
}
#side-content .w-100 h5 {
  margin-bottom: 0;
}
#side-content .w-100 img {
  padding: 0.25rem 0;
}
#side-content iframe {
  max-width: 100%;
  height: auto;
}
#side-content address {
  margin-bottom: 0;
}
#side-content.bottom-content [class*=col] {
  margin-bottom: 1.5rem;
}
#side-content.bottom-content #side-content .facebook-link .row {
  padding-top: 3.5rem;
}
#side-content.bottom-content [class*=col] .w-100 {
  max-height: 150px;
  width: auto;
  overflow: hidden;
}
#side-content.bottom-content [class*=col] .w-100 img {
  transform: translateY(-25%);
}
#side-content.bottom-content [class*=col] .w-100.maling-list img {
  min-height: 100%;
  max-width: none;
  transform: translateX(-25%);
}

/* UTILS */
.bg-color--green {
  background-color: var(--primary);
}
.bg-color--green-lt {
  background-color: var(--secondary);
}
.bg-color--beige {
  background-color: var(--beige);
}
.bg-color--grey {
  background-color: var(--grey-lt2);
}
.bg-color--grey2 {
  background-color: var(--grey);
}
.list-border-bottom li {
  border-bottom: 1px solid #333!important;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* PHOTO GALLERY */
#gallery .gallery-images .gallery-image {
  margin-bottom: 1.5rem;
}
#gallery .gallery-images img {
  margin-bottom: 1rem;
}
#gallery .gallery-images .gallery-image-btn,
#gallery .gallery-images .gallery-image-btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
#gallery .gallery-dimmer.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  /* display: none; */
  opacity: 0;
  transition: all 250ms ease-out 50ms;
  z-index: -1;
}
#gallery .gallery-dimmer.active {
  background-color: rgba(0,0,0,0.45);
  display: block;
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}

#gallery .gallery-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 45vh;
  height: auto;
  text-align: center;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
#gallery .gallery-dimmer img {
  opacity: 0;
  transition: all 300ms ease-out 250ms;
}
#gallery .gallery-dimmer.active img {
  opacity: 1;
}
/* TYPOGRAPHY */
.bold {
  font-weight: bold;
}
/* RESPONSIVE */
@media (max-width: 576px) {
  footer .ml-5 {
    margin-left: 0!important;
  }
  footer [class*=col]:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
 /* HISTORY */
  #history article figure {
    float: right;
    max-width: 250px;
    font-size: 12px;
    padding-left: 1rem;
  }

  footer .container-fluid > .row {
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .business-list {
    margin-top: 2rem;
    columns: 2;
  }
  #side-content {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .navbar {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: none;
  }
  #homepage-slider .carousel-item {
    height: 40vh;
  }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}