.my-home{
    margin-top: 208px !important;
}

.callout-btn a {
    font-size: 13px;
}

.button {
    display: inline-block;
    font-size: 14px;
    font-family: "MTI Bulmer W01", serif;
    line-height: 1;
    letter-spacing: 2px;
    padding: 15px 50px;
    position: relative;
    text-transform: uppercase;
}

.button-gold-bordered {
    border: 1px solid #AE935E;
    color: #AE935E;
}

.callout-text{
    text-align: center;
    padding: 5px 10px;

}

.callout-text h2{
    padding-top: 12px;
    font-family: "MTI Bulmer W01", serif !important;
    text-transform: uppercase;
    font-weight: 500;
    
}

.callout-text p{
    color: #555;
    font-family: "Univers Next W01";
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.my-header-nav a{
    color: #FFF !important;
}

.my-style-btn{
    margin-top: 24px;
    text-decoration: none !important;
}

.my-header a{
    color: #222 !important;
    font-family: Poppins !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.pa-text-wrap{
    text-align: center;
    color: #FFF;
    padding: 110px 15px;
    position: relative;
    height: 100%
}

.public-home-content h1{
    color: #222;
    font-family: "MTI Bulmer W01", serif !important;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: .175em;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.my-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; /* optional spacing between boxes */
}




.bun-black{
    background-color: #000 !important;
    font-weight: 800;
}

.my-col{
        flex: 1 1 100%; /* default: full width on small screens */
        max-width: 420px; /* limits the width so boxes don't get too wide */
        padding: 1rem;
        box-sizing: border-box;
        text-align: center;
}

.my-col img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }

@media (min-width: 768px) {
    .my-col {
      flex: 1 1 calc(33.333% - 1rem); /* 3 columns with gap */
    }
  }

  .my-footer{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

 .myflooter{
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.3s ease !important; 
}

.myflooter:hover {
  text-decoration: underline !important;
}

.my-own-bg{
    padding-top: 0px !important;
}

.movie-footer{
    display: flex !important;
    min-height: 7vh !important;
    align-items: center !important;     /* Vertically center the ticker */
    justify-content: center !important; 
    max-height: 100px !important;
}

.movies-footer{
 min-height: 8vh !important;
}
.donation-ticker {
  overflow: hidden;
  white-space: nowrap;
  background-color: inherit; /* semi-transparent for contrast */
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 50s linear forwards;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


@media(max-width:520px){

    .donation-ticker{
        margin-top: 10px;
    }

    .my-img-adj{
        padding-bottom: 230% !important;
    }

    .my-home{
        margin-top: 120px !important;
    }
    
}