@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/*
scale blue = #021E40;
scale orange = #FF5000;
*/

.clickTagLink{
  position: absolute;

}

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

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

.uppercase{
  left: 40px;
  top: 10px;
  font-size: 1.8rem !important;
}

.text{
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  font-weight: bold;
  padding-left: .9rem;
  border-left: 4px solid #ff5000;
}

.meet-container{
  position: relative;
  z-index: 1;
  top:55px;
  left: 45px;
  opacity: 0;
}

.meet-container .orange-text{
  position: relative;
  top: 10px;
  left: 40px;
  padding-top: .5rem;
  font-size: .6rem;
  font-weight: 400;
}

.banner{
  width: 320px;
  height: 250px;
  background-image:url("assets/feedingbarges.jpg");
  background-size: 130%;
  background-position-y: 0px;
  background-position-x: 20px;
  position:absolute;
  top:0;
  left:0;
}

.meet-container::after{
  content:'';
  position: relative;
  top: -200px;
  left: -100px;
  width:400%;
  height:400%;
  background: #021E40;
  opacity: 0.65;
  position: absolute;
}


.banner:after{
  content:'';
  width:50%;
  height:180%;
  background: linear-gradient(#021E40, #03417f);
  position:absolute;
  right:260px;
  bottom: -100px;
  transform:rotate(15deg);
}


.time{
  font-size: 0.9rem;
  color:#fff;
}
.crop{
  overflow: hidden;
  color: #fff;
}

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

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

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

.date{
  margin-top:20px;
}
.cta{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background:#FF5000;
  border: 2px solid #FF5000;
  z-index: 3;
  color:#fff;
  font-weight: bold;;
  border-radius:30px;
  font-size: .75em;
  padding-left:1.5em;
  padding-right: 1.5em;
  padding-top:0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}

.cta:hover{
  background-color: #021E40;
  border: 2px solid #FF5000;
}

.text-container{
  max-width: 200px;
  position: absolute;
  top:90px;
  left:65px;
}

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

.banner:hover .hover{
  background: linear-gradient(#03417f, #021E40);
}

.hover img{
  opacity: 0;
}

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

#text1{
  opacity: 0;
}

div.white-text.text {
  font-size: 1.5rem;
}

#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: 220px;
}