@font-face {
    font-family: FDIST;
    src: url(FDIST___.ttf);
}

video#bgvid {
	position:fixed;
	top:50%;
	left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.server_panel
{
	border-color:rgba(55, 0, 0, 0.8);
	background-color:rgba(48, 48, 48, 0.8);
}
.server_panel>.panel-heading
{
	background-color: rgba(55, 0, 0, 0.8);
	border-color: rgba(55,0, 0, 0.8);
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(61, 61, 61, 0.4);
}
img{
        max-width: 100%;
        max-height: 100%;
        display: block; /* remove extra space below image */
	margin-bottom:-10%;

}
{
	text-shadow: 0px 6px 8px #000;
}
h1
{
	text-shadow: 0px 6px 8px #000;
	font-family: 'Roboto', sans-serif;
}
h2
{
	text-shadow: 0px 6px 8px #000;
	font-family: 'Roboto', sans-serif;
}