html {
    line-height: 1.15;
    /* 1 */
	-webkit-text-size-adjust: 100%;
    /* 2 */
    height:100%;
}
body {
    font-family: poppins !important;
}
body.custom-background {
    background-color: #BCBCBC;
   
}
body.custom-background #page {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-custom{
   
}
.custom-content {
    position: relative;
    width:100%;
}
.custom-content-hannamaria::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 182, 193, 0.2); /* Change the color and opacity as needed */
}
.custom-content-kehokeskus::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:1px solid green;
    background-color: rgba(131, 203, 165, 0.6); /* Change the color and opacity as needed */
}
.hieronta-header {
    /*background-color: rgba(131, 203, 165, 1); */ /* Change the color and opacity as needed */
    background-color: #ECFFDC;
}
.custom-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.reservation {
    min-height: 500px;
    height:980px;
}

.default-page-btn {
    background-color: #343a40;
    color:#ffffff;
}

.navbar-font-family {
    font-family: Garamond !important;
}
