:root {
  --mainColor: #81b2e1;
}

.social-icon-link {
    display: inline-block;
    padding: 10px; /* Adjust padding to increase touch target size */
    margin-right: 10px; /* Adjust margin to space out the links */
}
/*.homePage {*/
/*  background-image: url(../imagess/image04.jpeg);*/
/*  background-position: center center;*/
/*  background-size: 100% 100%;*/
/*  height: 100vh;*/
/*}*/


  

.homePage .nav_edit {
  background-color: var(--mainColor) !important;
}

.homePage .logo img {
  width: 90px;
}

.homePage .nav-item {
  font-size: 16px;
  font-weight: 700;
}

.homePage .nav-item a {
  color: #fff;
  transition: all 1s;
}

.homePage .nav-item a:hover {
  color: #000;
  letter-spacing: 1px;
}

.homePage .dropdown button {
  background-color: #17a2b8 !important;
}

/* Ensure the images maintain their aspect ratio */
img {
  width: 100%;
  height: auto;
  display: block;
}

/* Card image scaling */
.containerCards .cardScale img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.containerCards .cardScale img:hover {
  transform: scale(1.2);
}
