html {
	height: 100%;
	letter-spacing: 2px;
	font-family: Arial, 'Courier New', Courier, monospace;
	font-size: 18px;
	line-height: 1.30;
	background-image: url('../images/front_hall.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;  
	background-size: cover;
	background-position: center;
	overflow-y: auto;	
}
body {
	margin: 0;
}

/* =================
Hamburger menu 
===================*/
.menu {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top:10px;
	right:40px;
	z-index: 999;
}
.bar1, .bar2, .bar3 {
	width: 1.5em;
	height: 3px;
	background-color: #000000;
	margin: 3px 0;
	transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 3px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	transform: translate(0, -9px) rotate(45deg);
}
 /* -- Deal with the menu items -- */	
 /* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display:none;
	float:right;  
	animation: mymove 0.5s;
}
@keyframes mymove {
  from {right: -300px;}
  to {right: 70px;}
}
.show {
	display:inline-block;
	position: fixed;
	float:right;  
	right: 70px;
	top: 10px;
	z-index:9999;
}
#nav li {
	float:none;
	display: block;
	border-style:none;
	margin-bottom:5px;
}
#nav li a {
	padding: 3px 3px;
	text-decoration:none;
	font-family: 'VT323', monospace;
	color: #000000;
}
#nav li a:visited {
	text-decoration:none;
	color: #000000;
}

#nav{
	height:auto;
	margin:3px;
	padding:3px;
}
#nav li:hover {
	background-color: rgb(215,225,227);
}
.menuFloatR{
	float:right;  
	background-color:#ffffff;
	top: 20px;
      right: 60px;
	z-index:999;
	width:auto;
	height:auto;
	border: solid 1px black;
	border-radius: 10px;
}
   
/* -- End deal with the menu items  -- */

 /*============================================
 Logo and top bar 
============================================*/
.logo {
	letter-spacing: 1px;
	/*color: rgb(131,150,156);*/
	color: rgb(255,255,255);
	text-shadow: 1px 2px .75px rgb(51,72,115);
	font-size: 1.75em;
	position: relative;
	margin-top:2px;
	/*width:450px;
	min-width:450px;*/
	float:left;
}
.logo2 {
	letter-spacing: -1px;
	/*color: rgb(131,150,156);*/
	color: rgb(255,255,255);
	text-shadow: 1px 2px .75px rgb(51,72,115);
	font-size: 2em;
	font-weight:bold;
}
.logo3 {
	letter-spacing: -1px;
	/*color: rgb(131,150,156);*/
	color: rgb(255,255,255);
	text-shadow: 1px 2px .75px rgb(51,72,115);
	font-size: 1.8em;
}
.logo:hover , .logo2:hover, .logo3:hover {
	text-shadow: 1px 2px .75px rgb(254,157,4);
}
/*=================================
End Logo and Top Bar
=================================*/
 .home {
  background-image: url('../images/front_hall.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: contain;
  background-position: center;
  text-align: center;
  overflow-y: auto;		
}
.lft {
	float: left;
}
.rt {
	float: right;
}
.labeld {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
}
.datad {
	display: inline-block;
	width: 4em;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
}
.txtd {
	display: inline-block;
	font-style: italic;
}
.norm {
	color: white;
}
.warning{
	color: yellow;
}
.danger{
	color: red;
}
.midscr{
	position: relative;
	top:20%;
}
.lowscr{
	position: relative;
	top:50%;
}
.footer a{
	text-decoration: none;
	color: #000000;
}
.footer a:visited {
	color: #000000;
}
.footer {
	position: relative;
	bottom: 0;
	width: 100%;	
	padding: 2em .25em 2em 0.25em;
	height: 30px;
	font-size:1em;
	color: #000000;
	text-align: left;
	}
.home .footer {
	position: absolute;
}	
.footer {
	color: black;
}

.underL {
	text-decoration: underline;
}
.bold {
	font-weight: 900;
	font-size:1.2em;
}
div .tab li{
	list-style-type:none;
	line-height:1.4em
}
.bright {
	background-color: rgba(244, 67, 54, 0.4);
	border-color: #f44336;
}

input[type="text"] {
    font-size:1.2em;
}
.tooltip {
	position: relative;
	display: block;
	cursor: pointer;
}
.tooltiptext {
	visibility: hidden;
	width: 25%;
	background-color: black;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: 10%;
	left: 20%;
	
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	overflow-y: visible;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 300px) and (max-width: 600px) {
	html {
		letter-spacing: 1px;
		font-size: 0.9em;
		line-height: 1;
	}
	body {
	}
	.logo {
		text-shadow: 0.25px 0.5px .19px rgb(51,72,115);
	}
	.logo2 {
		letter-spacing: -1px;
		text-shadow: 0.5px 1px .375px rgb(51,72,115);
		font-weight:bold;
	}	
	.logo3 {
		letter-spacing: -1px;
		text-shadow: 0.4px .75px .2px rgb(51,72,115);
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.tooltiptext {
		width: 50%;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.tooltiptext {
		width: 40%;
	}
}

/* small devices (820px and down) */
@media only screen and (max-width: 820px) and (min-height: 640px) {
	.home {
		background-size: cover;
	}
}

@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 600px) {
	.tooltiptext {
		width: 50%;
	}
}
@media only screen and (max-width: 300px) {
	html {
		letter-spacing: 1px;
		font-size: 0.65em;
		line-height: 1;
	}
	body {
	}
	.logo {
	letter-spacing: 1px;
	/*color: rgb(131,150,156);*/
	color: rgb(255,255,255);
	text-shadow: 1px 2px .75px rgb(51,72,115);
	font-size: 1.5em;
	}
	h1 {
		font-size: 1.5em;
	}
	.logo {
		text-shadow: 0.25px 0.5px .19px rgb(51,72,115);
	}
	.logo2 {
		letter-spacing: -1px;
		text-shadow: 0.5px 1px .375px rgb(51,72,115);
		font-weight:bold;
	}	
	.logo3 {
		letter-spacing: -1px;
		text-shadow: 0.4px .75px .2px rgb(51,72,115);
	}

}

@media only screen and (max-width: 180px) {
	html {
		letter-spacing: 1px;
		font-size: 0.65em;
		line-height: 1;
	}
	body {
	}

	.logo {
		text-shadow: 0.25px 0.5px .19px rgb(51,72,115);
	}
	.logo2 {
		letter-spacing: -1px;
		text-shadow: 0.5px 1px .375px rgb(51,72,115);
		font-weight:bold;
	}	
	.logo3 {
		letter-spacing: -1px;
		text-shadow: 0.4px .75px .2px rgb(51,72,115);
	}

}
/* Touchscreen devices with tall screens */
@media only screen and (min-height: 800px) {
	
}

/* Touchscreen devices with low height screens */
@media only screen and (orientation: landscape) {

}

@media print {
	html, body, .footer, a, p, i {
		color:black;
		background: white;
		position: relative;
		overflow:visible !important;
		height: auto !important;
		max-height: none !important;
	}
	.footer {
		page-break-after: always;
		position: absolute;
	}
	.footer a{
	text-decoration: none;
	color: #000000;
	}
	.footer a:visited {
	color: #000000;
	}
	.nprn {
		display:none;
	}
}