@charset "UTF-8";

body {
  position: relative;
}
#nav{
	background:#2FC791;
}
h1{
	font-weight:300;
}
#nav ul li a{
	color:#FFFFFF;
	font-weight:300;
	transition-duration: .2s;
	}
#nav ul li a:hover{
	font-weight:600;
	border-bottom:thin solid #ffffff;
	}
	
h2{
	background-color:#2FC791;
	color:#FFFFFF;
	font-weight:300;
	width:100%;
	padding: 15px;
	margin-top: 40px;
}
.jumbotron{
	background:#2FC791;
	color:#FFFFFF;
}
.btn{
	background-color:#2FC791;
	border-color: #FFFFFF;
	color:#FFFFFF;
	transition-duration: .4s;
}
.btn:hover{
	background-color:#C4C4C4;
	border-color:#FFFFFF;
	color:#FFFFFF;
}
h4{
	font-weight:300;
}
h4 a, p a {
	color:#2FC791;
	transition-duration: .2s;
}
h4 a:hover, p a:hover {
	text-decoration:none;
	color:#2FC791;
	border-bottom:solid medium #2FC791;
}

footer{
	margin-top: 160px;
	margin-bottom: 40px;
}
::placeholder{
	opacity: 0.4;
}