#logo, header h1, header h2, h1,h2,h3,h4,h5,h6 {
text-align: left;
}

header h1 {
	background: none;
	margin-bottom: 3px;
	padding-bottom: 0!important;
	}

#cwrap header {
	text-align: left!important;
}	
	
#cwrap header h1 {
	background: none;
	margin-bottom: 3px;
	padding-bottom: 0!important;
	}
	

@media only screen and (max-width: 960px) {

#socialicons {
	text-align: left!important;
	padding-left: 50px;
	}

	}

@media only screen and (max-width: 480px) {

#socialicons {
	text-align: left!important;
	padding-left: 25px;
	}
	
#cwrap header {
	padding-left: 25px!important;
	}

}