.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;}
  
  .lc-nav-header * p, .lc-header * p, .lc-wrapper * p {margin-top: 0; margin-bottom: 1rem;}

#inner-wrapper * {box-sizing:border-box}

@font-face {
  font-family: 'manus';
  src: url('https://www.cooksongold.com/assets/css/fonts/manus-webfont.woff2') format('woff2'),
       url('https://www.cooksongold.com/assets/css/fonts/manus-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.lc-header{
    width: 100%;
    min-height: 450px;
}

.lc-mobile-header-image{
  display: none;
}
.lc-header-inner{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 450px;
}
.lc-header-content{
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    color: #314C89;
    width: 33%;
    background: rgba(227, 227, 227, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(20px);
    text-align: left;
    padding: 0 0 0 80px;
}
.lc-header-content h1{
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -1px;
}
/* .lc-header-content p{
    margin-bottom: 0px;
} */
.lc-header-content a{
    background-color: #314C89;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin: 20px 10px 0 0px;
    transition: all .3s ease-in-out;
    text-decoration: none;
  }
  .lc-header-content a i{
    margin-left: 10px;
    font-size: 12px;
  }
  .lc-header-content a:hover{
    background-color: #FFF;
    color: #314C89;
  }

  .lc-header-desc{
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0;
  }

  .lc-header-desc span{
    font-family: 'manus';
    font-size: 30px;
  }

  .lc-header-intro{
    padding: 0 20px 0 0;
    margin-bottom: 30px !important;
  }

  .lc-header.landingpage{
    width: 100%;
    height: 650px;
}

  @media (width <= 1250px) {
    .lc-header-content{
      padding: 50px;
      width: 50%;
  }

  }

  @media (width <= 850px) {
    .lc-mobile-header-image{
      display: block;
      width: 100%;
    }
    .lc-header-inner.name{
      background-image: none !important;
    }
    .lc-header-inner {
      min-height: auto;
    }
    .lc-header-content{
        padding: 20px 30px !important;
        width: 100% !important;
    }
    .lc-header{
      width: 100%;
      min-height: auto;
    }

    .lc-header-content h1{
      font-size: 30px;
    }
    .lc-header-intro{
    padding: 0;
  }
  }

  /* NEW HEADER TEMP FIX */

/* #wrapper-inner {
  margin-top: 20px;
  padding-top: 0;
} */

@media screen and (max-width: 850px) {
  #wrapper-inner {
      margin-top: 0;
  }
  
}

/* NEW HEADER TEMP FIX */