@charset "utf-8";
/* CSS Document */


/* green: 1e533f */
/* lightest c6cabc */
/* mid 829a8a */
/* complimentary color #3f1e53 or #531e32 */


body {
	text-align: center;
	 font-family: 'Lato', sans-serif;
 font-weight: 300;
	/*font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;*/
	font-size: 30px;
	color: #000;
	}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Prata', serif;
}
h1
{

 font-size: 90px;
	color: white;
}
h2, h3 {
	color: white;
}

.bookends {
  position: relative;
  border-width: 5px;
  border-color: hsl(0, 0%, 50%) transparent;
  height: 11px;
  border-style: double;
  width: 50%;
}
.bookends:before,
.bookends:after {
  position: absolute;
  bottom: -3.536px;
  width: 7.071px;
  height: 7.071px;
  display: block;
  border-width: 0 7.071px 7.071px 0;
  border-color: hsl(0, 0%, 50%);
  border-style: double;
  box-sizing: border-box;
}
.bookends:before {
  transform: translateZ(0) rotate(-45deg);
  left: -21px;
}
.bookends:after {
  transform: translateZ(0) rotate(135deg);
  right: -21px;
}
header {
	background-color: #1e533f;
	padding-top: 90px;
padding-bottom: 90px;
}
.image-wrapper
{
	position: relative;
}

.scale-image
{
	display: block;
	width: auto;
	max-width: 75%;
	text-align: center;
}
p {
	margin-left: auto;
    margin-right: auto;
	display: block;
	margin-bottom: 80px;
	width: 70%;
	line-height: 200%;


}
.center {
	margin-left: auto;
    margin-right: auto;
	display: block;
	}
.tight {
	width: 50%;

}
img {
	max-width: 70%;
}


@media only screen and (max-width: 800px) {
  .tight {
	width: 100%;


}
img {
	max-width: 100%;
}
}
