/** this is for bs 3 ONLY */
/* COMMENT THIS OUT FOR 5.3 */

/*.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}*/

/** END OF bs 3 ONLY styles */
	
/* bs 3 to 5.3 ONLY */
/*.container-fluid > .row > div[class*='col'] {
	padding-left: 0;
	padding-right: 0;
}
.container > .row > div[class*='col'] > img,
.container-fluid > .row > div[class*='col'] > img {
	margin: 0 auto;
	display: block;
}*/
/* END OF bs 3 to 5.3 ONLY styles */

* {
	font-family: 'EB Garamond', serif;
}
h1, h1 > a, h2, h2 > a, h3, h3 > a, h4, h4 > a, h5, h5 > a, h6, h6 > a, .title {
	font-family: 'EB Garamond', serif;
}
p {
	font-size: 24px;
}

a.btn,
a.btn:hover {
	color: #f4f0e7;
	font-size: 24px;
	font-weight: 700;
	border-radius: 0;
	padding: .5em 1.5em;
	letter-spacing: .25em;
	background-color: #1a2721;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.title {
	color: #1c2822;
	font-size: 72px;
	font-weight: 600;
	margin: 0 auto .25em;
}
.title > em {
	font-weight: 400;
}
section > .container > .row {
	padding-top: 4em;
	padding-bottom: 4em;
}

#riverbank-landing {}

.banner {
	width: 100%;
	background-color: #1c2822;
}
.banner > .container-fluid,
.banner > .container-fluid > .row {
	height: 100%;
	display: flex;
	padding-top: 0;
	padding-bottom: 0;
}
.banner > .container-fluid > .row > div[class*='col'] {
	/* flex: 1; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner > .container-fluid > .row > div[class*='col'] > div {
	padding: 0 2em;
	align-self: center;
}
.banner > .container-fluid > .row > div[class*='col']:last-of-type {
	padding-right: 0;
}
.banner > .container-fluid > .row > div[class*='col']:last-of-type > img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-logo {
	margin-bottom: 1.5em;
}
.banner h2 {
	margin: 0;
	color: #eadecd;
	font-size: 72px;
	line-height: 1.15em;
	margin-bottom: .25em;
	text-shadow: 0 0 4px rgba(0,0,0,.6);
}
.banner p {
	color: #fff;
	font-size: 36px;
}

/* sections */

.section-1 h2 {
	color: #1c2822;
	max-width: 80%;
	margin: 0 auto 0;
}
.section-1 p {
	color: #1c2822;
	font-size: 32px;	
}
.section-1 p:first-of-type {
	font-size: 62px;
	font-weight: 600;
	margin-bottom: .5em;
}
.section-2,
.section-6,
.section-9,
.section-14 {
	background-color: #eadecd;
}
.section-5,
.section-10 {
	background-color: #1c2822;
}
.section-3,
.section-7 {
	background-color: #3c4543;
}
.section-3 *,
.section-5 *,
.section-7 *,
.section-10 * {
	color: #fff;
}
.section-5 .btn,
.section-5 .btn:hover,
.section-10 .btn,
.section-10 .btn:hover {
	color: #1a2721;
	background-color: #f4f0e7;
}

.section-3 > .container > .row:nth-of-type(2) > div[class*='col']:first-of-type > p {
	font-size: 52px;
	margin-bottom: 0;
}
.section-3 > .container > .row:nth-of-type(2) > div[class*='col']:nth-of-type(n+2) > p:first-of-type,
.section-3 > .container > .row:nth-of-type(2) > div[class*='col']:nth-of-type(n+2) > p:first-of-type strong {
	color: #eadecd;
	font-size: 52px;
	margin-bottom: 0;
	font-weight: 700;
}
.section-3 > .container > .row:nth-of-type(2) > div[class*='col']:nth-of-type(n+2) > p,
.section-3 > .container > .row:nth-of-type(2) > div[class*='col']:nth-of-type(n+2) > p em {
	display: block;
	font-size: 32px;
}
.section-3 > .container > .row:last-of-type {
	padding-top: 0;
}
.section-4 .title,
.section-7 .title {
	max-width: 60%;
	line-height: 1.15em;
}
.section-5 .title,
.section-5 .title > em {
	color: #eadecd;
}
.section-6 .title {
	max-width: 85.75%;
	line-height: 1.15em;
}
.section-8 p {
	color: #1c2822;
	font-size: 32px;
	margin-bottom: .5em;
	text-transform: uppercase;
}
.section-9 .title {
	max-width: 70%;
	line-height: 1.15em;
}
.section-10 .btn {
	margin-bottom: 1.5em;
}
.section-14 p {
	margin-bottom: .5em;
}
.section-14 > .container > .row > div[class*="col"] > img {
	max-width: 30%;	
	display: block;
	margin: 0 auto 4em;
}

@media (max-width: 1080px) {
	* {
		overflow-x: hidden;
	}
	.banner > .container > .row > div[class*="col"] {
		display: block;
	}
	.banner h2 {
		font-size: 24px;
	}
	.banner p {
		font-size: 14px;
	}
	a.btn, a.btn:hover {
		font-size: 16px;
	}
	h2,
	.title {
		max-width: 100% !important;
		line-height: 1.5em !important;
	}
	.section-14 > .container > .row > div[class*="col"] > img {
		max-width: 90%;
	}
}

@media (max-width: 480px) {
	p {
		font-size: 18px;
	}
	section > .container > .row {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	a.btn, a.btn:hover {
		font-size: 10px;
	}
	.banner > .container-fluid,
	.banner > .container-fluid > .row {
		height: auto;
		display: block;
		padding-top: 2em;
	}

	h2, h2 a {
		font-size: 36px;
	}
	.title {
		font-size: 32px;
		margin-bottom: 1em;
	}
	.section-1 p:first-of-type {
		font-size: 30px;
	}
	.section-3 > .container > .row:nth-of-type(2) > div[class*="col"]:first-of-type > p {
		font-size: 26px;
	}
	.section-3 > .container > .row:nth-of-type(2) > div[class*="col"]:nth-of-type(n+2) > p, 
	.section-3 > .container > .row:nth-of-type(2) > div[class*="col"]:nth-of-type(n+2) > p em {
		font-size: 18px;
	}
}
