body {
  margin: 0;
}
video#videobg { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('/vid/home.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.dots {background: url('/img/dots.png'); position:absolute; z-index:100; width: 100%; height: 100%;}

.navbar-brand {padding: 3px 15px !important;}
.navbar-brand img {padding: 0 !important;margin: 0 !important;display: inline-block;}

