.bd-special-shadow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(transparent));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
  height: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

a.navbar-item:hover, a.navbar-item.is-active, a.navbar-link:hover, a.navbar-link.is-active {
  color: #509957;
}

.slick-prev:before, .slick-next:before {
  color: hsl(0, 0%, 21%);
}

.becameDarker {
   -webkit-transition: all 0.5s ease;
   transition:  all 0.5s ease;
}

.becameDarker:hover {
   -webkit-filter: brightness(.6);
   filter: brightness(.6);
}

.loginBackground {
    background: linear-gradient(-225deg, #FFFEFF 0%, #7cb783 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.menu-list a:hover {
  background-color: #7cb783;
}

.navbar-item.is-mega {
  position: static;
}
.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: 0.375rem 1rem;
}

.tabsBody {
	border-bottom: solid 1px #dbdbdb;
	border-right: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
	border-radius: 0px 0px 5px 5px;
}

/* INSTAFEED CUSTOM STYLING START */

#instafeed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.1rem;
  grid-row-gap: 0.1rem;
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
}

.instagram-image img{
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.instaFeedBase:hover #instafeedOverlay {
  display: block !important;
}

#instafeedOverlay {
  background-color: rgba(0,0,0,0.7);
  width: 24%;
  height: 300px;
  position: absolute !important;
  display:none;
}

#instafeedOverlay a {
  color:white;
  text-align:center;
  margin-top: 30%;
}

@media screen and (max-width: 768px){
  .instagram-image img{
    width: 100px;
    height: 100px;
  }

  #instafeed {
    grid-template-columns: repeat(2, 1fr);
  }

  #instafeedOverlay {
    width: 42%;
    height: 100px;
  }

  #instafeedOverlay a {
    margin-top: 0%;
  }
}

/* INSTAFEED CUSTOM STYLING START */
