/* =================================
   GUTTER CLEANING MT. JULIET
   Main Stylesheet
   ================================= */

/* Smooth scrolling with padding for fixed nav */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

