/*  HEADER */
.myHeader ul li a{
    color:#2F2F2F;
}
.myTopHeader{
  height: auto !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #18D26E;
  color:white;
  padding: 9px;
  padding-right: 70px;
}
.myLogoDiv img{
    width:100%;
}
.clrBoth{
    clear: both;
}


/* SERVICES */
#services .description div{
    max-height: 160px;
    overflow: hidden;
    border-bottom: 15px solid white;
}




.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #18d26e;
}

@media only screen and (min-width: 767px) {
    .myHeader{
        margin-top: 40px;
        background-color: white;
    }
    .myLogoDiv{
        margin-top:-63px;
        background-color: white;
        margin-left: 20px;
        padding-top: 20px;
        width:290px;
    }
    .myLogoDiv img{
        margin-left: -30px !important;
    }

    #header.header-scrolled {
        background-color: white;
        border-bottom: 1px solid #18D26E;
    }
}
@media only screen and (max-width: 767px) {
    .myTopHeader{
        display: none;
    }
}