* {   
    margin: 0;
    padding: 0;
}

.runningbg {
	position: absolute; 
	display: flex;
	align-items: center;
	text-align: center;
	font-family: verdana;
	bottom: 80px; 
	width: 100%; 
	height: 25%; 
/*	padding: 2%;*/
	font-size: 4.3vw;
	color: rgb(255, 255, 255);
	background-color: rgba(41, 94, 255, 0.8);
	border-bottom: 4px solid #f0f0f0;
	border-top: 4px solid #f0f0f0;
	text-shadow: rgb(0, 0, 0) 5px 2px 2px;
}

.runningbg .name {
	padding: 6%;
	font-size: 4.5vw;
	text-align: center;
    font-family: verdana;
    font-size: 35px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 41, 41);
    text-shadow: rgb(0, 0, 0) 5px 2px 2px;
}

.aboutbg {
	bottom: 80px; 
	width: 100%; 
	background-color: rgba(231, 29, 29, 1);
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
}

.aboutbg a {
	color: ffdd57;
	font-weight: bold;
}

.aboutbg p.title {
	font-size: 40;
	padding-top: 40px;
	padding-left: 15%;
	padding-right: 15%;
	font-family: Arial, sans-serif;
	color: FFFFFF;
}

.aboutbg p.about {
	padding-top: 10px;
	padding-bottom: 40px;
	font-size: 17;
	line-height: 1.4;
	padding-left: 15%;
	padding-right: 15%;
	font-family: Arial, sans-serif;
	color: FFFFFF;
}

.aboutbg p.about u {
	font-size: 19;
	font-style: italic;
	text-decoration:underline;
}

.adoptions {
	line-height: 1.4;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 5%;
	font-family: Arial, sans-serif;
}

.adoptions p {
	font-size: 20;
}

.adoptions ul { 
	list-style-type: none; 
	padding: 0px; 
	margin-left: 15px;
	font-size: 15px; }

.twodogs {
	position: relative; 
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
/*	padding-bottom: 5%;*/
}

.twodogs img {
	width: 100%; 
	height: auto;
}

.address {
	padding-top: 20px;
	padding-bottom: 60px;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
}

/*.address h1 {
	font-size: 25px;
	font-weight: bold;
	display: block;
}*/

.address .addressinfo {
	display: inline-block;
	text-align: left;
}

.adoptlineup img {
	margin: auto;
	display: block;
}