/* 
body{
       background-image: url("{% static 'academics/images/african.png' %}"); 
       /* background: linear-gradient(90deg,rgba(215, 173, 255, 0.31) 92.2%, rgba(183, 0, 255, 0.159) 0%);  */
       /* background: radial-gradient(circle farthest-corner at top center, #ffffff 0%, rgba(151, 0, 143, 0.23) 80%); */
       /* background: linear-gradient(90deg,rgba(239, 230, 250) 92.2%, rgba(125, 0, 203, 0.231) 0%);  */
       /* background: radial-gradient(ellipse farthest-corner at center center, rgba(220, 199, 255, 0.74) 0%, rgb(239, 230, 250) 80%); */
       /* background: radial-gradient(ellipse farthest-corner at bottom right, rgba(102,51,153,0.74) 0%, rgba(102,51,153,0.15) 80%); */
       /* background: radial-gradient(ellipse farthest-corner at bottom right, rgba(102,51,153,0.74) 0%, rgba(102,51,153,0.15) 50%); */
       /* background: radial-gradient(circle farthest-corner at right center, rgba(102,51,153,0.74) 0%, rgba(102,51,153,0.15) 20%); */
       /* font-family: 'Courier New', monospace; */
       /* background: rgba(234, 0, 255, 0.16); */
       
    /* } */
  

/*.bg-section {
    width: 100%;
    height: 100%;
    background-image: url("{% static 'academics/images/african.png' %}");
    
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
  }*/

/* .carousel-indicators li {
    border-radius: 50%;
    width:15px;
    height:15px;
    margin-left:5px;
}
.carousel-inner > .carousel-item {
  transition: transform 1.5s ease; /* Adjust time (0.6s) */
/* } */
/* 
.blended-section {
    display: flex;
    min-height: 400px;
    position: relative;
    overflow: hidden;
  }

  .content {
    
    background-color: #f8f8f8;
   
  }

  .blended-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 5%;
    height: 100%; */
    /* background-color: rgba(135, 30, 248, 0.688); Right side base color */
    /* background-image: url("{% static 'academics/images/african.png' %}");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    /* mix-blend-mode: multiply; Try: overlay, screen, darken, lighten, soft-light, etc. */
    /* opacity: 0.5; Optional fade effect */
    /* z-index: 0; */
  /* } */
/* 
.container-fluid{
    width: 80%;
} */

/* .container {
    margin-right: 10%;
} */
/* 
.badge-dark{
    background-color: rebeccapurple;
    color: #fff;
}

.btn-danger{
    background-color: palevioletred;
    color: #f1f1f1;
}

.btn-warning {
    background-color: orange;
} */

/* .badge-danger{ */
    /*background-color: #ff38de;*/
    /* background-color: #fc3e94; */
    /* color: rgb(251, 214, 255); */
/* } */


/* .card-footer{ */
   /* background-image: url("{% static '../media/images/taaptrn.png' %}");*/
   /* background-color: #f2f2f2; */
   
   /* text-align: center; */
/* } */
/* 
.gallery-section {
  padding: 40px;
  background: #f9f9f9;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gallery-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

/* Pop out class when visible */
/* .gallery-item.pop-out {
  opacity: 1;
  transform: translateY(0);
}



 .gallery-image {
      overflow: hidden;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 1s ease, box-shadow 1s ease;
    } */

    /* .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1s ease;
      border-radius: 8px;
    }

    .gallery-image:hover img {
      transform: scale(1.1);
      box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    } */

    /* Optional: equal height for images */
    /* .gallery-image {
      aspect-ratio: 1 / 1; /* square */
      /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
    /* }  */

    /* .image-border-box {
        border: 15px solid transparent; /* Required for border-image to work */
        
        
        /* border-image: url('../media/images/reb.png') 30 round; */
