html, body{
	margin: 0;
	padding: 0;
}
body{
	background: #BDF5B3;
	font-family: 'Courier New';
	font-weight: 100;
	color: #000000;
}
a{
	color: #0000;
	text-decoration: none;
}
.link{
	color: #194853;
	text-decoration: none;
}
a:hover{
	color: #ffff;
	text-decoration: none;
}
.header {
	background: #BDF5B3;
	background-size: cover;
	height: 800px;
}
.header .container {
	position: relative;
	top: 50px;
}
.header h1 {
	line-height: 80px;
	font-size: 80px;
	margin-top: 100px;
	margin-bottom: 0px;
}
.header p{
	font-size: 16px;
}
.container {
	margin: 0 auto;
	max-width: 940px;
	padding: 0 0px;
}
.btn{
	background: #A8F08B;
	color: #000;
	font-weight: 100;
	padding: 10px 40px;
	text-decoration: none;
	transition: background .5s;
	text-align: center;
}
.nav{
	background: #A8F08B;
	height: 40px;
	width: 100%;
}
ul{
	list-style: none;
}
.nav ul{
	height: 20px;
	margin: 0 auto;
	padding: 0;
}
.nav ul li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	list-style: none;
	padding: 0 0px;
	transition: background .5s;
}
.btn:hover{
	background: #9EE913;
	cursor: pointer;
	transition: background .5s;
}
