body { font-family: 'Anton', sans-serif; } /* .jumbotron { background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8c2VhJTIwYmFja2dyb3VuZHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&w=1000&q=80"); background-size: cover; color: black; } */ .jumbotron { position: relative; overflow: hidden; } .display-3 { color: black; } .lead { color: white; } video { position: absolute; z-index: 1; top: 0; width: 100%; height: 100%; 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%); */ } .container { z-index: 2; position: relative; } .navbar { background-color: #247000; } .card-body { background-color: rgb(209, 209, 209); }