@charset "utf-8";

nav {font-size: 20px;
}

body {
			  background-image: linear-gradient(to bottom, red, white); }
body {
			  background-repeat: no-repeat;}
@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');
}

.container {
	display: flex;
	display: webkit-flex;
	flex-flow: column;
align-items: center;
}

.figcaption {width: 700px;
}

h1, h2, h3, h4, h5, p, nav, ul, footer {
	text-align: center;
	color: #000000;
}

p {max-width: 1000px;
	min-height: 600;
margin: 0 auto}


h1, h2, h3, h4, h5, p, body, header, footer {
	font-family: architectsdaughter, "Comic Sans MS", cursive;}

li {text-decoration: none;
}