    
        /* Control Navbar Height */
    .navbar {
      padding-top: 0.0rem; /* Adjust top padding */
      padding-bottom: 0.0rem; /* Adjust bottom padding */
      height: 120px; /* Set a default height */
      background: rgba(0,0,0,0.95);
      transition: all 0.3s ease-in-out; /* Smooth transition for shrinking effect */
    }
    
        /* Shrinked Navbar Style */
    .navbar.shrink {
      padding: 0.5rem 1rem; /* Reduced padding */
      height: 120px; /* Reduced height */
      background: rgba(0,0,0,0.95);
    }
    
    
    /* Optional: Style adjustments for the logo */
    .navbar-brand img {
      max-height: 50px; /* Adjust the height of the logo */
      width: auto; /* Maintain aspect ratio */
    }


    .ugffooter{
        font-family: 'Noto Serif', serif;
    }
    
    .site-name {
    font-family: 'Noto Serif', serif;
    color: rgb(253,250,254);
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    }
    
    .navbar-brand .site-name {
      font-size: 1.5rem; /* Default font size for site name */
      font-weight: bold; /* Bold font for emphasis */
      margin-left:15px;
      color: #ffffff;
    }
    
   
    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
    }
    
        /* Overlay text styling */
    .carousel-caption {
      top: 30%;
      /*transform: translateY(50%);*/
      text-align: center;
    }

    .carousel-caption h1 {
      font-size: 2.5rem;
      font-weight: bold;
      animation: fadeInDown 1.5s ease-in-out;
    }
    
    
    .carousel-caption p {
      color: #ffffff;
      text-align: justify;
      font-size: 1.2rem;
      animation: fadeInUp 1.5s ease-in-out;
    }
    
    .carousel-caption a {
      animation: fadeInUp 1.5s ease-in-out;
    }
    
    /* Background for the overlay text */
    .carousel-caption .overlay {
      max-height: 450px;
      overflow-y: hidden; /* Hide scrollbar by default */
      transition: overflow-y 0.3s ease;
      display: inline-block;
      padding: 50px 70px;
      background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black background (80% opacity) */
      color: #ffffff; /* White text color */
      border-radius: 10px; /* Rounded corners for the overlay */
    }

    .carousel-caption .overlay p {
      font-size: 1.0rem;
    }
    
    /* Show scrollbar only on hover */
    .carousel-caption .overlay:hover {
      /*overflow-y: auto;*/
    }
    

    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(60px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    #ugf_detail div {
      margin-top: 20px;
      width: 100%;
    }
    
    .ugf_detail {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 20px;
        border-radius: 20px; /* Rounded corners for the overlay */
    }
        
    .ugf_detail p {
      color: #ffffff;
      text-align: justify;
    }

    .carousel-low {
    display: none;

    }

    /****************************************************************/
    /***** Smaller font size for site name on smaller devices *******/
    @media (max-width: 576px) {


    /* Shrinked Navbar Style */
    .navbar.shrink {
      padding: 0.25rem 0.5rem; /* Reduced padding */
      height: 120px; /* Reduced height */
      background: rgba(0,0,0,0.95);
    }
    
    
    .navbar {
      padding-top: 0.0rem; /* Adjust top padding */
      padding-bottom: 0.0rem; /* Adjust bottom padding */
      height: 60px; /* Set a fixed height */
    }
    
    .navbar-brand .site-name {
        font-size: 0.75rem;
      }
      .navbar-brand img {
        max-height: 30px; /* Reduce logo size on smaller devices */
      }
      
    .ugf_detail {
        background-color: rgba(1, 0, 0, 0.2);
        padding: 10px;
        border-radius: 20px; /* Rounded corners for the overlay */
    }
        
    .ugf_detail p {
      color: #ffffff;
      text-align: justify;
      font-size: 1.1rem;
    }
    
    .carousel-item {
      height: 25vh;
      background-size: cover;
      background-position: center;
    }
    
    
    .carousel-caption {
      display: none;
      height: 50%;
      width: 75%;
      margin: -10;
    }

    .carousel-low {
      margin-top: -900px;
      display: inline-block;
      width: 90%;
    }
    
    .carousel-low p{
      text-align: justify;
    }
    
   
    .carousel-caption a {
      animation: fadeInUp 1.5s ease-in-out;
    }
    
    /* Background for the overlay text */
    .carousel-caption .overlay {
      height: auto;
      overflow-y: auto; /* Hide scrollbar by default */
      transition: overflow-y 0.3s ease;
      display: inline-block;
      padding: 10px 10px;
      background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black background (80% opacity) */
      color: #ffffff; /* White text color */
      border-radius: 20px; /* Rounded corners for the overlay */
    }

    .carousel-caption .overlay p {
      font-size: 1.0rem;
      animation: fadeInUp 1.5s ease-in-out;
      text-align: left;
      padding: 0px;
    }

    /* Show scrollbar only on hover */
    .carousel-caption .overlay:hover {
      overflow-y: on;
    }
    
    .carousel-caption h1 {
      font-size: 2.5rem;
      font-weight: bold;
      animation: fadeInDown 1.5s ease-in-out;
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(60px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    
      
    }/************ end smaller devices *******************/









div#contact-box {
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 30px;
  min-height: 100%;
  max-height: 100%;
}

p#contact-text {
  line-height: 1.5em;
  padding-bottom: 10px;
}

div.info-box {
  margin-bottom: 15px;
}

.my-info-icons {
  margin-right: 15px;
}

div#info-container {
  padding-bottom: 20px;
  padding-top: 20px;
}

i.form-control-feedback {
  padding-top: 10px;
}

i.form-control-feedback {
  padding-top: 10px;
}

div.site-form {
  padding-top: 10px;
}

button#form-btn {
  border-radius: 0;
  width: 30%;
  height: 40px;
  font-size: 1em;
  background: #fff;
}

form#my-form {
  padding-bottom: 20px;
  padding-top: 20px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0 !important;
}





