
div.txt {
    background-image: url(../images/bkh2.jpg);
    color: black;
}
.nfo {
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	text-shadow:1px 1px blue;
	color:black;
	font-size:42px;
	font-weight:bold;
	top:34px;
	left:125px;
	text-align:center;
}
/* top, right, bottom, left - 1em(10px) */
@media screen and (max-width:1120px) {
.nfo {
	font-weight: bold;
	top: 3vw;	
	font-size: 3.8vw;
	left:10.6vw;
}}
