@charset "UTF-8";
/* CSS Document for Bard Subsites */


nav.campus { display: none; }
body { }

#introshell>.introtype>.sitetitle>.sitelogo {max-width: 100%;}

/* ---------------------------- DESKTOP STYLES ------------------------ */

@media only screen and (min-width: 1001px) and (max-width: 1201px) {
    
}

/* ---------------------------- TABLET STYLES ------------------------ */
@media screen and (min-width:769px) and (max-width:1000px) {

    
}

@media only screen and (min-width: 701px) and (max-width: 1000px) {
    
}

/* ----------------------------- MOBILE STYLES ------------------------ */
@media screen and (max-width: 700px) {
	
	
	
}