html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

header {
	position: fixed;
	width:100%;
	height: 90px;
	padding-top: 4px;
}

header h1 {
	margin-bottom: 8px;
	margin-top: 8px;
}

main {
	max-width: 800px;
	margin: 0 auto !important;
	padding-left: 1em;
	padding-right: 1em;
}

section {
	padding-top: 90px;
}

section aside a {
    display: block;
    position: relative;
    top: -90px;
}

/* the fluff */

body {
	background: #f6f7f1 url(assets/page_background.jpg);
	color: #7f7f7f;
	font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
}

h1, h2, h3, h4 {
	color: #4c4c4c;
	font-weight: normal;
}

header {
	background-image: url(assets/navbar_bg.png); background-position: top right; background-repeat: no-repeat;
}

footer {
	background-image: url(assets/footer_bg.png); background-position: top right; background-repeat: no-repeat;
	height: 90px;
	padding-left: 1em;
	padding-right: 1em;
}

address {
	padding-top: 1em;
	text-align: center;
}

.babypic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  float: right;
}
