#header {
	margin: 0 auto;
	height: 100px;
	width:1000px;
	background-color:#BBC4AC;
	
}

#headerwrapper {
   	position: relative;
    	width: 1000px;
    	height:100px;
    	vertical-align: middle;
    	margin: 0 auto;
    	
}

#socialmedia {
	float:right;
}

#logo {
	float:left;
	height:100px;
	//margin:15px;
}

#headertext {
	position:absolute;
	bottom:20px;
	left:220px;
	text-align:left;
}

.companyname {
	font-family: EB+Garamond, Georgia, "Times New Roman", Serif;
	font-size:2.8em;
	color:#233503;
	/text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff;
	
	
}

