body {
	margin-top: 0px;
	background-color: #ffffff;
	text-align: center;
	font-family: Lato;
	font-size: 15px;
	margin: 0;
	text-align: left;
	}
.animals {
	width: 1000px;
	margin: 0 auto;
	padding: 0 150px;
	}
a {
	color:  #3FC380;
}

header {
	height: 100px;
	border-color: #25774D;
	background-color: #3FC380;
	background-repeat: no-repeat;
	background-image: none;
	color: #FFF;
	text-shadow: 1px 1px 1px #0D291B;
	text-align: left;
}
header  .animals {
	height: 100px;
	border-color: #25774D;
	background-color: #3FC380;
}
h1, h2 {
	margin: 0;
	padding: 5;
}
.logos {
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
.logos img {
	height: 70px;
	margin-right: 30px;
}
.menu {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #eee;
	text-align: center;
}
.menu .animals {
	height: 50px;
	line-height: 50px;
	background-color: #eee;
}
.rescued {
	float: left;
}
.rescued div {
	padding: 0 15px; 
	float: left;
	width: auto;
}
.rescued div a{
	color: black;
	text-decoration: none;
}
.rescued div:hover  {
	padding: 0 15px;
	background-color: #3FC380;
}
.rescued div:hover  a{
	color: #FFF;
	text-shadow: 1px 1px 1px #0D291B;
}

.donate {
	height: 50px;
	line-height: 50px;
	width: 300px;
	float: right;
	border-color: #844802;
	background-color: #E87E04;
}
.donate a{
	color: #FFF;
	text-shadow: 1px 1px 1px #0D291B;
	font-size: 24px;
}
.rescues {
	width: 650px;
}
footer  {
	height: 100px;
	border-color: #25774D;
	background-color: #3FC380;
	color: #FFF;
	text-shadow: 1px 1px 1px #0D291B;
	opacity: 0.7;
	text-align: center;
	line-height: 100px;
}
footer img {
	opacity: 1;
	width: 35px;
}
footer .animals {
	height: 40px;
	border-color: #25774D;
	background-color: #3FC380;
	height: 100px;
}
.adopt {
	font-size: 18px;
}
.diana div{
	text-align: left;
	margin-bottom: 20px;
}
.diana img {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.diana div.fb-page {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.ndianaz {
	float: left;
	width: auto;
}
.ndianaz form input, .ndianaz form textarea {
	width:400px;
}
.tright {
	width: auto;
	float: right;
}
 .heart-shape{
    position: relative;
	float: left;
	margin: 23px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
}
.heart-shape:before,
.heart-shape:after{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}
.heart-shape:before{
    bottom: 0px;
    left: -10px;
}
.heart-shape:after{
    top: -10px;
    right: 0px;
}
.adopt-button {
	height: 60px;
	line-height: 60px;
	width: 300px;
	border-color: #25774D;
	background-color: #3FC380;
	margin-top: 30px;
	color: #FFF;
	text-shadow: 1px 1px 1px #0D291B;
	border-radius: 7px;
	border: 1px solid #25774D;
}
.adopt-button a{
	color: #FFF;
	font-size: 25px;
	
}
.adoption {
	width:650px;
}
.adoption div{
	margin-bottom: 30px;
}
h4 {
	color: #555;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.wishlist h4 {
	margin: 20 0 10;
}
.img img {
	width: 640px;
	margin-top: 20px;
}
.img {
	margin-bottom: 100px;
}	

.left {
	float: left;
}
.img .adopt-button{
	margin: 8px;
}