html {
    height: 100%;
}
body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: var( --text_standard);
	color: var( --help_text_color);
    background-color: var( --default_background_color); 
	min-height: var(--body_height);
	/* Apparent (External Element) Margin of 8px assumed	*/
}
nav {
	/* display: block; */
}
/*
ul {
}
*/
h2 {
    padding-left: var(--default_padding_percent);
    font-family: Georgia, serif;
    color: var(--back_color1);
    font-size: var( --text_biggerer);
}
/* 	The following declaration is misplaced and also should probably be renamed*/
.h2_red {
    font-family: Georgia, serif;
    color: var(--back_color_alert);
    font-size: 20px;
}
/*
input[type="radio"] {
    outline: 1px solid black;
	
}
*/
iframe {
	position: absolute;
	top: 2%;
	width: 88%;
	height: 100%;
	/* pointer-events: none; */
}

.video-container {
	width: 10vw;
	height: 10vh;
	overflow: hidden;
	position: relative;
}
.video-container2 {
	width: 75vw;
	height: 75vh;
	overflow: hidden;
	position: relative;
}



