/* University Template over-ride
   Launched: 2024-06-04
   Author: Notre Dame Web Team
   ----------------------------------------------------*/

@media only screen {
  .site-title a { background:url('/stylesheets/images/logo-cif.png') 0 0 / contain no-repeat; border:none; display:block; height:95px; margin:0; text-decoration:none; text-indent:-99999px; }
}

/* 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 {}
