/* Some basic default font styles I've chosen to start with */
html {font-size: 112.5%;} /*18px*/

body {
  background: white;
	font-family: 'lato', serif;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 1.3;
	letter-spacing: -.1rem;
}

h1 {
  margin-top: 0;
  font-size: 5.052rem;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

small, .text_small {font-size: 0.8rem;}

a {
	text-decoration: none;
	color: #333333;
}
p {
	font-family: 'lato', serif;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0rem;
}