/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 6, 2025, 4:44:13 AM
    Author     : StephenMbithi
*/
/*
main header styles
*/
/* Customize toggle button */
.navbar-toggler-icon-custom::after {
    content: '\2630'; /* &#9776; */
    font-size: 1.5rem;
    color: white;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom::after {
    content: '\00D7'; /* &times; */
}
/* Adjust logo to match navbar height */
.logo-image {
    height: 100px; /* Matches typical navbar height */
    max-height: 100%; /* Ensures it doesn't overflow */
    width: auto; /* Maintains aspect ratio */
}

/* Style the container div */
.big-text {
    font-size: 2rem; /* Large font size */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center the text */
    margin-top: 20px; /* Add some spacing */
}
.nav-link{
    color:#ECEFF1;
    /*    font-size:1pt;*/
}
a{
    text-decoration: none;
}
/*body {
    padding-top: 130px;  adjust depending on your navbar height 
}*/