/*
Home page
Website name: Poop Picker Uppers

Author: Calvin Broadus
Date: 3/22/2026
*/

html, head, body, header, page-title, page-logo, nav, article, 
general-description, intro-image, h1, p, service-areas,
footer, footer-logo, footer-nav, footer-contacts {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: Garamond, serif;
	line-height: 1;
}

header {
	background: rgb(147, 214, 245)
}

page-title {
	
}

header img {
	display: block;
}

nav {
	background: rgb(147, 214, 245)
}

nav ul {
	list-style: none;
	list-style-image: none;
}

nav a {
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 19em;
}

article {
	padding-left: 17em;
	background: white url(ppu-background.jpg) center center
				/ 40% 40% repeat fixed border-box;
	
}

general-description {
	
}

article img {
	display: block;
	float: center;
	width: 20%;
	height: 20%;
}

h1 {
	font-size: 125%;
	position: right;
}

h2 {
	font-size: 100%;
}

p {
	font-size: 100%;
}

service-areas {
	font-size: 100%;
}

footer {
	font-size: 100%;
	background: linear-gradient(to bottom, rgb(99, 79, 33), rgb(36, 28, 12))
}

footer img {
	
}

footer-nav {
	font-size: 100%;
}

footer-contacts {
	font-size: 100%;
	color: white;
}