/*
Theme Name: Fitness Website Formula Child (2015)
Theme URI: http://FitnessWebsiteFormula.com
Author: Fitness Website Formula
Author URI: http://FitnessWebsiteFormula.com
Description: Customized child theme for FWF Framework
Template: fwf
Version: 1.0.0
Tags: 
Text Domain: fitnessthemes
*/


/* Despite what the web design community says, we tend to design for desktop first and then mobile */
@media only screen and (max-width:1024px) {
	
} /* End min-width: 1000px */


@media only screen and (device-width: 768px) {
	
} /* For general iPad layouts */

@media only screen and (max-width:800px) {
		
} /* End max-width: 800px */

@media only screen and (max-width:479px) {
	
} /* End max-width: 479px */
