@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700,400italic,700italic);

h1 {
	font-weight: normal;
	font-size: 1em;
	line-height: 14px;
	display: inline;
}

html {
	background-color: rgb(238, 238, 238);
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	margin-top: 4em;
	font-family: 'Alegreya Sans', Calibri, serif;
	line-height: 1.5em;
	text-align: center;
	color: rgb(80, 80, 80);
	padding-bottom: 4em;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

a, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}

#thephoto {
	border: 1px solid black;
	margin: auto;
}

#main > h1, #main > p {
	max-width: 40em;
}

#title, .title {
	font-weight: 700;
}

#title:first-letter, .title:first-letter {
	text-transform: uppercase; }

#nav {
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 0em 0em 0.5em 1em;
	background-color: rgb(238, 238, 238);
}

#about {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0em 1em 0.5em 0em;
	background-color: rgb(238, 238, 238);
}

#storelink {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	padding: 3px;
	background-color: white;
	font-weight: bold;
	text-align: left;
}

#storelink a {
	border-bottom: none;
}
