body {
	margin: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    background: black;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
}
.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.cover {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
.sept {
	font-family: 'Old Standard TT', serif;
	font-size: 400%;
}
.ibox {
	position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    color: white;
    text-shadow: 0px 0px 3px white;
}
.center {		
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bg-img {
	position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}
.digi {
    font-size: 14px;
    letter-spacing: 1.7em;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding-top: 5px;
    padding-bottom: 2px;
}
.nav .dropdown-menu {
	display:none;
}
.nav {
    font:14px arial;
	z-index: 1;
    background: silver;
    /* position: absolute; */
    top: 0px;
    height: 40px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid gray;
}
.nav > .title {		
	position:relative;
	top:0px;
	display:inline-block;
	height:40px;
	width:160px;
	border-left:1px solid white;
	border-right:1px solid gray;	
}
.nav span {		
	line-height:40px;
	height:40px;
}
.nav > .title:hover .dropdown-menu {	
	display:block;
	background:silver;
}
.nav > .title > .dropdown-menu {	
	top:40px;	
	position:absolute;
	width:100%;
}
.nav > .title > .dropdown-menu > div {
	position:relative;
	display:block;	
	height:100%;
}
.nav > .title > .dropdown-menu > div:hover {
	background:#80b0b0;
	color:white;	
}
.copyright {
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    text-align: center;
    font: 14px arial;
    color:white;
    text-shadow:1px 1px 3px black;
}
