/*
-----------------------------------
TOC
-----------------------------------

Bootstrap Overrides:......Changes to base-Bootstrap CSS

Page Globals:.............Styling of HTML and BODY

Site Elements:............Re-usable site elements 	

Structure:................Site structural components

Section Specific:.........Styles for Home and all Sub Pages

Page/Element Specific:....Page, element or flow Specific CSS

Responsive:...............Specific styles for Desktop, Tablet and Mobile

Additive CSS:.............Additive/override CSS

*/



/* ------------------------------------
$ Page Globals
------------------------------------ */

html { margin-bottom: 1px; }
html body { overflow-y: scroll; }



/* ------------------------------------
$ Structure
------------------------------------ */

/* ---- Header ---- */

  /* Global Navbars */
  .navbar-default #topnav { margin-top: 3px; }

  .logo_container { margin-top: -2px; margin-bottom: 5px; }