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

body {
	background:url(img/home_bg.svg) bottom right no-repeat #429867;
	background-size: 100% auto;
	text-shadow: 0 .05rem .1rem rgba(51,51,51,.1);
}

h1,h2,h3,h4,h5,h6, p, a, ul, blockquote {
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
}
p, ul, blockquote {font-weight:300;}
h1 {
	font-size:2.4rem;
	font-weight:600;
	letter-spacing:-1px;
}
blockquote {
	font-style:italic;  
}
p.lead {
	font-size:1.2rem;
}
.nav-masthead .nav-link {
	  font-weight: 500;
	  padding: .5rem 0;
	  color: #f8f8f8;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1.25rem;
}

.nav-masthead .active {
  color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}

.nav-masthead .active {
  color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
main.inner.cover {
	margin-top:-6em;
}
footer {
	font-size:100%;
	color:rgba(255,255,255,.9);
}
.mastfoot {
	color:rgba(255,255,255,.9);
	position: fixed;
    bottom: 0;
	margin:0 auto;
	width:100%;
}
.mastfoot p, .mastfoot blockquote {
	font-size:.6rem;
	text-align:center;
	margin-bottom:0;
	padding:0;
	color:rgba(255,255,255,.9);
}
@media (max-width: 40em) {
	main.inner.cover {
	margin-top: -1em;
	}
	h1 {
		font-size:2rem;
		font-weight:600;
	}
	.mastfoot p {
		font-weight:600;
		color:rgba(255,255,255,.6);
		margin-bottom:-4em;
		padding:1em 0em 0em 0em;
	}
	.mastfoot blockquote {
		display:none;
	}
}
	
@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 42rem;
  }
}
