@font-face {
    font-family: myFont;
    src: url('Michroma-Regular.ttf');
} 

@font-face {
    font-family: myFont1;
    src: url('fonnts.com-Lastica.ttf');
} 

.mainlogo {
    font-family: myFont; 
    font-weight: bolder;
    color: #499D6D; 
    font-size: 25px !important;
    background-color: #fff;
}

.mainlogo:hover {
    color:#247B49;
    font-size: 25.5px !important;
}

.minilogo {
    font-family: myFont; 
    font-weight: bolder;
    font-size: larger;
    font-size: 25px !important;
}

.checked {
    color: orange;
}
  
.btn-hover:hover {
    background-color: #499D6D !important;
}

.footer-txt:hover {
    color:#499D6D;
}

.l-hover:hover {
    color: #499D6D;
}