.logo {
	max-height: 32px;
	height: auto;
}
.bg-cover {
    background: no-repeat 50% / cover;
}

.bg-footer {
    --gk-bg-opacity: 1;
    background-color: #e2daff !important;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
}
