.navbar {
    margin-bottom: 0;
	background-color:#009933
}
  
  .navbar-custom {
    background-color: #1b998b;
    border: none;
    font-family: 'Lato', sans-serif;
  }

  .navbar-custom .navbar-brand,
  .navbar-custom .nav > li > a {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 1.1em;
  }

  .navbar-custom .navbar-brand:hover,
  .navbar-custom .nav > li > a:hover {
    background-color: #17897c !important;
    color: #ffffff !important;
  }

  .navbar-custom .nav > li.active > a {
    background-color: #146f65 !important;
    color: #ffffff !important;
  }

  .navbar-custom .nav > li > a {
    transition: background-color 0.3s ease;
  }

.normal-button{
	font-size: 1em ; 
	padding: 12px 30px ; 
	background-color: #1B998B; 
	color: rgb(255, 255, 255); 
	border-width: medium; 
	border-style: none; 
	border-color: currentcolor; 
	border-image: initial; 
	border-radius: 6px; 
	text-decoration: none; 
	display: inline-block; 
	font-weight: 600; 
	transition: background-color 0.3s;
}

.normal-button:hover {
  background-color: #157f73;
  color:#FFFFFF;
  text-decoration:none;
}

.shadow{
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
]