body {background-color: #000;}
video#bgvid {position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; background-image:url(../img/bghome.jpg); background-position:center top; background-size:cover; background-repeat:no-repeat;transition: 1s opacity;; z-index:1}
div#coverHome {position:absolute;top:0;bottom:0;left:0;right:0;background-image:url(../img/bghome.jpg);background-position:center top;background-size:cover;background-repeat:no-repeat;opacity: 0.7;z-index:2;}
div#stripesHome {position:absolute; top:0; bottom:0; left:0; right:0; background-image:url(../img/stripes.png); background-repeat:repeat; opacity:.35; z-index:3}
div#logoHome {position:absolute;z-index:4;text-align:center;color:#FFF;font-family: 'bebasregular';width:100%;font-size:30px;line-height:38px;top:50%;margin-top:-180px;text-shadow: 0px 0px 4px #000000;}
div#logoHome p {margin-top:40px}
div#logoHome span {font-size:18px; display:inline-block; margin-top:-10px; line-height: 46px;}

div#logoHome span a:link, div#logoHome span a:hover, div#logoHome span a:focus, div#logoHome span a:visited {color:#FFF; text-decoration:none; padding: 8px 6px 2px 4px; margin: 0 5px;border: solid 1px #FFF;}
div#logoHome span a+a {margin-left:5px}

footer {position:fixed; bottom:0; background:#000; color:#FFF; z-index:4; width:100%; text-align:center; padding:14px 0 10px 0}
footer a:link, footer a:hover, footer a:focus, footer a:visited {color:#FFF; display:inline-block; margin-left:25px; text-decoration:none; font-family: 'bebasregular'}
footer a+a:before {content:"//"; display:inline-block; margin-right:25px}
/* MEDIA QUERIES */
	/* XS */
	@media screen and (max-width: 767px) { 
	}
	/* XS */
	
	@media screen and (max-width: 870px) { 
	}
	
	/* SM */
	@media screen and (min-width: 768px) {
	}
	/* SM */
	
	/* MD */
	@media screen and (min-width: 992px) { 
	/* MD */
	
	/* LG */
	@media screen and (min-width: 1200px) {
	}
	/* LG */
/* MEDIA QUERIES */