body { margin: 0; padding: 0; font-family: Arial, sans-serif; color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; /* Full-screen background image */ background: url('https://lh3.googleusercontent.com/p/AF1QipOKEwf9RtBYH37lgq2_UX-MkU8nAPKqbVFSgXA-=w1920-h1440-k-no') no-repeat center center/cover; } header img.logo { max-width: 250px; height: auto; margin-bottom: 20px; } .contact-box { background: rgba(0, 0, 0, 0.6); /* semi-transparent background */ padding: 20px 30px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); max-width: 600px; width: 90%; } .contact-box p { margin: 10px 0; font-size: 1.1rem; } a { color: #ffd700; text-decoration: none; } a:hover { text-decoration: underline; } iframe { margin-top: 15px; border: none; width: 100%; height: 300px; border-radius: 10px; } footer { margin-top: 20px; font-size: 0.9rem; color: #ccc; } /* Logo wrapper with circular white background */ .logo-wrapper { display: inline-flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.7); /* white semi-transparent */ padding: 20px; border-radius: 50%; /* makes it a circle */ box-shadow: 0 4px 12px rgba(0,0,0,0.3); margin-bottom: 20px; margin-top:20px; transition: background 0.3s ease; } /* Glow pulse animation */ @keyframes glowPulse { 0% { box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); } 50% { box-shadow: 0 0 25px rgba(255, 105, 180, 0.8); } 100% { box-shadow: 0 0 10px rgba(255, 105, 180, 0.5); } } /* Apply glow pulse on hover */ .logo-wrapper:hover { background: rgba(255, 255, 255, 0.85); animation: glowPulse 1.5s infinite; } .logo-wrapper img { max-width: 203px; /* fits width */ max-height: 201px; /* fits height so entire logo is visible */ height: auto; width: auto; display: block; }
Pro Waste Services Logo

Phone: 435-819-0006

Email: sky27ews@gmail.com

Directions: View on Google Maps



"Pro Waste Services delivers comprehensive waste management and environmental solutions with a focus on responsible disposal and sustainable practices. Our services include garbage collection, recycling, dumpster rentals, portable toilet rentals, and septic system services. As the only locally owned company operating a recycling center, we take pride in offering eco-conscious solutions tailored to meet the needs of our community. With a strong commitment to operational efficiency and environmental stewardship, Pro Waste Services is your trusted partner in managing waste the right way."

© Pro Waste Services. All rights reserved.
document.getElementById("year").textContent = new Date().getFullYear();