/* } */ 
    /* .photo-section {
      padding: 60px 20px;
      text-align: center;
    }

    .photo-section h2 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .photo-section > p {
      max-width: 600px;
      margin: 0 auto 40px auto;
      font-size: 1rem;
      color: #555;
    }

    .photo-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .photo-item {
      position: relative;
      flex: 1 1 300px;
      height: 450px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.347);
      margin-bottom: 10px;
      
    }

    .photo-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 1s ease;
    }

     .photo-item:hover img {
        transform: scale(1.1);
     }

    .photo-caption {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.667); 
      color: rgb(234, 210, 255);
      width: 100%;
      height: 15%;
      
      box-sizing: border-box;
      text-align: center;
    }

    .photo-caption p{
        text-transform: uppercase;
    }  */












 


*{
  padding: 0;
  margin : 0;
  box-sizing : border-box;
  font-family: 'Courier New', monospace;
  
}



img{
   max-width: 100%;
}
.nav-link{
    text-transform: titlecase;
    font-family: 'Raleway';
    font-size: 1em;
    font-weight: bold;
    color: orange;
 }

 .nav-link:hover{
    text-transform: titlecase;
    font-family: 'Raleway';
    font-size: 1em;
    font-weight: bold;
    color: #f1f1f1;
 }


 /* For extra large devices */
@media only screen and (min-width:1200px){
      .nav-link{
        letter-spacing: 0.1em;
      }

}


  .navbar{
    position: sticky;
    top:0;
    z-index: 1;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
    background: #fff;



}

.container{
    
    text-align: justify;
    /*margin-bottom: 10px;*/

}
.gallery-container{
   margin-bottom: 30px;
}

.image-div{
    padding:1%;
    
    
}

.image-div img{
   width:100%;
   background: peachpuff;
   border-radius: 7px;
}

@media only screen and (min-width:600px){
        .image-div{
            width:50%;
            float:left;

           }
}

@media only screen and (min-width:768px){
        .image-div{
            width:50%;
            float:left;

           }
}

@media only screen and (min-width:768px){
    .main{
         padding-left:5%;
         padding-right:5%;
    }

}

 @media only screen and (min-width:600px){
    .logo{
        width:80%;
    }

}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.date{
 font-size:1em;

}
.para{
    font-size: 1.1em;
    color:#f1f1f1;
    /* color: #4a2574; */
    margin-bottom:40px;

}

.para-image{
    margin-top:10px;
    margin-bottom: 10px;
}

.notice{
    font-size:1.8em;
    font-weight: 500;
}


  


.notice-bar a{
  font-size : 1.1em;
}

.notice-card{  
  border: 1px dotted peachpuff;
  margin-bottom:30px;
  
  
}
@media only screen and (min-width:768px){
    .nav-item{
        margin-left:10px;
        margin-right: 20px;
    }
 }


.btn-warning {
    background-color: orange;
} 

.btn-black{
  color: #000;
  text-decoration : none;
}
.btn-black:hover{
  color:#331a4d#000035;
  text-decoration : none;
}

/* .navy{
  

} */
.heading{
  /* letter-spacing:0.05em; */
  font-weight:bolder;
  color: ghostwhite;
  /* background-color: #fc3e94; */
  margin-top: 5%;
  text-align: center;
  padding: 1%;
  border-radius: 7px;
  box-shadow: rgba(255, 206, 137, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.white{
  color: white;
}

tr{
  text-align:center;
}
.header{
    background:#331a4d#000035;
    color: white;
}

.left{
    float:left;
}
.right{
    float:right;
}
.logo{
   margin:0 auto;
   text-align:center;
}
.links{
    margin : 0 auto;  
}

.drop-links {
  background-color: rgb(17,17,17);
}
  
.drop-links :hover{
  background-color: rgb(84, 84, 84);
}

.drop-links a{
  color: orange;
}

.drop-links a:hover{
  color: #f1f1f1;

}
.login-banner {
  padding:10px;
  background: #331a4d;
  overflow: auto;
  display: none;
}
.login-banner a{
  display: inline-block;
  color: white;
  text-decoration: none;
  margin-right: 12px;
  font-family: 'Raleway';
}

.login-banner .left a i{
    margin-right: 7px;

}
.login-banner .right a i{
    margin-right: 1px;

}
.login-banner {
  font-weight: bold;
}

.login-banner a:hover{
   font-weight: bold;
}
@media only screen and (min-width: 768px){
       .login-banner{
         display: block;
       }
       .lg-hidden{
         display: none;
       }

}
