body {
	color: #111;
	overflow-x: hidden;
	/* font-family: 'Open Sans', sans-serif; */
	font-family: "Montserrat", sans-serif !important;
}

header,
footer {
	/*min-height: 300px; */
	font-size: 1.5rem;
	/* background-color: #D0D0D0; */
	background-color: #c7c7b8;
	color: #333;
	/* background-image: url("/hilltop/images/stone_wall.jpg"); */
	/* background-blend-mode: darken; */
	/* background-color: rgba(0, 0, 0, 0.5); */
	/* color: #eee; */
	font-weight: bold;
}

footer a:hover {
	color: #444 !important;
	text-decoration: underline;
}

.green {
	color: #446538 !important;
}

header h1 {
	font-size: 3rem;
}

header h3 {
	font-size: 1.5rem;
}

nav .nav-link {
	font-size: 1.25rem;
}

.navbar,
footer {
	font-size: 1.25rem;
}

.content p {
	font-size: 1.25rem;
}

a {
	color: inherit !important;
}

a:hover {
	color: #eee !important;
}

nav a:hover {
	color: #446538 !important;
}

.auto-flex {
	flex: 1 1 auto;
}

.flex-grow-2 {
	flex-grow: 2;
}

.medium-text {
	font-size: 1.5rem;
}

.large-text {
	font-size: 1.5rem;
}

.email-text {
	font-size: 1rem;
}

.background-inherit {
	background-color: inherit;
}

.text-underline {
	text-decoration: underline;
}

.text-left-center {
	text-align: center;
}

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

.carousel-inner {
	max-height: 500px !important;
}

.carousel-item img {
	max-height: 500px;
	width: 100%;
}

@media only screen and (min-width: 700px) {
	header h1 {
		font-size: 5.5rem;
	}
	.medium-text {
		font-size: 2rem;
	}
	.large-text {
		font-size: 2.5rem;
	}
	header h3 {
		font-size: 2rem;
	}
	nav .nav-link {
		font-size: 2rem;
	}
	.text-left-center {
		text-align: left;
	}
	.text-right-center {
		text-align: right;
	}
	.slideshow {
		width: 50%;
		min-width: 50%;
	}
	.email-text {
		font-size: 2rem;
	}
}


