h2 {
	padding: 2rem 0;
	text-align: center;
	font-size: 150%;
}

h5 {
	padding-bottom: 0.75rem;
}

p {
	font-size: 110%;
	text-align: center;
}

hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #F8F8FF, #545454, #F8F8FF);
}

form {
	margin-top: 3rem;
}

div nav div ul li a:hover, div nav div ul li a:focus, div nav div ul li a:active  { 
	color: rgba(187, 156, 147, 1) !important; 
}

div nav div ul li a {
	font-size: 1.05rem;
}

.navbar .navbar-nav > .active > a {
	color: #93766E !important; 
}

/*.bg-light {
	background-color: rgba(187, 156, 147, 0.225) !important;
}*/

.container-fluid {
	padding: 0;
}

.navbar-holder {
	width: 175px;
}

.navbar-brand {
	font-size: 150%;
	padding-left: 2rem;
}

.nav-item {
	padding: 0 0.8rem;
}

.jumbotron {
	min-height: 13rem;
	max-height: 50rem;
	text-align: center;
	margin-bottom: 0;
	background-color: white;
	background-image: url(../photos/bg-40op.jpg);
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.full-height {
	min-height: 25rem;
}

.height-lim {
	max-height: 100px;
}

.lead {
	font-size: 165%;
	padding: 1rem;
}

.intro {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.footer {
	height: 8rem;
	margin-top: 4rem;
	font-size: 90%;
	text-align: center;
}

.footer hr {
	max-width: 90%;
}

.card {
	padding: 0rem;
	margin: 0.2rem;
	line-height: 1.0;
	border: none;
}

.centered {
	text-align: center;
}

.list-header {
	text-align: left;
	margin-bottom: 0;
	margin-left: 0.5rem;
}

.p-padded {
	padding-top: 1.5rem;
}

.display-4 {
	background: rgba(187, 156, 147, 0.65);	
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(187,156,147,0.85) 50%, rgba(255,255,255,0) 100%);
	border-radius: 5px;
	min-width: 200px;
	max-width: 835px;
	margin: 1rem auto;
	padding: 0.5rem 0;
}

.fa-check-circle {
	font-size: 5rem;
	padding: 3rem;
	color: rgba(187, 156, 147, 1);
}

.button-def {
	background-color: #007bff;
	color: white;
}

.is-logo {
	display: block;
	width: 300px;
	max-width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}