body {
	font-family: "Maven Pro", sans-serif;
	font-size:1.7rem;
	color: #fff;
	margin:0;
	padding:0;
	width: 100%;
    height: 100%;
    text-align: left;
	background-color:#526839;
	background-image:url(../images/forest.jpg);
	background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    
}
@media (min-width:700px) {
.title {
	background-color:#000;
	font-size:3rem;
	padding:1rem;
	padding-left:2rem;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
}
@media (max-width:700px) {
	.title {
	background-color:#000;
	font-size:2rem;
	padding:1.5rem;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
}
.text {
	padding:4%;
	padding-top:6rem;
	line-height:2.4rem;
	background-color:#526839;
	font-size:1.6rem;
	width:30%;
	height:auto;
}
ul {
	position:fixed;
	top:30%;
	left:40%;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul li {
	display:inline;
}
