
SkyVac® Interceptor Gutter Vacuum (You Choose)
/* General Styles */ body { font-family: 'Montserrat', sans-serif; color: #000000; line-height: 1.6; } /* Title Style */ h1, h2, h3, h4, h5, h6 { color: #FF8000; font-weight: bold; margin-bottom: 20px; } /* Custom Title Color for Key Sections */ .highlight-title { color: #F8A243; font-weight: bold; } /* Body Text Style */ p { color: #000000; margin-bottom: 20px; } /* List Style */ ul { margin-bottom: 20px; padding-left: 20px; } ul li { color: #000000; margin-bottom: 10px; } /* Link Style */ a { color: #2B00FF; font-weight: bold; } /* Image Styling */ img { max-width: 100%; height: auto; display: block; margin: 0 auto 20px auto; /* Centering the image */ } /* Spacing Adjustments */ .section { margin-bottom: 30px;