
body {
    background-color: #232020;
    color:#fff;
    font-family: "Inter";
 
}
/* Title Section */
.i-color {
    color:#fff;
    margin:1rem;
    font-size:3rem;
}

.MJ {
    font-size:2rem;
    font-weight: bold;
    text-align: left;
}
.navbar-brand:hover{
    color:aqua;
}
.col-icons {
    text-align:right;
}
/* all -links section */


.submit-form {
    background-color: red;
}


.red{
    color:red;
    }
.form-area
{
    background-color: #fff;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
}
.col {
    margin:0 15rem 0;
}

.h3_form {
    color:black;
}

.profile_img {
    width:50%;
    border-radius:100%;
    float: center;
    margin:auto;
}

.nav{
    font-family: "Inter";
    font-size: large;
}

/* .home-info {
    padding: 12;
} */
/* #Home {
    height: 65vh;
    padding:2rem;
} */
.bio-col {
    width: 50%;
    margin: auto;
    text-align: left;
    line-height: 2;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding-top:15px;
}
/* .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.2rem 7%;

} */


.hr {
    color:white;
    height:4px;
}
@media (max-width:1400px) {
    .MJ {
        text-align: left;
        font-size: 3rem;
        font-weight: bold;

    }

    .i-color {
        font-size: 3rem;
    }

    .profile_img {
        width: 80%;
        border-radius: 100%;
        float: center;
        margin: auto;
    }

    .col-icons {
        text-align: right;
    }
}
.text-bio {
    justify-content: center;
    align-items: center;

}

@media (max-width:992px) {
    .bio-col{
        text-align:center;
        width:100%;
        margin:auto;
    }
    .image-col {
        width:100%;
        align-items: center;
    }
    .name {
        font-size:2rem;
    }
        .text-bio {
            justify-content: center;
            align-items: center;
    
        }
    .profile_img {
        width: 50%;
        display: block;
        border-radius: 100%;
        text-align: right;
        margin-left: auto;

    }
    .MJ {
        width:100%;
        text-align:center;
        font-size: 2.5rem;
        font-weight: bold;
    }
    .col-icons {
        text-align: center;
        width:100%;
    }
    .i-color {
        display:flex;
        
        justify-content: center;
        font-size: 2.5rem;
    }
}

#projects-list {
    width:90%;
    margin:auto;
    background-color: #232020;
    padding: 2rem;

}
#projects-list:hover{
    color:aqua
}
.li-color {
    background-color: #232020;
    color:#fff;
    font-size:1.25rem;
}

.images-col {
    padding-top:3rem;

}


.buttons {
    padding: 2rem;
}

.nav-item {
    font-size: large;
}

/* Change active nav-link background and text color */
#all-links .nav-link.active {
  background-color: #fff; 
  color: #000;            
}

#all-links .nav-link.active:hover {
    background-color: aqua;
    color: #000;
}
/* Change all nav-link text color (non-active) */
#all-links .nav-link {
  color: #fff;             /* For example, dark gray */
}

/* Optional: adjust hover state */
#all-links .nav-link:hover {
  color: aqua;
}

#title_bar .i-color:hover {
    color: aqua;
}

.btn:hover {
    background-color:aqua;
}


/* Animation styles to be added to css/styles.css */
.animate {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
#skills { animation-delay: 0.2s; }
#experience { animation-delay: 0.4s; }
#publications { animation-delay: 0.6s; }
#projects { animation-delay: 0.8s; }
    
.experience {
    background-color: #232020;
}

.logo {
    font-size: 2em;
    font-weight: bold;
    color: #fff; /* Light color to contrast with dark background */
}

.blog-link {
    color: #fff;
}