html,body {
	margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}

#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);  
}
.btn-lg {
	border-radius: 0.75rem !important;
}
.bg-teal {
	background-color: #23b3c4 !important;
}
.background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.5;
	background: #000;
}
.card-background {
	background-size: cover;
	background-position: center;
}
.job-link {
	color: white;
}
.job-link:hover {
	color: white;
}

.btn-order {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 25px;
	color: #000 !important;
	padding: 9px 25px;
	margin: 16px 0;
}
.btn-order:hover {
	text-decoration: none !important;
	background-color: #fff;
}

.py-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.lead2 {
	font-size: 1.1rem;
	font-weight: 300;
}

ul.foot-nav li {
	display: inline;
}

ul.foot-nav li a {
	color: white;
	font-weight: 600;
}