/* temporary code for coronavirus alert */

div#searchbox		{margin: -186px auto 0 !important;border-radius: 5px;}
.cvirus 			{width:80%;border-radius:5px; margin:2em auto 1em auto;background-color:#fff; background-image:url(../img/corononavirus-bkgd.jpg);background-size: cover;background-repeat: no-repeat !important; background-position: 0% 0%;padding:2em;}
.cvirus h2 			{padding:.5em;color:#fff;background-color:rgba(141, 29, 28,.9);text-align:center;border-radius:5px;}
.cvirus h2 a 		{color:rgba(255,255,255,1);text-decoration:none;}
.cvirus h2 a:visited {color:rgba(255,255,255,1);}
.cvirus h2 a:hover 	{color:rgba(255,255,255,.8);}
.cvirus p 			{background-color:rgba(255, 255, 255,.9);padding:.5em;}

	@media only screen and (max-width: 736px) {
		div#searchbox {margin: -164px auto 0 !important;}
	}			
	@media only screen and (max-width: 670px) {
		div#searchbox {margin: 0 auto 0 !important;}
	}			
/* end temporary code for coronavirus alert */



