


.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:40px;
}

/* change the background color */
.navbar-custom {
    background-color: #a4c639;
}

/* change the brand and text color */
    .navbar-custom .navbar-brand {
        color: #fff;       
    }

.navbar-custom .navbar-text {
    color: #fff;
}

/* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #e8e8e8;
        margin-left: 8px;
        border-bottom: 2px solid #a4c639;
    }

/* change the color of active or hovered links */
    .navbar-custom .nav-item:focus .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #fff;
        border-bottom: 2px solid #eee;
    }

    .navbar-custom  .nav-link.active {
        color: #fff;
        border-bottom: 2px solid #eee;
    }
.navbar .navbar-nav .nav-item {
   
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

  

/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu {
    background-color: #ddaa11;
}

/* dropdown item text color */
.navbar-custom .navbar-nav .dropdown-item {
    color: #000000;
}

/* dropdown item hover or focus */
.navbar-custom .navbar-nav .dropdown-item:hover,
.navbar-custom .navbar-nav .dropdown-item:focus {
    color: #eeeeee;
    background-color: red;
}


.navbar .navbar-brand {
    /*text-transform: uppercase;*/
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
   
}

.navbar .navbar-brand img {
    vertical-align: middle;
    margin-right: 6px;
    margin-top:-4px;
    display: inline-block;
    padding: 0px; 
}

.navbar-toggle {
    margin-top: 20px !important;
}

.dropdown-menu {
    background: #fff !important;
}

.navbar-login {
    width: 350px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.card {
    margin-bottom: 20px;
    
}

.bullet {
    margin-right: 8px;
    color: darkgoldenrod;
}

.container-green {
    background-color: #a4c639;
}



/* Add vertical space equal to the height of the CodingBreeze text */
.spacer {
    height: 2.5rem; /* Adjust this value to match the height of the CodingBreeze text */
}
/* Add vertical space equal to the height of the CodingBreeze text */


/* Ensure icons are the same height as the text */
.icon {
    height: 1em; /* Matches the height of the text */
    width: auto; /* Maintain aspect ratio */
    vertical-align: middle; /* Aligns with the text baseline */
}
