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

.clickTagLink{
  position: absolute;

}

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

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

.uppercase{
  text-transform: uppercase;
}

.text{
  font-size: 1.2rem;
  z-index: 1;
  font-weight: bold;
}

#text2 div{
  font-size: 2rem;
}

.meet-container{
  position: relative;
  z-index: 1;
  top:70px;
  left:20px;
  opacity: 1;
}

.meet-logo{
  max-width: 200px;
  margin-top: 10px;
}

.banner{
  width: 320px;
  height: 250px;
  background-image:url("assets/bg.jpg");
  position:absolute;
  top:0;
  left:0;
}

.banner:before{
  content:'';
  width:100%;
  height:100%;
  background: #021E40;
  opacity: 0.65;
  position: absolute;
}

/*
.banner:after{
  content:'';
  width:30%;
  height:150%;
  background: #021E40;
  position:absolute;
  right:-50px;
  bottom: -100px;
  transform:rotate(15deg);
}
*/

.crop{
  overflow: hidden;
  color: #fff;
}

.logo{
  position:absolute;
  right:50px;
  top:50px;
  max-width: 150px;
  z-index: 1;
}

.logo-main{
  left:20px;
  top:20px;
}

.orange-text{
  color:#FF6422;
}

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


.text-container{
  max-width: 300px;
  position: absolute;
  top:70px;
  left:20px;
}

.hover{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9;
}

.banner:hover .hover{
  background: #021E40;
}

.hover img{
  opacity: 0;
}

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

#text1{
  opacity: 0;
}

#text2{
  opacity: 0;
}
.hover-logo{
  position: absolute;
  left:0;
  right:0;
  top:-50px;
  bottom: 0;
  margin:auto;
  width: 250px;
}

.we-are{
  position: absolute;
  left:0;
  right:0;
  top:60px;
  bottom: 0;
  margin:auto;
  max-width: 250px;
}