i {
    cursor: pointer;
}

section.hero {
    height: 100vh;
}

div.hero-text {
    height: 60vh;
}

.noscroll {
    overflow-y: hidden !important;
}

.overlay {
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.97);
    overflow-y: scroll;
}

.overlay .card {
    cursor: default !important;
}

.overlay .card .card-body {
    height: 99.99%;
}

