/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/*
 * Choose <link> over @import
 * One of the previous best practices states that CSS should be at the top in order to allow for progressive rendering.
 * In IE @import behaves the same as using <link> at the bottom of the page, so it's best not to use it.
 * source: http://developer.yahoo.com/performance/rules.html#csslink
 */














/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
