@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300;500;700&display=swap');
html body {
	background: #b7beac;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.container {
	max-width: 1366px;margin:0 auto;padding:0;
}
header {
	min-height: 20em;
	background: url("masthead.jpg");
	background-size: cover;
	padding: 20em 15px 4em 15px;
}
header .row {
	background: rgba(38,74,84,0.5);
	background-blend-mode: multiply;
	margin: 0 -15px
}
	header img{width:auto;height:100%;}
header h1 {
	color: #fff;
	font-size: 3em;
	margin-top: .75em;
}
h1 {
	color: #06322f;
	margin: 1em 0 .25em 0;
	font-family: 'Playfair Display', serif;
	font-size: 2.25em;
}
h1 span {
	color: #275d1e;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 2em 0 1em 0;
}
.program h2 {
	color: #51390c;
}
p {
	line-height: 2
}
p.fineprint {
	font-size: .7em;
}
h3 {
	margin: 1.75em 0 .6em 0;
	font-size: 1.25em;
	font-weight: normal;
	color: #51390c;
	font-family: 'Playfair Display', serif;
}
.parallax {
	  min-height: 20em;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgone {
	background-image: url("parallax1.jpg");
}
.bgtwo {
	background-image: url("parallax2.jpg");
}
.bgthree {
	background-image: url("parallax3.jpg");
}
.intro {
	background: #fff url("introbg.jpg") top left no-repeat;
	background-size: auto 100%;
	padding: 3em 0;
	margin: 0
}
.intro a {
	border: 1px solid #fff;
	font-family: 'Playfair Display', serif;
	font-size: 1.125em;
	margin-top: 1em;
	display: inline-block;
	padding: .2em 1.5em .3em 1.5em;
	border-radius: .2em;
	background: #95b366;
	color: #fff;
	text-decoration: none;
	transition: 1s all;
}
.intro a:hover {
	text-decoration: none;
	border: 1px solid #95b366;
	background: #fff;
	color: #95b366;
}
.intro img {
	width: 100%;
	height: auto;
	max-width: 394px;
}
.programs {
	background: #ede6d8;padding:1em;
}
.programs h1 {
	color: #51390c;
}
.programs h2 {
	color: #846c40
}
.programs h2 span {
	font-weight: 100;
	font-size: .8em;
	letter-spacing: 0
}
.programs .row {
	padding-bottom: 2em;
}
.programs .row:nth-child(even) {
	background: #f5eee0;
}
.programs a {
	border: 1px solid #fff;
	font-family: 'Playfair Display', serif;
	font-size: 1.125em;
	margin-top: 1em;
	display: inline-block;
	padding: .2em 1.5em .3em 1.5em;
	border-radius: .2em;
	background: #846c40;
	color: #fff;
	text-decoration: none;
	transition: 1s all;
}
	.programs a:hover {background:#fff;color:#846c40;border:1px solid #846c40;}
.about {
	background: #d7dee9;
	margin: 0;
	padding-bottom: 4em;
}
.about h1 {
	color: #0d1a36;
}
.about h2 {
	color: #66748f;
}
.thirdimg {
	float: right;
	width: 40%;
	height: auto;
	margin: 0 0 2em 2em;
}
.fourthimg {
	float: left;
	width: 33%;
	height: auto;
	margin: 0 2em 2em 0;
}
.contact {
	background: #95b366;
	margin: 0;
}
.contact h1, input, textarea {
	color: #06322f;
}
.bisect {
	border-right: 1px solid #8cad59;
}
label {
	font-weight: 500;
	color: #3d6d35;
}
input, textarea {
	border: none;
	margin-bottom: 2em;
	background: #bcd496;
	width: 100%;
}
.g-recaptcha{float:right;display:inline-block;margin:0 3em 3em 0;}
input[type="submit" i] {
	width:auto;
	float:right;
	background:#599050;
	color:#fff;
	font-family: 'Playfair Display', serif;
	font-size:1.125em;
	margin-top:1em;
	display:inline-block;
	padding:.2em 1.5em .3em 1.5em;
	border-radius:.2em;
	text-decoration:none;
	margin:0 0 0 3em;
	transition:1s all;
}
input[type="submit" i]:hover {
background:#fff;
color:#599050;
}
#honey{display:none}
footer {
	padding-top: 2em;
	padding-bottom: 2em;
	background: #83a55c;
	text-align: center;
}
footer p.locations {
	font-weight: bold;
	margin: 2em 0 3em 0;
	font-size: 1.125em;
	color: #5a9150;
	letter-spacing: 1em;
}
footer p.fineprint {
	margin: 0 auto;
	max-width: 80%;
	color: #599050;
}

/* lg */
@media only screen and (max-width: 1200px) {
	header h1 {
	font-size: 2.4em;
	margin-top: 1.2em;
}
	.intro{background-image: url(introbgghost.jpg);
}
}
/* md */
@media only screen and (max-width: 992px) {
	header h1 {
	font-size: 2.5em;
	margin-top: .5em;
}
	
	header img{margin-left:-15px}
	.intro{background-image:none;}
	.parallax {
	  background-attachment:scroll;
	}
	.bgone {
		background-image: url("parallax1sm.jpg");
	}
	.bgtwo {
		background-image: url("parallax2sm.jpg");
	}
	.bgthree {
		background-image: url("parallax3sm.jpg");
	}
	footer p.locations {
	font-size: 1em;
	letter-spacing: .5em;
}
}

/* sm */
@media only screen and (max-width: 768px) {
	footer h1{font-size:2em;}
}

/* xs */
@media only screen and (max-width: 576px) {
	.parallax{	  min-height: 10em;}
	header{background-position:20% center;text-align: center;}
	header img{padding-bottom:2em;margin:1em;}
	.intro div:first-child{text-align:center;}
	footer span{display:block;}
	footer p.locations {
	font-size: .75em;color:#4a8540;
	letter-spacing: .35em;
}
	.g-recaptcha, input[type="submit" i] {margin:3em auto;display:block;float:none;position:relative;}
	.g-recaptcha{top:-8em;left:2em}input[type="submit" i] {top:4em}
	
}
