
body, html {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:  rgba(10,10,0,0.5);
	background-color: dimgray;
	background-color: rgba(38, 78, 54, 1.0);
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 3.2em;
	font-weight: bold;
	color: dodgerblue;
	color: steelblue;
	color: ghostwhite;
	
	margin: 0.5em 0.1em 1em 1em;
	margin-top: 1.2em;
	margin-left: 0em;
}

h3 {
	font-size:18px;
	line-height:22px;
}

img {
	margin: 0;
	border:none;
	background-color: transparent;
	width: 100%;
}

.loading {
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.trans a img:hover {
	transform: scale(1.5);
	transition: all 1s ease;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: flex-end;
	-webkit-box-align: right;
	-ms-flex-align: right;
	align-items: right;
	background-color: rgba(10,10,0,0.33);
	color: whitesmoke;
	font-family: 'Courier New', Courier, monospace;
	font-size: 0.9em;
	height: 30px;
	padding-top:6px;
	padding-left: 1px;
	padding-right: 10px;
}

.site-image {
	background-image: url("../img/site_img_004_neyc.jpg");
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
  }

  .site-img {
	background-image: url("../img/site_img_004_neyc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  }
  
  .site-text {
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
  }
