/*Home SOM Logo Styles */
.logo-fixed{
  left:0;
  margin-right: .5rem;
  top: 70vh;
  z-index: 999;
  width: 50%;
  display: none;
}

@media (min-width: 768px) {
  .logo-fixed{
  width:40%;
  display: block;
}
}

@media (min-width: 991px) {
  .logo-fixed{
  width:30%;
  margin-right: 1.5rem;
  display: block;
}
}



.logo-scroll {
  top: 80vh;
  opacity: 70%;
  transition-duration: 1s;
  }

.logo-scroll:hover {
    opacity: 100%;
    transition-duration: .5s;
}

 .shield, .logo-text {
  border-top: 6px solid transparent;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}

.shield-hover {
  margin:1rem;
  width: 90px;
  height: 90px;
  background-color: transparent;
  z-index: 920;
}

.shield-empty {
  position: relative;
  top:0;
  left:0;
  width: 90px;
  height: 90px;
  background-color: transparent;
  z-index: 925;
}

.shield {
  z-index: 910;
}

.opacity-0{
  opacity:0;
  top: 80vh;
  width: 0%;
  transition: .7s;
}

.opacity-1 {
  opacity:1;
  transition: .7s;
}

.logo-container {
z-index: 900;
transition: .7s;
}

.logo-text {
  border-top: 6px solid #235474;
  background-color: hsla(0,0%,100%,.95);
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);

}


.text-container {
  opacity: 0;
  z-index: 905;
  transition: 0.7s;
  }

#shield-hover:hover + #text-container {
      opacity: 1 !important;
      transition: 0.7s !important;
      filter:none;
}

.hero-logo, .hero-logo-mobile {
  color: #000;
  text-align: left;
  background-color: hsla(0,0%,100%,.95);
box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
  width: 100%;
}

.hero-logo-mobile {
 margin-bottom: 2rem;
 width: 80%;
}

@media (min-width: 576px){
  .hero-logo-mobile {
width: 60%;
}
}

.hero-logo, .hero-logo-mobile {
  border-top: 6px solid #235474;
}
