div#myvalues{
background-color: #e2ebdd;
}

body{
	width: 60%;
	margin: auto;
}

h1, h2{
font-size: 56px;
font-family: prompt, Tahoma, sans-serif;
}

h3{
font-family: eurostile, Tahoma, sans-serif;
}

h5{
color: black;
}

h6{
color: #757678;
}

ul{
list-style-type: none;
}

.banner-img {
  height: 300px; /* Adjust this to control height */
  object-fit: cover;
  display: block;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
}

.navbar .nav-link {
  color: #000 !important;         /* Black by default */
  transition: color 0.2s ease;    /* Smooth hover transition */
}

.navbar .nav-link:hover {
  color: #6c757d !important;      /* Gray on hover */
}

.navbar .nav-link.active {
  color: #000 !important;         /* Keep active links black too */
}

.text-center1{
	background-color: #CBDBF7;
}

.link-2 {
 display: inline-block;
 border-radius: 0px;
 opacity: 1;
 color: #fff;
 font-weight: 600;
 text-decoration: none;
 text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link-2:hover {
 background-color: #cefe9d;
 background-image: none;
 color: #191b1e;
 text-shadow: none;
}

.link-3 {
 display: inline-block;
 border-radius: 0px;
 opacity: 1;
 color: #fff;
 font-weight: 600;
 text-decoration: none;
 text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link-3:hover {
 background-color: #EDBEF7;
 background-image: none;
 color: #191b1e;
 text-shadow: none;
}

.link-4 {
 display: inline-block;
 border-radius: 0px;
 opacity: 1;
 color: #fff;
 font-weight: 600;
 text-decoration: none;
 text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link-4:hover {
 background-color: #F7EF91;
 background-image: none;
 color: #191b1e;
 text-shadow: none;
}

.link-5 {
 display: inline-block;
 border-radius: 0px;
 opacity: 1;
 color: #fff;
 font-weight: 600;
 text-decoration: none;
 text-shadow: 1px 1px 1px #000, 0 -1px 1px #000, 1px 1px 1px #000, -1px 0 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.link-5:hover {
 background-color: #A34D64;
 background-image: none;
 color: #191b1e;
 text-shadow: none;
}

.link-11 {
 display: inline-block;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#CBDBF7), to(#CBDBF7));
 background-image: linear-gradient(180deg, #CBDBF7, #CBDBF7);
 /*font-family: Avenirnext, sans-serif;*/
 color: #1a1b1e;
 font-size: 56px;
 line-height: 60px;
 font-weight: 600;
 text-decoration: none;
}

.link-11:hover {
 background-color: hsla(57, 0%, 100%, 0);
 background-image: none;
 color: #fff;
 text-shadow: 0 -1px 1px #000, 1px 1px 1px #000, 0 1px 1px #000, 1px 1px 1px #000, 1px 0 1px #000, 0 -1px 1px #000;
}

.foot1{
	margin-left: ;
	margin-right: ;
}
