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

/* COLORS */
/* Green - #034001 */
/* Brown - #6c3f21 */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;700&display=swap');

body {
	background-color: #fff;
}

header {
	background-color: #fff;
	width: 100%;
	padding: 12px 0;
}

#header-content {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header-content img {
	height: 120px;
}

img {
	max-width: 100%;
}

nav {
	width: 76.0416667%;
	/* 730/960 */
	position: absolute;
	bottom: 8px;
	right: 0;
}

nav ul {
	display: block;
	text-align: right;
	list-style-type: none;
}

nav li {
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	color: #034001;
	padding: 0 30px;
	text-align: left;
}

nav li:last-child {
	padding-right: 0;
}

nav a:link {
	text-decoration: none;
	color: #034001;
	padding: 10px auto;
}

nav a:hover {
	color: #034001;
	padding: 10px auto;
	border-bottom: 6px solid #034001;
}

table {
	border-collapse:separate;
	width: 600px;
	margin: 20px auto;
	background-color: #fff;
}

table tr th,
table tr td {
  	border-right: 2px solid #034001;
  	border-bottom: 2px solid #034001;
	font-size: 16px;
	color: #000;
	font-family: 'Jost', sans-serif;
	text-align:center;
  	padding: 10px;
}
table tr th:first-child,
table tr td:first-child {
  	border-left: 2px solid #034001;
}
table tr th {
  	background: #034001;
  	border-top: 1px solid #034001;
  	text-align: left;
}

table tr:first-child th:first-child {
  	border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
  	border-top-right-radius: 10px;
}

table tr:last-child td:first-child {
  	border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  	border-bottom-right-radius: 10px;
}

table tr th {
	background-color:#034001;
	font-weight: bold;
	color: #fff;
}

p {
	font-size: 1em;
	color: #000;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	margin-bottom: 16px;
	line-height: 180%;
}

#banner {
	width: 100%;
	height: 525px;
	background: url("images/clear-lake-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

#banner h1 {
	font-size: 56px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #fff;
}

#banner h4 {
	font-size: 1.625em;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #fff;
	margin: 15px 0 50px;
}

#banner a {
	background-color: #034001;
	padding: 15px 30px;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	text-decoration: none;
}

#explore {
	position: relative;
	top: 180px;
}

#wrapper-white {
	width: 70%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

#wrapper-about {
	width: 70%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	justify-content: space-between;
}

main {
	padding: 486px 20px 20px;
}

section {
	width: 60.4166667%;
	/* 580/960 */
	height: 340px;
	position: relative;
	text-align: center;
}

section img {
	opacity: 1;
	width: 100%;
	height: 340px;
	transition: 1s ease;
}

section:hover img {
	opacity: .5;
}

section a {
	background-color: #034001;
	padding: 15px 30px;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	text-decoration: none;
	display: block;
}

section:hover .discover-content {
	transform: scale(1.25);
}

.discover-content {
	position: absolute;
	top: 45%;
	left: 20%;
	right: 20%;
	transition: .5 ease;
}


aside {
	width: 33.3333333%;
	/* 320/960 */
}


aside h1 {
	color: #034001;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 1.875em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

aside p {
	font-size: 1.125em;
	line-height: 150%;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
}

#wrapper-trails {
	width: 100%;
	padding: 60px 0;
	background-color: #f0ebe8
		/*#f4f3f0*/
	;
	overflow: hidden;
}

#wrapper-trails h2 {
	color: #034001;
	font-size: 2em;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#trail-content {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.trail-box {
	width: 31.25%;
	/* 300/960 */
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.trail-box:first-of-type {
	margin-right: 2.70833333%;
	/* 26/960 */
}

.trail-box:last-of-type {
	margin-left: 2.70833333%;
	/* 26/960 */
}

.trail-box h3 {
	color: #034001;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	margin: 18px 0 12px;
}

.trail-box p {
	font-size: 1em;
	margin-bottom: 24px;
}


footer {
	padding: 40px 0 10px;
	width: 100%;
	font-size: 0.75em;
	background-color: #034001;

}

footer h3 {
	font-family: 'Jost', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 15px;
}

footer p {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	color: #fff;
}

#footer-content {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footer-left {
	width: 30%;
}

#footer-left a {
	color: #fff;
}

#footer-center {
	width: 30%;
}

#footer-center img {
	height: 50px;
	margin-right: 1.5625%;
	/* 15/960 */
}

#footer-right {
	width: 30%;
	text-align: right;
}

#footer-right img {
	height: 50px;
	margin-left: 2.08333333%;
	/* 20/960 */
}


#wrapper-about h1 {
	color: #034001;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 1.875em;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
}

#wrapper-about p {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 1.375em;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 0;
}

#spirit-content {
	width: 70%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#spirit-content img {
	padding: 5px;
}

#spirit-content .trail-gallery:first-child {
	width: 65.625%;
	/* (600px (width of pic) + 30px (margin)) / 960px */
}

#spirit-content .trail-gallery {
	width: 31.25%;
	/* (300px / 960px */
}

#spirit-content img {
	width: 100%;
}

/* --------- SLIDESHOW --------- */

#slideshow-wrapper {
	width: 100%;
	height: 525px;
}

#slideshow {
	width: 100%;
	height: 525px;
	overflow: hidden;
	white-space: nowrap;
}

.rectangle {
	display: inline-block;
	background-color: #f0ebe8;
	width: 26px;
	height: 5px;
	margin: 15px;
}

#rectangle-nav {
	margin-top: -50px;
	text-align: center;
}

/* TABLET */
@media only screen and (max-width: 1024px) {
	nav {
		left: 0;
	}

	#header-content img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-bottom: 45px;
	}

	#slideshow-wrapper {
		height: 300px;
	}

	#slideshow {
		height: 300px;
	}

	#banner {
		height: 300px;
	}

	#explore {
		top: 75px;
	}

	.rectangle {
		margin: -30px;
	}

	.trail-box {
		width: 100%;
	}

	.trail-box p {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* SMARTPHONE */
@media only all and (max-width: 480px) {
	nav {
		left: -55px;
		width: 480px;
	}

	nav ul {
		display: block;
		text-align: center;
	}

	nav li {
		display: block;
		background-color: #034001;
		text-align: center;
	}

	nav li a {
		color: white;
	}

	#slideshow-wrapper {
		height: 200px;
	}

	#slideshow {
		height: 200px;
	}

	#header-content img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-bottom: 100px;
	}

	#banner {
		height: 80px;
	}

	#explore {
		top: 75px;
	}

	.rectangle {
		margin: -30px;
	}

	.trail-box {
		width: 100%;
	}

	.trail-box p {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	aside {
		width: 100%;
	}

	section {
		width: 100%;
	}

	#wrapper-white {
		display: none;
	}

	#footer-left,
	#footer-center,
	#footer-right {
		text-align: center;
		width: 100%;
	}

	#footer-content {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}