body{
    overflow-x: hidden;
                                 
    font-family: Quicksand;

}
@media (min-width: 576px) {
    main{
        padding: 1em;
    }
}

@font-face {
    font-family: "feather";
    src: url('fonts/feather.woff') format('woff'); /* chrome, firefox */
}
@font-face {
    font-family: 'Hensa-Regular';
    src:url('fonts/Hensa-Regular.ttf.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.babystreet-waveRow {
    padding-bottom: 160px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.babystreetWaveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
    background-image: url('image/wave-top.png');
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
    background-image: url('image/wave-mid.png');
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
    background-image: url('image/wave-bot.png');
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.special-font, .babystreet-special-pre-title, .special-font *, .babystreet-fancy-category {
    font-family: 'Hensa-Regular' !important;
    font-weight:normal !important;
    font-style:normal !important;
}

.special-font[style*="color: #ffffff"] {
    text-shadow: 0px 0px 15px rgba(0,0,0,.12);
}
.text-blue{
   color: #498e67;
}
#hero h2 {
    font-size: 70px;
}
.more .image_div{
    margin-bottom: 0px !important;
    padding-top: 150px !important;
    padding-right: 6% !important;
    padding-bottom: 150px !important;
    padding-left: 6% !important;
    background-image: url(../image/slidermobile.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.more .text_div_mission{
    margin-bottom: 0px !important;
    padding-top: 150px !important;
    padding-right: 6% !important;
    padding-bottom: 150px !important;
    padding-left: 6% !important;
    background-image: url(../../assets/image/greenlife.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.more .text_div_service{
    margin-bottom: 0px !important;
    padding-top: 150px !important;
    padding-right: 6% !important;
    padding-bottom: 150px !important;
    padding-left: 6% !important;
    background-image: url(../../assets/image/cooking.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

