
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  color: #fff;
  font-size:20px;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
}

*:focus {
  outline: 0;
  outline: none;
}


.banner{
  width: 980px;
  height: 300px;
  background: #021E40;
  position:absolute;
  top:0;
  left:0;
}
.crop{
  overflow: hidden;
  color: #fff;
}


.banner:before{
  position: absolute;
  width: 30%;
  height: 200%;
  left: 20%;
  transform: rotate(19deg);
  top: -50%;
  background: #021E40;
  content: "";
  z-index: 2;

}


.text{
  position: absolute;
  font-weight: bold;
  padding-top: 10px;
}

.text-container{
  position:absolute;
  left:30px;
  width: 500px;
  top:140px;
  border-left:5px solid #ff5000;
  padding-left: 20px;
  height:80px;
  z-index: 2;
}
#text1{
  opacity: 1;
}
#text2{
  opacity: 0;
}

#text3{
  opacity: 0;
}

.logo{
  width:100%;
  max-width:250px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 100;
}

#vid{
  height:100%;
}



.image-container{
  position: absolute;
  width:60%;
  height: 110%;
  right:0px;
  z-index: 1;
  top:0px;
  /*
  background-image: url("assets/bg.jpg");
  background-size: cover;

  transform-origin: top right;
  background-repeat: no-repeat;
  overflow: hidden;  
  background-position: bottom;
*/
}

.cta{
  position: absolute;
  right: 20px;
  bottom: 20px;
  background:#FF6422;
  border:0px;
  z-index: 3;
  color:#fff;
  font-weight: bold;;
  border-radius:30px;
  font-size: 0.8em;
  padding-left:2em;
  padding-right: 2em;
  padding-top:0.7em;
  padding-bottom: 0.7em;
  z-index: 999;
  cursor: pointer;
}

.hover img{
  max-width: 400px;
  margin:auto;
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
}

.hover{
  position: absolute;
  width:100%;
  height:100%;
  background: #021E40;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
}



.banner:hover .hover{
  opacity: 1;
}
