*{
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
}


body {
    background: #191E29;
    padding-bottom: 0;
}

.mi {
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 60px;
    color: #00FF7F;
    text-align: center;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: transparent;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
    z-index: 1000;
}

.navbar:hover {
    background-color: #191E29;
    border-bottom: 1px solid #00FF7F;
}

.navbar-nav {
    transition: background-color 0.3s ease;
}

@media (max-width: 700px) {
    .navbar-nav {
        background-color: #191E29; 
    }
}


#dacc {
    width: 150px;
    height: 50px;
    padding: 5px;
}

#nav-link {
    color: #00FF7F;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    transition: color 0.3s ease;
}

#nav-link:hover {
    color: #ffffff;
}

#menu {
    width: 45px;
    height: 45px;
    padding: 5px;
}

button.navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#vision-mision .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
    margin: 20px 0;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #222a38, #191E29);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    text-align: center;
    color: #F2BF00;
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    min-height: 250px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}


#vision-mision .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 255, 100, 0.3);
    border: 2px solid #00FF7F;
}


#vision-mision .card-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00FF7F;
    transition: color 0.3s ease-in-out;
}

#vision-mision .card:hover .card-title {
    color: #F2BF00;
}


#vision-mision .card-text {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
    transition: opacity 0.3s ease-in-out;
}

#vision-mision .card:hover .card-text {
    opacity: 0.9;
}


#vision-mision .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}


.footer-container{
    padding-top: 50px;
}

.text-center {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #191E29;
    border-top: 1px solid #00FF7F;
    color: #F2BF00;
    text-align: center;
    padding: 10px 0;
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
}

.text-body {
    color: #fff !important;
    font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
}
