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

body {
  margin: 0;
  padding: 0;
	background-color: #fff;
}

h2, p {
  margin: 10px;
}

#nav{
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3F5828;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: "Lexend Deca", sans-serif;
}

ul li a:hover:not(.active) {
  background-color: #739752;
}

ul li a.active {
  background-color: #739752;
}

.hero img{
	float: right;
	width: 100%;
}

.hero {
  position: absolute; /*was relative  */
	top:20px;
  text-align: center;
  color: #000000;
	font-family: "Lexend Deca", sans-serif;
}

.hero h1{
	font-size: 4rem;
	width: 45%;
	text-align: left;
}

.hero p{
	font-size: 1rem;
	width: 40%;
	text-align: left;
}

.base img{
	float: right;
	width: 100%;
}

.base {
  position: relative; /*was relative  */
	top:20px;
  text-align: center;
  color: #000000;
	font-family: "Lexend Deca", sans-serif;
	margin-top: 3rem;
}

.base h1{
	font-size: 4rem;
	width: 45%;
	text-align: left;
}

.base p{
	font-size: 1rem;
	width: 40%;
	text-align: left;
}

.top-left {
  position: absolute;
  top: 7rem;
  left: 5rem;
}


.process{
	width: 70%;
	/*margin: 43rem auto;  margin: auto;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:700px; /* added margin top, was set to "auto" */
	background-color: #3F5828;
	border-radius: 30px;
}

.process h2{
	color: white;
	font-family: "Lexend Deca", sans-serif;
	text-align: center;
	padding-top: 2rem;
	font-size: 3rem;
}

.row {
  display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 33.33%;
  padding: 15px;
}


#nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:5000;
}
#logo{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:6000;
	text-align:center;
}
h1{color:black;}
@media (max-width:750px){
	.top-left{
		margin-top:200px;
		width:80%;
		background-color:white;
	}
	
	.top-left h1{
		width:100%;
		color:#3F5828;
		font-size: 3.0em;
		
	}
	.top-left p{width:100%;}
	
}

.processimg{
	margin: 1.5rem;
	margin-left: 2.5rem;
	border-radius: 30px;
}

.step{
	color:white;
	
}

.step h3{
	font-family: "Lexend Deca", sans-serif;
	font-size: 2.5rem;
	margin-bottom: 0;
}

.step p{
	font-size: 1.25rem;
	font-family: "Lexend Deca", sans-serif;
}


.step2 h3{
	font-family: "Lexend Deca", sans-serif;
	font-size: 2.5rem;
	margin-bottom: 0;
	padding-top: 5rem;
	margin-left: 3rem;
	margin-right: 3rem;
}

.step2 p{
	font-size: 1.25rem;
	font-family: "Lexend Deca", sans-serif;
	margin-left: 3rem;
	margin-right: 3rem;
}

footer{
	background-color: #3F5828;
	color:white;
	margin-top: 3rem;
	margin-bottom: 0;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-top: 1rem;
	font-family: "Lexend Deca", sans-serif;
}

div.gallery {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	padding-left: 90px;
	margin-top: 4rem;
	margin-bottom: 3rem;
}

div.gallery-item {
  margin: 5px;
  border: 2px solid #ccc;
  width: 300px;
	border-radius: 30px;
}

div.gallery-item:hover {
  border: 2px solid #739752;
}

div.gallery-item img {
  width: 100%;
  height: auto;
	border-radius: 30px;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: left;
	font-family: "Lexend Deca", sans-serif;
}

.mission h2{
	text-align: center;
	font-family: "Lexend Deca", sans-serif;
	font-size: 2.5rem;
	margin-top: 5rem;
	margin-bottom: -2rem;
}

#top{
	text-align: center;
	background-color: #739752;
	padding-top: 1.7rem;
	padding-bottom: 5px;
}

#top h1{
	color: white;
	font-family: "Lexend Deca", sans-serif;
	font-size: 4rem;
}

.column button{
	border-radius: 30px;
	background-color: #3F5828;
	padding: 20px;
	color: white;
	font-size: 20px;
	margin-left: 2.5rem;
	margin-top: 1.5rem;
	font-family: "Lexend Deca", sans-serif;
	border: none;
}

button:hover{
	background-color: #739752;
}