/* University Template over-ride
   Launched:
   Author:
   ----------------------------------------------------*/

/* Uncomment the site stylesheet in _resources.liquid to use */

@media only screen {
  
}
/* 480px
----------------------------------------------------*/
@media only screen and (min-width:30em) { 
  
}

/* 768px
----------------------------------------------------*/
@media only screen and (min-width:48em) { 
  
} 

/* 960px
----------------------------------------------------*/
@media only screen and (min-width:60em) {  
  
}

/* 1280px
----------------------------------------------------*/
@media only screen and (min-width:80em) {  
  
}

/* 1600px
----------------------------------------------------*/
@media only screen and (min-width:100em) {  
  
}

/* 1920px
----------------------------------------------------*/
@media only screen and (min-width:120em) {  
  
}

/* Print
----------------------------------------------------*/
@media print { 
  
}