

.logo {
display: block;
margin: auto auto 1em;
height: 200px;
max-width: 200px;
}

h1, h2, a.tree {
	text-transform: uppercase;
}

a.tree {
	text-decoration: none;
}

hr {
  box-sizing: content-box; /* 1 */
  overflow: visible; /* 2 */
  background-color: #a5d442;
  width: 70%; 
  height: 3px; 
  border: none;
}

.image {
	background-color: #a5d442;
	background-size: 100%;
	min-height: 400px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 
	
}

.head {
	text-align: center;
	font-size: 4em;
	line-height: 1em;
	padding-top: 85px;
	width: 100%;
	max-width: 600px;
	margin: auto;
	color: #163c4a;
}

.white {
	color: #fff;
	display: block;
}

.recent {
	text-align: center;
	font-size: 3em;
	margin: 10px auto auto;
	font-weight: 700;
}

#head {
	text-align: center;
	font-size: 4em;
	line-height: .85em;
	width: 100%;
	margin: auto;
}

.bottom {
	text-align: center;
	max-width: 600px;
	margin: auto;
	padding-bottom: 100px;
} 

.tree {
	border: none;
	border-radius: 0px;
	background-color: #163c4a;
	color: #ffffff;
	text-align: center;
	width: 75%;
	max-width: 400px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin: 30px auto;
	font-family: 'Neutra Text TF';
	font-weight: normal;
	font-size: 2em;
	transition: all .3s ease;
}

.tree:hover {
	background-color: #a5d442;
}

.socials {
	text-align: center;
}

.icons {
	text-decoration: none;
	width: 28px;
	display: inline-block;
	margin: auto 20px;
}

@media only screen and (max-width: 600px) {
	.image {
		min-height: 300px;
		background-size: cover;
	}
	.tree {
		width: 90%;
	}
}

@media only screen and (max-width: 430px) {
	.head, #head{
		font-size: 2.75em;
	}
	.recent{
		font-size: 2.25em;
	}
	.tree{
	font-size: 1.75em;
	}
}

@media only screen and (max-width: 380px) {
	.head, #head{
		font-size: 2.75em;
	}
	.recent{
		font-size: 2.25em;
	}
	.tree{
	font-size: 1.4em;
	}
}