@charset "utf-8";
@import url("../webfonts/architectsdaughter/stylesheet.css");

@font-face {
	font-family: 'architectsdaughter';
	src: url('../webfonts/architectsdaughter/architectsdaughter-webfont.eot');
	src: url('../webfonts/architectsdaughter/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.woff') format('woff'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.ttf') format('truetype'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.svg') format('svg');
}

h1, h2, h3, p, nav, ul, footer {
	text-align: center;

}

p {max-width: 1200px;
margin: 0 auto;}

h1, h2, h3, body, header, footer {
	font-family: architectsdaughter, "Comic Sans MS", cursive;

}


