@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');


header {
	width: 100%;
	padding-bottom: 28px;
} #header-content {
	width: 960px;
	display: flex;
	justify-content: center;
	margin: auto;
} header img {
	height: 120px;
	float: left;
}

nav {
	position: relative;
	float: right;
	margin-left: auto;
	top: 95px;
	font-size: 20px;
	font-weight: 300;
} nav li {
	display: inline;
	margin: 0 32px;
}
nav a:link {
	color: #FFFFFF;
	text-decoration: none;
} nav a:visited {
	color: #000000;
	text-decoration: none;
} nav a:hover {
	color: #034001;
	border-bottom: 6px;
} nav a:active {
	text-decoration: none;
} 


#banner {
	width: auto;
	height: 520px;
	display: flex;
	justify-content: center;
	margin: auto;
	background-image: url("images/clear-lake-banner.jpg");
}
#banner h1{
	font-size: 56px;
	font-weight: 700px;
} #banner h4{
	font-size: 26px;
	font-weight: 700px;
} #banner a{
	font-size: 20px;
	font-weight: 700px;
}
#explore{
	font-family: 'Jost', sans-serif;
	color: #FFFFFF;
	align-items: center;
	text-align: center;
	padding-top: 100px;
	line-height: 100px;
} #explore a {
	background-color: #034001;
	color: #FFFFFF;
	text-decoration: none;
	padding: 26px;
	border-radius: 5%;
}


#wrapper-white {
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 42px;
} #wrapper-white a {
	font-family: 'Jost', sans-serif;
} #wrapper-white h1 {
	font-family: 'Jost', sans-serif;
}

.discover-content {
	margin-top: -200px;
	position: absolute;
	right: 1000px;
    transition: .5 ease;
}

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

section {
    width: 580px;
    height: 340px;
    text-align: center;
	left: 200;
}

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

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

section:hover img {
    opacity: .5;
}

aside {
	width: 320px;
	padding-left: 50px;
} aside h1 {
	font-size: 30px;
	font-weight: 700px;
	text-transform: uppercase;
	margin-bottom: 14px;
} aside p {
	font-size: 18px;
	font-weight: 300px;
	line-height: 150%;
}



#wrapper-trails {
	background-color: #f0ebe8;
	height: 525px;
} #wrapper-trails h2 {
	text-align: center;
	font-family: 'Jost', sans-serif;
	padding: 28px 0;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700px;
}
#trail-content {
	width: 960px;
	display: flex;
	justify-content: center;
	margin: auto;
	vertical-align: top;
	line-height: 30px;
}
.trail-box {
	display: inline-block;
	width: 300px;
	padding: 10px 26px;
} .trail-box h3 {
	font-size: 28px;
	font-weight: 700px;
	text-align: center;
	font-family: 'Jost', sans-serif;
} .trail-box p {
	font-size: 16px;
	text-align: center;
	font-weight: 300px;
}


footer {
	background-color: #034001;
	padding: 36px 0;
} footer p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300px;
}

#footer-content {
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
} #footer-content h3 {
	font-size: 16px;
	weight: 700px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
} #footer-content p {
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	weight: 300px;
} #footer-content img {
	height: 50px;
}

#footer-left {
	display: inline-block;
}
#footer-center{
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
}
#footer-right {
	display: inline-block;
}


















