html {
    height: 100%;
}

body {
	font-family: 'Roboto Slab', serif;
	font-size: 11pt;
  position: relative;
  min-height: 100%;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.0rem;
}

h6 {
	font-size: 0.75rem;
}

.img-thumbnail.center-block {
  margin: 1em auto;
  display: block;
}
