@charset "UTF-8";
/* Body */
body {
	background-color: #484240;
	font-size: 1em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding: 20px;
	margin:0;
	height: 100%;
	}
/* Container */

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: 4px;
}

section{
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #26BDAD;
	padding: 20px;
	margin: 0 auto;
	position:relative;
	
}

/* Hero Section */
.hero {
	background-color: #484240 ;
	padding-top: 150px;
	padding-bottom: 150px;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 9px;
	}

.tagline a{
	color: #FFFFFF;
}
a:hover{
	text-decoration: none;
}
/* About Section */

