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


/* ---------------------------- GLOBAL STYLES ------------------------ */

nav.campus { display: none; }

body { }

#introshell .image>.sitetitle>.sitelogo {
    position: relative;
    top: 0;
    margin: 0px;
    padding: 2%;
    height: auto;
    width: auto !important;
    display: block;
    max-width: 70%;
    background: url("https://www.bard.edu/images/tints/60white.png");
    overflow: hidden;
}

#introshell>.introtype>.sitetitle>.sitelogo {
    position: relative;
    top: 0;
    margin: 0px;
    padding: 0;
    height: auto;
    width: auto !important;
    display: block;
    max-width: 70%;
    font-family: "Work Sans", Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    background: url("https://www.bard.edu/images/tints/60white.png");
    overflow: hidden;
}

/* ---------------------------- MEGA SCREEN DISPLAY STYLES ------------------------ */

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

}


/* ---------------------------- LARGE SCREEN DISPLAY STYLES ------------------------ */

@media only screen and (min-width: 1400px) and (max-width: 1835px) {


}


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

@media only screen and (min-width: 1200px) and (max-width: 1401px) {


}


/* ---------------------------- LAPTOP STYLES ------------------------ */

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

/* ---------------------------- TABLET STYLES ------------------------ */

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

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

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