@charset "utf-8";

/* Site-wide layout rule shared by every page that uses the fixed-top
   navbar: pushes page content below the navbar's height so it isn't
   covered. Kept here instead of repeating `style="padding-top: 70px"`
   inline on every <body> tag. */
body {
    padding-top: 70px;
}
