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

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

h1 {
	font-family: 'Yellowtail', cursive;
}

h3, p {
	font-family: 'Raleway', sans-serif;
}

.adopt {
	background-color: #f2b705;
	text-align: center;
}

.foster {
	background-color: #d9d0c1;
}

.contact {
	background-color:  #f2b705;
}

.heading {
	background-color: rgba(140,79,43,0.71);
	color: white;
	border-color: rgba(140,79,43,1.00);	/*background-color:rgba(242,203,5,0.63);*/
}

.heading h3 {
	font-size: 25px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.hero {
	background-image: url(images/sofadogs.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 50px;
	padding-top: 270px;
	padding-bottom: 60px;
}

.title {
	font-family: 'Yellowtail', cursive;
	font-size: 40px;
	text-align: center;
	color: rgba(53,53,53,1.00);
}

.dogs h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgba(53,53,53,1.00);
}

footer {
	background-color: #8c4f2b;
}

.brightBlue {
	background-color: #05aff2;
	color: white;
}

.moreInfo {
	display: none;
}

#gordie, #lady, #turner {
	border: 0px solid rgba(140,79,43,1.00);
}
