html {
    background-image: url("index_background.jpg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Work Sans', sans-serif;
}

@media (max-width: 432px) {
  li a{
    font-size: 6px;
    padding-bottom: 0px !important;
  }
  
  li {
    float: none !important;
  }
  
  .novid {
    margin-bottom: 45px !important;
  }
}

body {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    color: white;
}

img {
    display: block;
    margin: 0 auto;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 40%;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
}

.novid {
    position: fixed;
    bottom: 0;
    margin-bottom: 100px;
    left: 0;
    width: 100%;
}

.menu {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.main {
    width: 100%;
    background-color: red;
}

.text {
    margin: auto;
    padding-top: 10px;
    width: 50%;
    background-color: green;
    text-align: center;
}

ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
}

li a {
    display: block;
    text-align: center;
    padding: 23px 20px;
/*    margin-left: 25px;
*/    color: white;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-bottom: solid;
    border-bottom-color: rgba(255,255,255,0);
    border-bottom-width: thick;
}

.active {
    color: cyan;
}

li a:hover {
    text-shadow: 0 0 15px #FFFFFF;
    border-bottom: solid;
    border-bottom-color: white;
    border-bottom-width: thick;
}

h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

p {
    font-size: 12px;
    line-height: 160%;
    text-transform: uppercase;
}

video {
    width: 100%;
    height: auto;
}