@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Josefin Sans', sans-serif;
}

.hero {
/*
    background-image: url("images/cats_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
    color: white;
}

.about {
	background-color: #f2a922;
}

.adopt {
	background-color: #9c9c9c;
}

.volunteer {
	background-color:#f2d544;
}

.foster {
	background-color: #9c9c9c;
}

.donate {
	background-color: #9c9c9c;
}

footer {
	background-color: #a62d37;
	color: white;
}

.title {
   
/*    margin-top: -300px;*/
}

@media (max-width: 970px){
	.title {
		margin-top: -190px;
	}
	
	.headerlogo {
		display: none;
	}
}

.headerlogo {
	margin-top: -515px;
}

h1 {
	text-align:center;
	font-family: 'Shadows Into Light Two', cursive;
}

h2 {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 25px;
}

.options {
	padding-top: 20px;
}

.icon {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.contact {
	background-color: #f2d544;
}

#paypal {
    border-style: dotted;
    border-width: 2px;
    border-radius: 11px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.hovereffect {  position: relative;  /*width: 50%;*/}

.image {  display: block;  width: 100%;  height: auto;}

.overlay {  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  height: 100%;  width: 100%;  opacity: 0;  transition: .8s ease;  background-color:rgba(156,156,156,0.58);}

.hovereffect:hover .overlay {  opacity: 1; cursor: pointer;}

.text {  color: white;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); width: 100%; text-align: center;}

a {
	color: black;
	
}
.freepik {
	color: white;
	font-size: 12px;
}
.freepik a {
	color: white;
}

.adoptButton {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 5px;
}

ul {
	font-size: 14px;
}

.banner {
}