@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-family: 'Assistant', sans-serif;
	color: #202020;
	font-size: 1.2em;
	transition: all 0.3s ease;
	

	
	--headerh: 50px;
	--opa: 0.5;
}
 a:visited {
	 color:gray;
 }
 a {
	 text-decoration:none;
 }
 a:hover {
	 text-decoration:underline;
 }
.maintable {
	width: 100%;
	height: 100%;
	z-index: 1;
	/* padding-right: 15px; */
	
	height: var(--headerh);
	

}
.maintable2 {
	/* padding: 15px; */
	left: 0px;
	position: absolute;
	padding: 15px;
	z-index: 1;
	
}
.maintable2 a {
	text-decoration:underline;
 
}
.maintable2 a:hover {
	text-decoration:none;
	transition: all 0.3s ease;
}
.dummy {
	height: var(--headerh);
}
.dummy2 {
	height: 150px;
	width: 100%;
}

.header {
	width: 100%;
	height: var(--headerh);
	top: 0px;
	left: 0px;
	position: fixed;
	background: white; 
	padding: 15px;
	z-index:100;
	}
 
.footer {
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	position: fixed;
	background: white; 
	padding: 15px;
 	z-index:100;
}
 
.fname {
	font-weight: bold;
	font-size: 1.5em;
}
.ntable {
	/*border: 1px solid black;*/
	padding:15px;
 
}

 /* unvisited link */
a:link {
  color: #202020;
}
.imgmain img{
	width:100%;
	height:auto;
}
.imgmain {
	width: 100%;
	float: left;
}
@media only screen and (max-width: 1124px) {
html, body {
 
	
	font-size:1.7em;
	transition: all 0.3s ease;
}
.dummy {
	height: 30px;
	transition: all 0.3s ease;
}
.dummy2 {
	height: 100px;
	transition: all 0.3s ease;
}
}

/*
a:visited {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: gray;
}  
*/