body {
	font-family: "Parisienne", cursive;
	font-family: "Satisfy", cursive;
	font-family: "Dancing Script", cursive;
	background-color: #dee1e8;
}

#intro {
	overflow: hidden;
}

.nav {
	display: block;
	height: 200px;
	background-color: #8693ab;
}

.nav h1 {
	font-size: 4.5rem;
	text-align: center;
	color: #bdd4e7;
	font-weight: bold;
	width: 25%;
	margin: 0 5%;
	padding: 0 40px;
	background-color: #4a515e;
	position: absolute;
	top: 160px;
	left: 150px;
}

.bar {
	font-family: "Parisienne", cursive;
	display: inline-block;
	margin: auto 50%;
	position: relative;
	top: 85px;
	left: 90px;
}

button {
	font-size: 1.1rem;
	font-weight: lighter;
	padding: 1%;
	background-color: #bdd4e7;
	border-radius: 5%;
	border: none;
	margin-right: 8px;
}

.statement {
	margin: 5% auto;
	border: 2px solid #aab9cf;
	background-color: #f9fbfc;
	width: 1200px;
	overflow: hidden;
	box-shadow: 5px 5px 20px 5px #4a515e;
}

.opening {
	width: 450px;
	height: 410px;
	float: right;
}

h1 {
	font-size: 4rem;
	margin: auto;
	color: #4a515e;
	padding: 10% 20% 10% 5%;
}

.services {
	display: flex;
	width: 1200px;
	margin: 7rem auto 0;
}

ul {
	display: flex;
	width: 1200px;
	list-style: none;
	padding: 0;
}

li {
	margin: 0 3%;
	width: 275px;
}

h2 {
	text-align: center;
}

.ending {
	display: flex;

	width: 1200px;
	margin: 10% auto;
}

.lhbox {
	border: 5px solid #aab9cf;
	width: 590px;
	box-shadow: inset 0px 0px 30px 5px rgba(74, 81, 94, 1);
}
.ending p {
	padding: 0 5%;
}

.ending h2 {
	font-size: 3rem;
	text-align: center;
	color: #bdd4e7;
	font-weight: bold;
	width: 40%;
	margin: 0 10%;
	padding: 0 25px;
	background-color: #8693ab;
	position: relative;
	top: -35px;
	overflow: hidden;
}

#endtext {
	padding: auto 5%;
}
.rhbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 590px;
}

.rhbox > div {
	border: 5px solid #aab9cf;
	margin: 5%;
}

.mission h2 {
	width: 50%;
	box-shadow: inset 0px 0px 30px 5px rgba(74, 81, 94, 1);
}

.local {
	box-shadow: inset 0px 0px 30px 5px rgba(74, 81, 94, 1);
}

h3 {
	font-size: 1.5rem;
	float: right;
	position: relative;
	left: -70px;
}

.listpic {
	height: 229px;
	width: 218px;
	border: 3px solid #aab9cf;
	box-shadow: 5px 7px 4px #4a515e;
}

.lower_pic {
	height: 100px;
	width: 100px;
	border: 3px solid #aab9cf;
	position: relative;
	left: 10px;
	box-shadow: 5px 7px 4px #4a515e;
}

footer {
	height: 75px;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	background-color: #8693ab;
	padding-top: 1%;
}
.statementText {
	text-shadow: 3px 3px #aab9cf;
}
