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


.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu {
  /*background-color: #2C3840;*/
  background: linear-gradient(rgba(68,85,90, 0.25), rgba(68,85,90, 0.25)),url('../images/DSC_0496_croped.jpg');
  opacity: 1;
}

.hover-underline-menu .menu a {
  color: #fefefe;
/*   text-shadow: 1px 1px 10px #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;
}

.hero-section {
  background: url('../images/DSC_0496_croped.jpg') 60% no-repeat;
  background-size: cover;
  height: 90vh;
  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 5px #0a0a0a;
}

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

}

.layer-text * {
  grid-column:  1;
  grid-row:  1;
}

.columnnone {
  float: left;
  width: 33.33%;
  padding: 0px;
}
.social-footer {
  padding: 1rem;
  background: #fefefe;
  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;
}

/*.layer-text h1,
.layer-text h5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #0a0a0a;
}*/

