html, body { 
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        scroll-behavior: smooth;
}
body {
        font-family: 'Roboto', sans-serif;
        background-color: #f0ece2;
        color: #2a2c39;
        font-size: 14px;
}
.bg-grey-dark {
        background-color: #252734 !important;
}
.card, footer, a.link {
        background-color: #2a2c39;
        color: #f0ece2;
}
.card-body {
        color: #2a2c39;
        background-color: #ffffff;
}
.min-vh-60 {
        min-height: 60vh !important;
}
header {
        position: relative;
        background-color: black;
        height: 100vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
}
header video {
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
}
header .container {
        position: relative;
        z-index: 2;
}
header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
}
.logo-60 {
        height: 60px !important;
        width: auto;
}