/*	*********************************************************************** */
/*	Content
/*	*********************************************************************** */
input::placeholder {
	color: rgb(165,165,165) !important;
	}
.form-control:focus {
	border-color: var(--secondary) !important;
	box-shadow: 0 0 0 0.2rem var(--secondary-light) !important;
	}
div.card img,
div.card video {
	object-fit: cover;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	vertical-align: middle !important;
	}

.btn-primary {
	color: var(--white) !important;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	}

.jumbotron {
/*	background-image: url(/assets/jaddy-liu-dzMvy69csJE-unsplash.jpg);
*/	background-size: cover;
	padding-left: 5rem;
	padding-right: 5rem;
	}
.jumbotron h1 {
	font-size: 3.75rem;
	}
.jumbotron h1 span:first-child {
	color: var(--primary) !important;
	font-weight: 800;
	}
.jumbotron h1 span:nth-of-type(2) {
	color: var(--alt);
	font-weight: 800;
	}
.jumbotron div.bg {
	background-color: var(--white);
	padding: .8rem;
	border-radius: .25rem;
	}
@media only screen and (max-width: 768px) {
	.jumbotron {
		padding-top: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		}
	.jumbotron h1 {
		font-size: 2.75rem;
		}
	}