.bgvid{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;    
}

@media only screen and (min-width: 992px) {
    .bgvid{
        width: 100%;
        height: auto;
    }
}


.navm{
    color: rgba(255, 255, 255, 0.945);
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}

.navm:hover{
    text-decoration: none;
}

.tagLine{
    font-weight: lighter;
}

