/*font stylesheets*/
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"); /*required - used to create icons - first for IE8*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700); /*change to whatever font(s) are used in the design*/

/*design stylesheets*/
@import url("../../assets/fullscreenSlides/css/slide.css"); /*styling for slides*/
@import url("earthworm.css"); /*grid structure - always first*/
@import url("layout.css"); /*all main design styles go here*/
@import url("navigation.css");
@import url("forms.css");
@import url("flexslider.css"); /*include styles for carousels or banner sliders here*/
@import url("mediaQueries.css"); /*responsive styles - always last*/

