/* /static/css/screen.css
------------------------------------------------------------------------
screen.css Chappel Industries

the css file contains the rules for:
	-	Structure CSS Rules
	-	Content CSS Rules
	-	header
	- 	navigation
	-	footer

Author: Easy Connection

Version: v 1.0
------------------------------------------------------------------------
Color Guide

A selection of the most used colors in this CSS, alle defined
and accepted colors can be found in the styleguide.

Grey															#f6f7f9
Blue															#007bbe
Black 															#333333
--------------------------------------------------------------------- */

/* Import reset.css
--------------------------------------------------------------------- */
@import "reset.css";

/* Import structure.css
--------------------------------------------------------------------- */
@import "structure.css";

/* Import content.css
--------------------------------------------------------------------- */
@import "content.css";






