h1.main {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 48px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 52.8px;
	padding-top: 120px;
}

h3.subhead {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}

h3.mini {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
}

h3 {
	padding: 0px;
	margin:0px;
}



input {
	width: 100%;
	height: 40px;
	
}

input[type=button], input[type=submit] {
		font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	
	height: 40px;

}

.button {
	
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	
	height: 40px;

}


body {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	
	font-size: 14px;
	

}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  /* right: 0;
  bottom: 0; */
  min-width: 100%; 
  min-height: 100%;
	left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);




}

