.hero-video {
    height: 80vh;
}
.hero-video {
    background-color: transparent!important;
    position: relative;
    overflow: hidden;
}
.hero-fullwidth {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0f1112;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../img/dot-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
}
#typed-container {
    position: absolute;
    top: 37%;
    color: #fff;
    width: 100%;
    font-size: 56px;
    font-weight: 200;
    line-height: 60px;
    text-align: left;
    left: 20%;
}
.white {
    color: #fff!important;
}
.ml10 {
    margin-left: 10px!important;
}

.nav .logo-dark,
.nav.scroll .logo-light {
	opacity: 0;
	    position: absolute;
    margin-top: 10px;
}
.nav.scroll .logo-dark,
.nav .logo-light {
	opacity: 1;
	    position: absolute;
    margin-top: 10px;
}
#btn-show .btn-span {
    margin-left: 15px;
    background-color: #ff0040;
    border-radius: 30px;
    color: #fff;
    margin-right: 0;
    padding: .6em 1em;
    position: relative;
    will-change: transform;
    font-size: 14px;
}
#btn-show .btn-span:hover {

    background-color: #ff0040b0;

}
