@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswals');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.intro {
	width: 100%;
	margin: auto;
	xbackground: url('http://www.mycarbonoffsets.com/web_site_template-02.jpg')
	no-repeat 50% 50%;
    xbackground: url('http://www.mycarbonoffsets.com/web_site_template-02.jpg') no-repeat center center;
	background: url('http://www.mycarbonoffsets.com/web_site_template-02.jpg') no-repeat center center;
	background-size: contain;
	xdisplay: table;
	top: 0%;
	padding-top: 96.33%;
}
.intro .xinner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;

}