/* CSS Document */
body{
	font-family: '';
	background-image: url(./home-page-videos/background.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.quote{
	color: #FF0000;
	text-align: center;
	margin-top: 10%;
}
.title{
	color: #FF0000;
	text-align: center;
	margin-top: 8%;
	font-size: 100px;
	display: block;
	z-index: 1;
	font-family: 'Neon bugler';
	text-shadow: 0 0 9px #e60000;
}
.titleout{
	color: #800000;
	text-shadow: none
}
.menu-top{
	margin-top: 30%;
	text-align: center;
	text-shadow: none;
}
a:link{
	color:#FFF;
}
a:visited{
	color:#FFF;
}
a:hover{
	color:#FFF;
	text-decoration: none;
}
.showdsc{
	padding-top: 10%;
	text-align: left
}
.synopsis{
	height: 100vh;
	text-align: center;
	color: #FF0000;
}
*::-moz-placeholder {
    color: none;
}
.characters{
	color: #FFF;
	font-size: 20px;
}
.about{
	color: #FF0000
}
.menubar{
	box-shadow: none;
	font-size: 1em;
	border-bottom: none
}
@media(max-width: 1000px){
	body{
		background-image: url(./imgs/Mobile-BG.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed; 	}

}