/******************************************************************
Site Name: Office of the Chancellor, UNC Chapel Hill
Author: Elizabeth Hammond, creative.unc.edu

Stylesheet: Main Stylesheet
******************************************************************/

@import url('main.css');

/*
BASE (MOBILE) SIZE
*/

@import url('base.css');

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

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

/*
DESKTOPS
WHY ARE WE YELLING?
*/
@import url( 'over1000.css' ) (min-width: 1000px);
/*
PRINT STYLESHEET
*/

@import url('print.css');

