*{
    box-sizing: border-box;
}

@font-face {
  font-family: TurretRoad;
  src: url(TurretRoad-ExtraLight.ttf);
}

body{
    margin: 0;
    font-family: TurretRoad, cursive;
    overflow-x: hidden;
	background-color:black;
}

.v-header{
   height:100vh;
   display: flex;
   align-items: center;
	index:1;

}


.fullscreen-video-wrap{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100vh;
    overflow: hidden;
	index:1;
}

.fullscreen-video-wrap video{
    min-width:100%;
    min-height:100%;
	index:1;
}




.wrapper{
    z-index:2;
}

.videowrapper{
    z-index:2;
    text-align: center;
}


.ticker{
    position:absolute;
    display:flex;
    overflow: hidden;
    left:0;
    top:10;
	height:29.5px;

    opacity:1;
    z-index:3;
	padding-bottom:2px;
    background-color: rgb(255, 0, 73);
    color:rgb(255, 251, 0);

}

.news{
    width:100%;
    height:25px;
    opacity:1;
    font-size:12pt;
	top:0px;
    background-color: rgb(100, 0, 73);

    padding-botton:0px;
	margin-top:2px;

}
.news p{
	height:28px;
	font-size: 12pt;
	color:#fffb00; /*yellow*/
	margin-top:5px;


}



.content{
	index:4;
    position:absolute;
	top:90%;
	left:50%;
	transform:translate(-50%,-50%);
	margin-bottom:300px;
    opacity:0.8;
    height:110px;
	width:268px;

}



.title2{
	index:4;
    text-align: center;
    position:absolute;
	color:#000;
    width:255px;
    display: block;
    opacity: 1;
    height:38px;
    padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom: 8px;
	margin-left:7px;
	margin-top:70px;
    border: 2px solid #00E4CA;
    font-size: 1.2rem;
    text-decoration:none;
	background:#fffb00; /*yellow*/

}

.title a.hover{
	background: #02FEE1;
	color: #F03;
}

@media(max-width:960px){
    .wrapper{
        padding-right: 3rem;
        padding-left: 3rem;
    }

}
