@charset "utf-8";

.jumbotron{
	height:70vh;
	width:100%;
	background-image: url("../images/header.webp");
	background-size:cover;
	background-position: center center;
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.75);
}

.logo{
	max-width: 260px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.tan{
	background-color:#AFA48C;
	color:#fff;
}

.gray{
	margin-top: 2rem;
	padding: 3rem 1rem;
	background-color: rgba(41, 39, 39, 0.875);
	border: solid 1px rgb(175, 164, 140);
	text-shadow: 1px 1px 1px #000;
	box-shadow: 0 0 45px 0 #000;
}

hr{
	width: 80px;
	border-top: solid 2px #AFA48C;
}

.box-shadow{
	box-shadow: 0 0 45px 0 rgba(0,0,0,.15);
}

.text-shadow{
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

.subfooter{
	border-top: solid 1px rgba(0,0,0,.15);
	margin-top: 2rem;
	padding-top: 1.5rem;
}

@media (max-width:767px){
	.jumbotron{
		height: auto;
		padding: 3rem 0 5rem
	}
	h1,.h1{
		font-size: 2rem;
	}
	h2,.h2{
		font-size: 1.65rem;
	}
	h4,.h4{
		font-size: 1.3rem;
	}
}
