/*
-----------------------------------
TOC
-----------------------------------


Fonts:....................Available font-family declarations

Globals:..................Styling of HTML and BODY

Bootstrap Overrides:......Changes to base-Bootstrap CSS

Site Elements:............Re-usable site elements 	

Structure:................Site structural components

Section Specific:.........Styles for Home and all Sub Pages

Template Specific:........Styles for WP Templates

Page/Element Specific:....Page, element or flow Specific CSS

Additive CSS:.............Additive/override CSS

Responsive:...............Specific styles for Desktop, Tablet and Mobile

*/



/*-----------------------------------
   Structure
-----------------------------------*/
/* ---- Header ---- */

  /* Global Navbars */
    
    /* Scrollable Nav */
    #header_desktop_scroll .navbar-nav { margin-right:-5px; }
    
      /* Donate Link */
      #header_desktop_scroll .navbar-default .navbar-nav > li.topnav_donate > a { font-size:90%; }



/*-----------------------------------
   Section Specific
-----------------------------------*/
/* ---- Home Page ---- */
.primary_feature_left_content,
.primary_feature_right_content { max-width:569px; }      