/*
 Body
*/

body {
  background: #fff;
  padding: 1rem;
  background-image: url('../img/background-repeating.png');
  background-repeat: repeat;
  line-height: 1.7;
  letter-spacing: 0.01em;
}


/*
 Content container
*/

.content {
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 10px #aaa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media print,
screen and (min-width: 64em) {
  .content {
    padding: 4rem;
    margin-top: 2rem;
	  margin-bottom: 2rem;
  }
}


/*
 Typography
*/

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #1C270C;
}


/*
 Header
*/

.site-header {
  text-align: center;
}

.subtitle {
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}

.subtitle strong {
  color: #8cc63e;
  font-style: italic;
}


/*
 Primary
*/

.intro-section {
	text-align: center;
}

.unit {
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
}

.unit:last-child {
	margin-bottom: 0;
}

.unit.left {}

.unit.right {
	text-align: right;
}

.intro-section p {
	font-size: 120%;
	font-style: italic;
}

.contact {
  margin-bottom: 0;
}

.intro {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

a:link,
a:visited {
  color: #8cc63e;
}

a:focus,
a:hover,
a:active {
  color: #486823;
}

.social {}

.icon {
  display: inline-block;
  margin-left: .15rem;
  margin-right: .15rem;
}

.icon:focus,
.icon:hover,
.icon:active {
  opacity: .7;
}

.callout {
  background-color: #fefefe;
  border: 2px solid #eee;
  padding: 1rem;
  border-radius: 9px;
  margin: auto;
  max-width: 20rem;
}

@media print,
screen and (min-width: 64em) {
  .callout {
    padding: 2rem;
  }
}

.map {
  padding: 2rem 1rem;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  margin: auto;
}


/*
 Buttons
*/

.button {
  cursor: pointer;
  background: #8CC63E;
  color: #fff;
  display: block;
  padding: 0.35rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  height: 2.4375rem;
  border: 2px solid transparent;
  transition: background-color .3s ease, color .3s ease;
}

a:visited.button,
a:link.button,
a.button {
  color: #fff;
}

.button:hover,
.button:active,
.button:focus {
  background: #7aad36;
  color: #fff;
}

@media print,
screen and (min-width: 64em) {
  .button {
    display: inline-block;
  }
}


/*
 Responsive embed
*/

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed {
  margin-bottom: 0;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 Footer
*/

.site-footer {
  margin-top: 1rem;
  text-transform: uppercase;
  color: #849092;
  font-size: 0.8rem;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}
