html, body{
	font-family: 'Lato', sans-serif;
}

.hero{
	max-width: 100%;
border-radius: 50px;
}

body{
	padding-bottom: 50px;
}
.hometext{
	font-size: 22px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
}

.navi{
	background: #5e9441;
	padding: 10px;
	border-radius: 50px;
}

.navi a {
	white-space: nowrap;
	color: white;
	text-decoration: none;
	background: #40642d;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50px;
	margin-bottom: 10px;
}
.newsphoto{
	float: left;
	max-width: 33%;
	border-radius: 50px;
	border: 2px solid #5e9441;
	box-shadow: 0 8px 6px -6px black;
	margin-bottom: 4px;
	margin-right: 10px;
}
h3{
	text-align: center;
	border-bottom: 2px solid #5e9441;
}
.navi a:hover {
	
	background: #243819;
}
h2{
	margin-top: 40px;
	font-size: 1.7rem;
	text-align: center;
	background: #5e9441;
	padding: 10px;
	color: white;
	font-weight: 100;
}

.animal img{
	max-width: 100%;
	border-radius: 50px;
	border: 2px solid #5e9441;
	box-shadow: 0 8px 6px -6px black;
}

.animal{
	padding: 5px;
	text-align: center;
	overflow: hidden;
}

.animal:hover{
	animation: bounce; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 1s; /* don't forget to set a duration! */
}
.actionbut{
	background: #5e9441;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	color: white;
	min-height: 100%;
	font-weight: 300;
	margin-bottom: 30px;
	padding-top: 25px;
	text-decoration: none;

}

.sideform{
	background: #eee;
	padding: 30px;
	border-radius: 20px;
}

a{
	text-decoration: none;
}
.col-sm-4{
	margin-bottom: 30px;
}
.btn-primary{
	background: #5e9441;
	border: none;
}
.actionbut b{
	font-weight: 700;
	font-size: 20px;
}
small{
	font-weight: 300;
}

small a{
	
	padding: 5px !important;
	font-size: 12px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
}