@font-face {
    font-family: "bignib";
    src: url("bignib.woff") format('woff');
}

body {
background-color:#fff1dc;
}

h2 {
font-family: bignib, "Arial Black";
text-transform:uppercase;
font-size:200%;
letter-spacing:2px;
color:#000000;
}

#bgvid {
position: fixed; 
left: 0px;
top: 0px;
min-width: 100%; 
min-height: 100%;
height:100%;

object-fit: cover;

z-index: -100;
}

#logo_img {
position:fixed;
left:35%;
width:30%;
top:3;
}

#loading_initial {
position:fixed;
top:49%;
left:49%;
}

#menu {
position:fixed;
bottom:7%;
width:100%;
vertical-align:center;
}
#menu h2 {
display:block;
float:left;
margin: 0px 20px 0px 20px;
cursor:default;
}

#menu_container2 h2 {
cursor:pointer;

-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
#menu_container2 h2:hover {
color:#00e8d3;
}

#menu_container1 {
margin-left:auto;
margin-right:auto;
width:500px;
}

#menu_container2 {
margin-left:auto;
margin-right:auto;
width:160px;
}
