.header-image.home {
    height: 475px;
    background-image: url(../images/template/block3.png);
}
.header-image {
    background-repeat: no-repeat;
    background-position: top right;
}

body {
    background-color: #e8e3df;
}

.no-bg {
    background-color: transparent !important;
}

.nav-link {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
/*18px*/

.card-home-header {
    background-color: rgba(255,255,255,0.5) !important;
}
