
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    /* height: 70px; */
    /* width: 1440px; */
  /* height: 100px; */
  height: 78px;
  /* height: 6vw; */
  flex-shrink: 0;
  }
  
  #header h4{
    color: #02C652;
  font-family: "NexaBold";
  text-transform: none;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-content: center;
  
  font-size: 20px;
text-align: center;margin-top: 10px;margin-left:15px;
  
  }
  
  #header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #5cb874;
  }
  
  #header .logo img {
    /*max-height: 40px;*/
    width: 36.66px;
  height: 26.52px;
    /*height: 36.52px;*/
    /*background-color:grey;*/

  /* width: 3vw;
  height: 2.3vw; */
  
  width:45px; height: 36.52px;
  
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
  @media(max-width:500px){
      #header h4{
          font-size: 18px;
      }
/*       #header .logo img {*/
/*          width:45px;*/
/*height: 30px;*/
/*       }*/
  }
