@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;

}

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

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

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


.lc-header-inner{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 570px;
}

.lc-header.small .lc-header-inner{
  min-height: 400px;
  justify-content: flex-start;
}

.lc-header-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #FFF;
    width: 33%;
    text-align: center;
}

.lc-header.small .lc-header-content{
  text-align: left;
  margin-left: 50px;
}

.lc-header-content h1{
    font-weight: normal;
    font-size: 28px;
    letter-spacing: -1px;
}
.lc-header-content h1 img{
    margin: auto;
}
.lc-header-content p{
    margin-bottom: 90px;
    font-size: 18px;
}

.lc-header.small .lc-header-content p{
  margin-bottom: 20px;
  font-size: 18px;
}

/* .lc-header-content a{
    background-color: #FFF;
    color: #1C1E24;
    font-weight: bold;
    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-content a:hover {
    /* background-color: #FFF;
    color: #314C89; */
    background-color: #e3e3e3;
}
 
.lc-header-content a{
    background-color: #FFF;
    color: #1C1E24;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 30px 10px 0 0px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 35px;
    border-radius: 50px;
    display: block;
    width: fit-content;
  }

  .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%;
    }
    .lc-header.small .lc-header-content{
      text-align: left;
      margin-left: 50px;
      padding: 0;
      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 50px !important;
        width: 100% !important;
    }
    .lc-header{
      width: 100%;
      min-height: auto;
    }
    .lc-header.small .lc-header-content{
      text-align: left;
      margin-left: 0px;
      padding: 0;
      width: 50%;
    }
  }