@charset "UTF-8";
/* CSS Document */

body {
	background-color: #D9D4CB;
}
footer {
	background-color: #D9D4CB;
}
.banner-image {
	width: 100%;
	margin-top: 50px;
}
.banner-col {
	padding: 0px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
h1 {
	font-family: 'Tangerine', cursive;
	font-size: 63px;
}
.h1_div {
	border-bottom: solid 3px #B0E9C2;
	display: inline-block;
	line-height: 43px;
	margin-top: 30px;
	color: #59514D;
}
.paragraph_spacer {
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	color: #59514D;
}
#description {
	margin-bottom:  60px;
}

#AboutUsHeading {
	font-family: 'Tangerine', cursive;
	font-size: 63px;
	color: #59514D;
	border-bottom: 2px solid #B0E9C2;
	display: inline-block;
	line-height: 35px;
	margin-top: -30px;
	margin-bottom: 20px;
}
