html, body { 
	height:100vh;
  width: 100vw;
	background-color:white;
	margin: 0; 
  overflow:hidden;
	}
/*
img {
	max-height: 85vh;
  width:auto;
  border-radius: 20px;
}
*/
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}

.caption {
	border-width:0px;
	border-style: solid;
	border.color:black;
	max-width:100vw;
}

.img80 {
	max-height:70vh;
}

#video{
	height:100%;
	width:100%;
}

#webpage{
	height:100%;
	width:100%;
}

#webpage50{
	height:50%;
	width: 50%;
}

iframe {    
 border:0 none;
 overflow:hidden;
}

#wrap {
	positon:fixed;
	left:0;
	width:100%;
	height:1000px;
}

#wrappediframe {
	display:block;
	width:100%;
	height:100%;
}

#feedbackdiv {
  position: absolute;
  left: 8px;
  top:5px;
  z-index: 10;
  width:100px;
  height:15px;
  background-color:red;
  opacity:0.5;
}

.navdiv{
  z-index: 9;

}
.navdivsave{
  z-index: 9;
  background-color:red;
  opacity:0.2;
}

.opaque{
  opacity:0.2;
}	
	
imgfit {
  width:auto;
  max-width:100%;
  height:auto;
  max-height:100%;
}

.bottomright {
position: fixed;
bottom: 0px;
right: 0px;  
opacity:0.5;
}
.bottomleft {
position: absolute;
bottom: 0px;
left: 0px;
opacity:0.5;
}

.bottomcenter{
position:fixed;
bottom:0px;
left:50%;
opacity:0.5; 
cursor:pointer;
}

#over { 
	font-size:2em; 
	color:blue;
	background-color:lightyellow;
	border: 3px solid lime;
	position:absolute; 
	top:20px; 
	left:400px; 
	border-radius: 25px;
	z-index:2000 
	}
	
.rb {
	color:red;
	font-weight:bold;
}
.linediv {
	display: inline-block;
	padding:6px;
	color:navy;
	font-size:27px;
	background-color:lightyellow;
	border:3px solid black;
	margin-top:-10px;
	margin-bottom:-10px;
	border-radius:8px;
}
.blockdiv {
	display: inline-block;
	padding:6px;
	color:navy;
	font-size:27px;
	background-color:lightyellow;
	border:3px solid black;
	border-radius:10px;
	margin-bottom:10px;
}
.highlightdiv {
	display: inline-block;
	padding:6px;
	color:red;
	font-size:27px;
	background-color:yellow;
	border:3px solid red;
	margin-top:3px;
	margin-bottom:3px;
	border-radius:6px;
}

