body {
	font-family: "courier new";
	text-align: center; 
	font-size: 15px;
	margin:0px;
	cursor: auto;
}
h1 {
	display:block;
	font-size: 2.5vmax;
	margin:0px;
	font-weight: bold;
	white-space:nowrap;
	line-height: 600%;
	color:transparent;
	background: inherit;
	background-clip: text;
	filter:invert(1);
}
h3 {
	font-size: 15px;
	text-align: right;
	font-style: italic;
}
video {
	margin-left: 30%;
	margin-right: auto;
	width:70%;
}
.contrast {
	background-image:url(assets/pictures/DONTGO_1080p.gif);
	background-position: center;
	filter:invert(1);
	background-size: 100%;
}
.center {
	height:auto;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width:80%;
}
/*----------------------------HOVER FADE-----------------------------------*/
.image {
	opacity: 1;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden; 
}
