/*
@media screen and (max-height: 650px) {

	div.hm img  { height:600px; }


  div.hm { padding-top: 35px;}
*/
}

.img-wrapper {
  width: 100%;
  height: 100%;
/*  background-color: rgba(0, 0, 0, 0.8);
*/  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  animation: scale 10s;
}

@keyframes scale {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
	homeDiv { left:300px; };
  }
  from {top: 300px;}
  to {top: 20px;}

}

#theBody {
margins:0px;
background-size:cover;
background: url('./images/c61a.jpg');
font-size:14px;
/*text-align:left;
*/
}
#wallDiv {
	position:fixed;
	top:0px; 
	left:0px;
	width:2020px;
	height:1020px;
	border: thick #933 solid;
	z-index:-10;
}

div.hm {
	left:300px;
	border:thin #393 solid;
	background-image:url('images/monop2home.gif');
	box-shadow: -38px 8px 18px -2px rgba(32,51,32,0.5);
  animation: scale 2s;

}

#homeDiv {
	position:absolute;
	top:20px;
	width:810px;
	height:810px;
	z-index:1;
}
td.diary {
	color:#2E4A6D;
	font-size:10px;
	font-weight:bold;
	font-family:century gothic;
}
	
td.diaryweath {
	color: #942110 /*#C12333*/;
	font-family: Tahoma;
	font-weight:bold;
	font-size:12px;
	}

/*#tdlnk.a {
padding:18px;
border-radius:24px;
}
#tdlnk.a :hover {
	background-color:#C0F;
	opacity:0.5;
}
*/

td.dte {
font-family: 'Open Sans', sans-serif;
font-size:12px;
font-weight:600;
color: #332760;/*#176617;*/
}