/* working on navigation */
.fables-navigation {
    position: sticky;
    top: 0;
    z-index: 9999; 
}
#nav-link{
    font-size: 16px;
    font-weight: 500;
}
#nav-link:hover{
    color: #D69632;
}
#m-nav{
    font-size: 16px !important;
}
#m-nav:hover{
    color: #D69632 !important;
}

@media (max-width: 768px) {
    #m-nav {
        color: #fff !important;
    }
}


/* Working on statements */
.statements{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.statements p{
    color:##5C6A77 !important;
}

.statement-con{
    flex: 1 1 100%;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

/* Desktop */
@media (min-width: 768px){
    .statement-con{
        flex: 1 1 calc(33.333% - 20px);
    }
}

/* Working on header donation button */
.donation{
    color: #fff;
}
.donation:hover{
    color: #000;
}
#donation p{
    font-size: 14px;
    line-height: 1.25em !important;
    color:#06395A ;
}
#donation h2 a{
    text-transform: capitalize !important;
    font-size: 14px;
     line-height: 1.35em !important;
}
#donation h2 a:hover{
    color:#DE4F46 !important ;
}
.make-donation{
    color: #D69632 !important;
    font-weight: 600;
    font-style: italic;
}
.make-donation:hover{
    color: #DE4F46 !important;
    font-weight: 600;
}
/* Working on header */
#single-wallpaper{
    padding-top: 20px;
     
}
#single-header-one{
    height: 200px;
    margin-top: -90px;
    padding-top: 0px !important;
}
@media (max-width: 768px) {
    #single-header-one {
    height: auto;
    margin-top: 30px;
    padding-top: 0px !important;
        
    }
}

#single-header{
    height: auto;
    padding-top: -100px;
}

/* Working on about us information */
#about-us p{
    margin-bottom: 15px;
}
#about-us a{
    text-align: right;
}

/*Working with events  */
#h-events{
    text-align: center !important;
}
#h-events h2{
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    
}
#h-events p{
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    
}

/*Working on home top slider  */
.home-slide{
    text-align: center;
}
#logo {
    position: relative; /* parent reference */
}

.logo {
    position: absolute;
    top: 10px;      /* adjust position */
    left: 10px;     /* adjust position */
    z-index: 9999;  /* makes it appear above everything */
    
    font-weight: bold;
}


/*  */
/*  */
/*  */


/*Working footer  */
#h-events{
    text-align: center !important;
}
#h-events h2{
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    
}
#h-footer p{
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    
}
#f-link ul li a{
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
}

/* go top Button style */
#topBtn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border: none;
  background: #D69632;
  color: white;
  padding: 11px 16px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#topBtn:hover{
  background:#FFAA00;
  cursor: pointer;
}