﻿body {
    background-image: url("/assets/home/background-blur.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.background {
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}
.page-footer {
    background-color: transparent !important;
    border-top: 0px hidden !important;
}

.latest-book {
    backdrop-filter: blur(20px);
    border-radius: 20px;
}