body {background-color: rgba(35, 50, 58, 0.8)}
  body.page-template-blank #navigation {
      background-color: rgba(255, 255, 255, 0.75);
      position: absolute;
      top: 0;
      z-index: 1000;
  }
  .menu-header-container {display:none;}
  #navigation a.show-mobile-nav {display:none;}
  .show-mobile-nav {display:none;}
  #navigation {height: 105px;}
  #footer {display:none;}
  .text {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 46px;
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    padding: 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
}
#home .welcome {
    position: static;
}
