/******************************************************************
Theme Name: WEBdotUNC
Theme URI: http://web.unc.edu
Description: This site was built by ITS Web Services & UNC Creative
Author: ITS Web Services & UNC Creative
Author URI: https://web.unc.edu
Version: 1.1
License:
License URI:
******************************************************************/


/*
NORMALIZE
*/
@import url('normalize.css');

/*
THE BASICS FOR ALL DEVICES
*/
@import url('main.css');
@import url('flexslider.css');


/*
BASE (MOBILE) SIZE
*/
@import url('base.css');

/*
LARGER MOBILE DEVICES
*/
@import url('481up.css') (min-width: 481px);

/*
TABLET & SMALLER LAPTOPS
*/
@import url('grid.css') (min-width: 800px);
@import url('800up.css') (min-width: 800px);


/*
PRINT STYLESHEET
*/

@media print {
	@import "print";
}