/* .webp #wrapper .bg {
  background-image:		none;
} */
.no-webp #wrapper .bg, .nojs #wrapper .bg {
  background-image:		url('../../images/overlay.png'),	linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)),	url('../../images/bg.jpg');
}
.webp #wrapper .bg {
  background-image:		url('../../images/overlay.png'),	linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)),	url('../../images/bg.webp');
}
.bsp-aboutcenter, .bsp-center, .bsp-center figcaption p {
  text-align: center;
}
.bsp-aboutcenter img {
  max-width: 450px;
}
.bsp-center img {
  width: 75%;
}
.bsp-aboutcenter figcaption p{
  font-family: Merriweather, Georgia, serif;
  text-align: center;
  font-size: 80%;
}
.bsp-h2 {
  font-size: 1.5rem;
}
.bsp-gallery > * {
  width: 25% !important;
}
.bsp-gallery > article {
  width: 25% !important;
  border-left-width: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.bsp-figure{
  height: 20rem;
}
.bsp-figure a{
  border-bottom-style: none;
}
.bsp-figure img{
  height: 20rem;
  width: auto;
}
/* @media screen and (min-width: 980px) {
  .bsp-gallery > article {
    padding: 2rem !important;
  }
  .bsp-gallery > article:nth-child(4n) {
    border-right-width: 0;
  }
  .bsp-gallery > article:nth-child(4n + 1):nth-last-child(-n + 4),
  .bsp-gallery > article:nth-child(4n + 1):nth-last-child(-n + 4) ~  article {
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 736px){ */
@media screen and (min-width: 736px){
  .bsp-gallery > * {
    width: 33.3333% !important;
  }
  .bsp-gallery > article {
    width: 33.3333% !important;
  }
  .bsp-gallery > article:nth-child(3n) {
    border-right-width: 0;
  }
  .bsp-gallery > article:nth-child(3n + 1):nth-last-child(-n + 3),
  .bsp-gallery > article:nth-child(3n + 1):nth-last-child(-n + 3) ~  article {
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 736px) and (min-width: 480px){
  .bsp-gallery > * {
    width: 50% !important;
  }
  .bsp-gallery > article {
    width: 50% !important;
  }
  .bsp-gallery > article:nth-child(2n) {
    border-right-width: 0;
  }
  .bsp-gallery > article:nth-child(2n + 1):nth-last-child(-n + 2),
  .bsp-gallery > article:nth-child(2n + 1):nth-last-child(-n + 2) ~  article {
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .bsp-gallery > * {
    width: 100% !important;
  }
  .bsp-gallery > article {
    width: 100% !important;
    border-right-width: 0;
  }
  .bsp-gallery > article:nth-last-child(1) {
    border-bottom-width: 0;
  }
}
#copyright.bsp-copyright  {
  margin-top: 2rem ;
  margin-bottom: 2rem ;
}
.bsp-icons {
  padding-bottom: 1rem;
}

#main {
  z-index: 3!important;
}
