body {background:#384286;}

.text-yellow {color:#FFBC00}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background:#333;
}

.custom-page-container {background:rgba(255,255,255,0.94); padding:40px; border-radius:10px; margin-bottom:80px; margin-top:40px;}

.gallery-title {text-align:center; display:block;}

.gallery-item {
    flex: 1 1 calc(25% - 10px); /* Adjust the percentage for the desired column layout */
    margin-bottom: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.carousel-control-prev {
 background:#333;
}
.carousel-control-next{

    background:#333;
}
.card-header a {color:#333;}
footer{color:#ccc;}

.card-img-top {
    width: 100%;
    height: 200px;
    margin-bottom:20px;
    object-fit: cover;
}


.atma-light {
    font-family: "Atma", system-ui;
    font-weight: 300;
    font-style: normal;
  }
  
  .atma-regular {
    font-family: "Atma", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .atma-medium {
    font-family: "Atma", system-ui;
    font-weight: 500;
    font-style: normal;
  }
  
  .atma-semibold {
    font-family: "Atma", system-ui;
    font-weight: 600;
    font-style: normal;
  }
  
  .atma-bold {
    font-family: "Atma", system-ui;
    font-weight: 700;
    font-style: normal;
  }
  