/*
Theme Name: DomesticatingIT
Theme URI: 
Version: 1.0
Description: Custom Theme based on Canvas
Author: Jon DiPietro
Author URI: http://www.jondipietro.com
Template: canvas
*/
/* Default styles */
@import "../canvas/css/reset.css";
@import "../canvas/style.css";


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {

/* Desktop styles go below this line */

	
}

/* MOBILE STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the mobile layout of your site */
@media only screen and (max-width: 767px) {

/* Mobile styles go below this line */


}