body {
  color: #8e24aa;
}
.btn-program {
    color: #ffffff !important;
    background-color: #c97371 !important;
    padding: 10px 25px;
    margin: 5px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.3s;
}

.btn-program:hover {
    background-color: #6a1b9a !important;
    transform: scale(1.05);
}


.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-minor-controls > li > a {
    color: #ffffff !important;        
    background-color: #8e24aa !important; 
    padding: 10px 25px !important;    
    margin: 5px 5px;                 
    border-radius: 50px !important; 
    margin-top: 10px;
   
}
.countdown__label {
  font-size: 12px;
}
.countdown__number {
  font-size: 16px;
}
.countdown__label,
.countdown__number {
  color: #FFF;
}
.light-blue {
  color: #69B6C1;
}

.page-header .page-header__title {
    color: #fff;
}
.page-header {
    background: url('/conf-data/TFL2026/images/BANNER%20PODSTORONY.png'); 
}

.welcomeletter {
  padding-top: 20px;
  color: #6D2876;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #ffffff;
}
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
  .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img45 img{
 width: 45%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}
.section-title:after {
    content: "";
    display: block;
    height: 4px;
    width: 0; 
    background: linear-gradient(90deg, #6b2d91, #d81b60, #6b2d91);
    background-size: 200% auto;
    border-radius: 10px;
    margin: 12px auto 0;
    opacity: 0;

    
    animation: shine 3s linear infinite, expand 2s ease-out 1.2s forwards;
}

@keyframes expand {
    from { 
        width: 0; 
        opacity: 0; 
    }
    to { 
        width: 80px; 
        opacity: 1; 
    }
}

@keyframes shine {
    to { 
        background-position: 200% center; 
    }
}
.footer {
   
    background: #69B6C1;
    color: #fff;
   
}
.footer__content {
    min-height: 0px;
    padding-bottom: 15px;
}
.navbar-default {
    background: #69B6C1;
    border-color: transparent;
}