/*.navbar-fixed-top.custom-navabar, .navbar-fixed-top.navbar-static {
    background: rgba(255,255,255,.95);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.navbar.navbar-fixed-top {
    background: rgba(0,0,0,0);
    border: 0;
    border-radius: 0;
    border-left: none;
    z-index: 1000;
}*/
.hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: url(https://storage.googleapis.com/ccwebsite-assets/img/home/home_page.jpg);*/
    transform: translateZ(0);
    height: 100vh;
    top: 0;
    position: relative;
}
.scroll-text {
  color: #fff;
}
.hero {
    left: 0;
    height: 100%;
    /*background: #0093ff;*/
    color: #fff;
    display: table;
}
.hero, .hero:before {
    width: 100%;
}
.hero:before {
    position: absolute;
    top: 0;
    content: " ";
    background: rgba(0,0,0,.7);
    height: 100%;
    left: 0;
}
.hero .headline {
  position: relative;
}
.hero .headline {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}
.arrowDown {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    outline: 0;
}
.container-hero:after, .container-hero:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.hero>* {
    display: table-cell;
}
@media (min-width: 1200px) {
  .navbar.navbar-fixed-top {
      transition: all .6s ease-in-out;
  }
  .hero h1 {
    font-size: 85px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .hero h1 {
      color: #fff;
      font-weight: 700;
      text-transform: inherit;
      margin: 0 auto;
      padding: 0;
      font-size: 56px;
      line-height: normal;
  }
  .container-hero {
    max-width: 1020px;
    padding-left: 0;
    padding-right: 0;
    margin: 0px auto;
}
}