body {
	color: #48535c;
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}

main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

main img {
	width: 100%;
}

#container {
	margin: auto;
	max-width: 960px;
}

header img {
	height: auto;
	max-width: 100%;
}

nav {
	background-color: #75787f;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	font-size: 15px;
}

#left-pane,
#right-pane {
	box-sizing: border-box;
	padding: 20px;
	width: 50%;
}

#left-pane {
	background-color: #faf8ec;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	box-sizing: border-box;
	padding: 20px;
	width: 50%;
}

#right-pane {
	background-color: white;
}

footer {
	margin: 50px;
	color: 9e9b8b;
	font-size: 10px;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

@media (max-width: 768px) {

	#left-pane,
	#right-pane {
		width: 100%;
	}
}

A:link#active,
A:visited#active {
	text-decoration: underline;
	color: white;
	font-weight: bold;
	font-size: 15px;
}

A:hover#active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

A:active {
	color: white;
	text-decoration: none;
}

A:link#navigation,
A:visited#navigation {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:hover#navigation {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#testimonial {
	background: #563831;
	font-style: italic;
	text-align: left;
	color: white;
}

#testimonial p {
	margin: 30px;
}

table,
td {
	border: 1px solid black;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.active,
.accordion:hover {
	background-color: #ccc;
}

.gray_heading {
	color:#c7cacb;font-size:25px;line-height:35px;font-weight;bold;padding:20px 0px;
}

