/*
Theme Name : Dhm
*/

@import "assets/css/style.css";


img.size-full {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#slider .slick-slide {
    position: relative;
}

#slider .title {
    position: absolute;
    left: 26%;
    font-size: 68px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -5px;
    width: 100px;
}

.mt-13 {
    margin-top: 13rem !important;
}

footer {
    position: relative;
}

.footer_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f0eee8;
    z-index: -1;
}
