/* NOTE: Uncomment line 22 of the _resources template to use this file */
/* University Template over-ride
   Launched: 2020-10-02
   Author: Notre Dame Web Team
   ----------------------------------------------------*/

@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 {

}