<style>

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* padding: 20px 0;
  background: #1e4356; */

    background: rgb(2,0,36);
    background: -moz-linear-gradient(190deg, rgba(2,0,36,1) 0%, rgba(30,67,86,1) 50%);
    background: -webkit-linear-gradient(190deg, rgba(2,0,36,1) 0%, rgba(30,67,86,1) 50%);
    background: linear-gradient(190deg, rgba(2,0,36,1) 0%, rgba(30,67,86,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#1e4356",GradientType=1);
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(30, 67, 86, 0.8);
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px !important;
}


#main {
  margin-top: 80px;
}

</style>