@charset "UTF-8";
body {
  background-color: #EEEADF;
}
.header {
  background-image: url('../images/large-header.png');
	background-position: top;
	background-repeat: no-repeat;
}
.divider {	
  background-image: url('../images/largeDivider.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	padding: 40px;

}
.header-copy{
		padding-top: 150px;

}
img{
	border: 8px solid white;

}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  text-align: center;
  font-family: Estilo;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  font-style: normal;
}
h1 {
  font-family: Engravers MT;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px; /* 110% */
  letter-spacing: 5px;
  text-transform: lowercase;
}
h2 {
  font-size: 25px;
  text-transform: uppercase;
	line-height: 80px;
}
.little {
  font-size: 20px;
	line-height: 30px;
}h3 {
  font-size: 35px;
}
h4 {
  font-size: 20px;
	line-height: 60px;
}
.extra{
	margin-top: 20px;
	margin-bottom: 20px;
}

@font-face {
  font-family: "Engravers MT Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Engravers MT"), local('EngraversMT'), url("https://d3jpwrui3eswtl.cloudfront.net/engraversmt/EngraversMT-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Engravers MT";
  font-style: normal;
  font-weight: 500;
  src: local("Engravers MT"), local('EngraversMT'), url("https://d3jpwrui3eswtl.cloudfront.net/engraversmt/EngraversMT-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Estilo Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Estilo"), local('Estilo'), url("https://d3jpwrui3eswtl.cloudfront.net/estilo/Estilo-Regular.otf") format('opentype');
}
@font-face {
  font-family: "Estilo";
  font-style: normal;
  font-weight: 400;
  src: local("Estilo"), local('Estilo'), url("https://d3jpwrui3eswtl.cloudfront.net/estilo/Estilo-Regular.otf") format('opentype');
}