html, body {
	font-family: "Barlow", serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-regular-italic {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: italic;
}

.websiteMainContentDiv {
    min-height: calc(100vh - 200px);
}

.bbNavMassage {
    background-color: #253439;
}

.bbBodyNei {
    background-color: #253439;
    color: #FFFFFF;
}

.bbNavNei {
    background-color: #FFFFFF;
}

@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .bb-img-fluid {
        max-width: 100%;
        height: auto;
    }
}

.bbFooterMassage {
    color: #FFFFFF;
    background-color: #253439;
}

.bbFooterMassage a {
    color: #FFFFFF;
    text-decoration: none;
}

.bbFooterMassage a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.bbFooterNei {
    color: #253439;
    background-color: #FFFFFF;
}

.bbFooterNei a {
    color: #253439;
    text-decoration: none;
}

.bbFooterNei a:hover {
    color: #253439;
    text-decoration: underline;
}

#map {
    height: 350px;
}

.frontpageDiv {
    position: relative;
    width: 100vw;
    height: 50vh;
}

.frontpageCenterDiv {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 15%;
}
@media (max-width: 991px) {
    .frontpageCenterDivNei {
        top: 15%;
        bottom: unset;
    }
}

.frontpageCenterDiv h1 {
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .frontpageDiv {
        position: relative;
        width: 50vw;
        height: 100vh;
    }

    .frontpageCenterDiv {
        bottom: 15%;
    }
}

.frontPageBlockMassage {
    background-image: url('/theme/masante/images/massage-1.jpg');
    background-size: cover;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.frontPageBlockNei {
    background-image: url('/theme/masante/images/nei-1.jpg');
    background-size: cover;
    background-position-x: right;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.frontPageBlockMassage:hover, .frontPageBlockNei:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.clickableDiv {
    cursor: pointer;
}

.frontpageBlock {
    position: absolute;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 1000;
    width: 100vw;
    padding: 4px 4px;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .frontpageBlock {
        position: unset;
        background-color: #000000;
    }
}

@media (min-width: 992px) {
    .frontpageBlock {
        font-size: 1.25rem;
    }
}

.bbCalendarGrid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    row-gap: 2px;
}

.bbCalendarEmpty {
    padding: 10px;
    min-height: 37px;
    min-width: 42px;
}

.bbCalendarDay {
    padding: 10px;
    min-height: 37px;
    min-width: 42px;
    text-align: center;
}

.bbCalendarDayBorder {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.bbClickableDay {
    cursor: pointer;
}

.modal-body {
    color: #000000;
}

.bbHoverBlackWhite {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bbHoverBlackWhite:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bbBlockFrontpage {
    position: relative;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bbBlockFrontpageButton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.bbBlockFrontpageTitle {
    position: absolute;
    bottom: 0;
    padding: 100px 15px 10px 15px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    transition: 500ms;
}

.bbBlockFrontpageButton {
    opacity: 0;
    transition: 500ms;
}

.bbBlockFrontpage:hover .bbBlockFrontpageTitle {
    opacity: 0;
}

.bbBlockFrontpage:hover .bbBlockFrontpageButton {
    opacity: 1;
}

.bbFooterSocialMedia {
    font-size: 1.3rem;
    text-align: center;
}

.bbFooterSocialMedia i {
    font-size: 2.7rem;
}

.bbFooterSocialMedia a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .bbFooterSocialMedia {
        text-align: right;
    }
}
