*{
padding: 0;
margin: 0;
}

body{
font-family: 'Koulen', cursive;
background: black;
}

a{
	color: inherit;
	text-decoration: none;
}

.div1b{
	color: white;
	font-size: 200%;
	animation: fadeIn linear 2s;
  	-webkit-animation: fadeIn linear 2s;
  	-moz-animation: fadeIn linear 2s;
  	-o-animation: fadeIn linear 2s;
  	-ms-animation: fadeIn linear 2s;
	text-align: center;
}

.div1b:hover{

	color: grey;
	transition: color .75s linear;
	}

.div1:hover{
	color:grey;
	transition: color .75s linear;
	
}

.div1{
  	color: white;
  	animation: fadeIn linear 2s;
  	-webkit-animation: fadeIn linear 2s;
  	-moz-animation: fadeIn linear 2s;
  	-o-animation: fadeIn linear 2s;
  	-ms-animation: fadeIn linear 2s;
	font-size:  250%;
	text-align: center;
}


.div2{
	color:white;
	font-weight:900;
	line-height: 170%;
	font-family: 'Montserrat', sans-serif;
	font-size:  140%;
	text-align: center;
	padding:  2%;
	animation: fadeIn linear 3s;
  	-webkit-animation: fadeIn linear 3s;
  	-moz-animation: fadeIn linear 3s;
  	-o-animation: fadeIn linear 3s;
  	-ms-animation: fadeIn linear 3s;
}

.div3{
	background: rgba(255,255,255, .7);
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight:  bold;
	font-size:  100%;
	text-align: center;
	padding:  2%;
	margin-right:  25%;
	margin-left:  25%;
	border-style: solid;
	color: black;
	border-color: white;
	border-width: 1px;
	overflow:hidden;
	animation: fadeIn linear 2s;
  	-webkit-animation: fadeIn linear 2s;
  	-moz-animation: fadeIn linear 2s;
  	-o-animation: fadeIn linear 2s;
  	-ms-animation: fadeIn linear 2s;
}

.div3:hover{
	color: white;
	background-color: rgba(255,255,255,.1);
	transition: font-color .75s linear;
	transition: background-color .75s linear;
}

i:hover{

	background-color: rgba(255,255,255,.6);

	transition: background-color .75s linear;
}

.div4{
	line-height: 170%;
	font-family: 'Montserrat', sans-serif;
	font-size:  140%;
	text-align: center;
	padding:  2%;
	animation: fadeIn linear 3s;
  	-webkit-animation: fadeIn linear 3s;
  	-moz-animation: fadeIn linear 3s;
  	-o-animation: fadeIn linear 3s;
  	-ms-animation: fadeIn linear 3s;
}

.div5{
	background: rgba(0,0,0,.5);
	font-family: 'Montserrat', sans-serif;
	font-weight:  bold;
	font-size:  100%;
	text-align: center;
	padding:  2%;
	margin-right:  25%;
	margin-left:  25%;
	border: 1px white solid;
	overflow:hidden;
	animation: fadeIn linear 2s;
  	-webkit-animation: fadeIn linear 2s;
  	-moz-animation: fadeIn linear 2s;
  	-o-animation: fadeIn linear 2s;
  	-ms-animation: fadeIn linear 2s;
}

.div5:hover{
	
	background-color: black;
	transition: background-color .75s linear
}

.div8{
	
	line-height: 170%;
	font-family: 'Montserrat', sans-serif;
	font-size:  120%;
	text-align: center;
	padding:  2%;
	animation: fadeIn linear 3s;
  	-webkit-animation: fadeIn linear 3s;
  	-moz-animation: fadeIn linear 3s;
  	-o-animation: fadeIn linear 3s;
  	-ms-animation: fadeIn linear 3s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.newsscroll{
	background: rgba(255,255,255,.7);
	color: black;
	border: 1px black solid;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
    margin: 0% 5% 0% 5%;
    padding: 5% 5% 5% 5%;
    text-align:center;
    width:80%;
    height: 300px;
    position: 50%;
   
    overflow: auto;

    border:  1px white solid;
	animation: fadeIn linear 2s;
	-webkit-animation: fadeIn linear 2s;
	-moz-animation: fadeIn linear 2s;
	-o-animation: fadeIn linear 2s;
	-ms-animation: fadeIn linear 2s;
}


.blackblock{
	margin: 0;
	min-height: 10vh;
    background:black;

}

.hero{
   
    justify-content:center;
    align-items:center;
    text-align:center;

    color: white;
 
    background:rgba(0,0,0,.4);

    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.video-bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.demoreel{
	color: white;
	animation: fadeIn linear 2s;
	-webkit-animation: fadeIn linear 2s;
	-moz-animation: fadeIn linear 2s;
	-o-animation: fadeIn linear 2s;
	-ms-animation: fadeIn linear 2s;
  font-size:  250%;
  text-align: center;

}



@keyframes loading {
	from {transform: rotate(oturn)}
	to {transform: rotate(1turn)}
}