/*
 Used with xspWelcome.xsp and
 the Page_First document (fmWelcome):
 <div id="dandelonPhrase">
	search engine for academic publications
 </div>
*/
#dandelonPhrase {
	color: #10496a;
	font-size: 12pt;
	text-align: center;
}

@media only screen and (min-width: 1037px) {
	#dandelonPhrase {
		font-size: 2.5vw;
		text-align: left;
	}
}