
/* reset css */
html, a, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

html {
  font-size: 1rem; /* Base size */
}

:root {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.3rem);
}

body{
	background-image: url('images/WebVideoBackgroundImage.jpg');
	margin-top:1vh;
	margin-left: 1vw;
	display: flexbox;
	text-align: center;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%; /* Prevents unwanted auto-scaling */
	text-size-adjust: 100%;
}


#copyright{
	position: relative;	
	display: flexbox;
	text-align: center;
	margin-left: 0vw;
	margin-right: 0vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font: 1.2vmax Verdana, Geneva, sans-serif;
	color: #304643;
}

