/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2024 | 13:04:58 */
/**** NAVIGATION ****/

/*** DESKTOP ***/

/** BUTTON STYLE **/

.menu-item.btn:hover {
	background-color: #00522c;
	border-color: #00522c;
}

/*** TABLET ***/
@media (max-width: 959px) {
	
.menu-horizontal .navbar-main {
    text-align: center;
}
	
.menu-horizontal .navbar-main i {
    display: none;
}

}
