/*
Theme Name:         JA Theme
Theme URI:          https://www.juniorachievement.org
Github Theme URI:   
Description:        Custom built theme based on Zurb Foundations framework.
Version:            1.1.0
Author:             Ideas Collide
Author URI:         http://www.ideascollide.com
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS for the theme styles. 
  
  All styles will be added to app.css after compiled from scss.

---------------------------------------------------------------------------- */

@media print, screen and (min-width: 40em){
    #jaaz-footer .medium-2{
        width: 20%;
        height: 200px;
    }
}

footer{
    padding-bottom: 4rem !important;
}
