
.header{
  postition: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}


.hover-underline-menu {
  width: 100%;
}
/*This is the menu bar image*/
.hover-underline-menu .menu {
 /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/combind3.png');*/
background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/gilariver/River2.png') 60% no-repeat;
background-size: cover;
  opacity: .85;
}

.hover-underline-menu .menu a {
  color: #fefefe;
  text-shadow: 1px 1px 3px #0a0a0a;
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fefefe;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
/*This is the page image*/
.hero-section {
  background: url('../images/gilariver/River2.png') 60% no-repeat;
  background-size: cover;
  height: 85vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 25px #0a0a0a;
  /*  text-shadow: 1px 1px 5px #0a0a0a;*/
}

.layer-text {
  display:  grid;
  place-items:  center;

}


.callout-gila {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #080808;
  color: #0a0a0a; }
 
/* Footer*/
.social-footer {
  padding: 1rem;
  background: #717171;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
  
}

.social-footer .social-footer-icons .fa {
  font-size: 1.3rem;
  color: #d5d5d5;
}

.social-footer .social-footer-icons .fa:hover {
  color: #717171;
  transition: color 0.3s ease-in;
}

