.nav-banner{
  min-height: 600px;
  height: 100vh;
  /* background-image: url(../images/cd-background-3.jpg) !important; */
  background-image: url(../images/banner-color-mix.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}

.product-window {
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.0)
    );
  width: 100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
}

.product-window .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
}

.product-window .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
  background:transparent;
}

.product-window .mid {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16pt;
  transform: translate(-50%, -50%);
}

.product-window .title {
  color: #fff;
  text-shadow: 0 1px 0 black;
}

.header-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.header-banner-title h1{
  text-transform: uppercase;
  margin: 0;
  font-size: 3rem;
  /* white-space: nowrap; */
}
.header-banner-title h2{
  font-size: 2rem;
}

.line-button {
  width: auto;
  text-align: center;
  opacity: 1;
}
.line-button a {
  cursor:pointer;
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px #fff;
  z-index: 1;
}

.btn {
  border-radius:0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.menu-txt {
  text-decoration:none;
  color: #fff;
  padding:0 15px;
}
.menu-txt:hover, .menu-txt:active {
  color: #f13131;
}

/* #menu-bar, #menu-bar-m { */
/*   height: 80px; */
/*   z-index: 100; */
/*   transition: top .7s .05s; */
/*   top: 40px; */
/*   width: 100%; */
/*   position: fixed; */
/* } */

#top-header {
  z-index: 100;
  transition: top .7s .05s;
  top: 0px;
  width: 100%;
  position: fixed;
  text-align: center;
}
