*{
	padding:0px;
	margin:0px;	
	box-sizing: border-box;
}
body, html, wrapper{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px auto;	
}

#topnav{   
	overflow: hidden;
	font-size:1.75em;
	background-color:red;
	width:max-content;
	margin:0 auto;
}    
#topnav a {
	float: left;
	display: block;
	font-weight:bold;			
	color: white;
	text-align: center;
	padding: 30px 20px;		
	text-decoration: none;
}      
#topnav a:hover{
	text-decoration-color: white;
	text-decoration: underline;
} 

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#img1 {
	vertical-align: middle;
	max-height: 75px;
	max-width: 308px;
}
#img2 {
	vertical-align: middle;
	max-height: 75px;
	max-width: 308px;
}

#frame1 {
	height: 75px;      /* Equals maximum image height */
	width: 308px;           
	white-space: nowrap; /* This is required unless you put the helper span closely near the img */
	text-align: center;
	margin: 1em 0;
}
#frame2 {
	height: 75px;      
	width: 308px;           
	white-space: nowrap; 
	text-align: center;
	margin: 1em 0;
}

.btn {
	background-image: url(../Images/twitchlogo.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	border: none;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: red;
	color: white;
	text-align: center;
	padding: 2px 0px;
  }

  .subhead{
	text-align:center;
  }

  .vislink:link {    color: lightblue; }  
  
 
  .vislink:visited{    color: lightblue; }   

  table, th, td {
	border: 1px solid black;
  }