.instilogo {
    height: 50px;
    filter: grayscale(20%);
}

a:hover {
    /* font-weight: 400; */
    text-decoration: none;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    /* color: #444; */
}


.noter {
    font-size: 9pt;
}

.tagsep {
    padding: 4px;
}

.tag {
    padding-right: 2px;
}

.confshort {
    font-weight: 300;
}

.conf {
    display: inline-block;
    padding-bottom: 4px;
}

.paper {
    border-left: 1px solid #ddd;
}

.menulink:hover {
    color: #111;
}

.profilepic {
    width: 150px;
    border-radius: 40%;
    /* filter: grayscale(100%); */
}

@media (min-width: 768px) {
    .fixed-posi {
        /* width: 50%;
            margin-left: 50%;
            min-height:100%; */
        position: fixed;
    }
}

@media only screen and (max-width: 900px) {
    .allstuff {
        padding-top: 0px !important;
    }

    .allstuffp {
        padding-top: 0px !important;
    }

    .profilepic {
        width: 90px;
        border-radius: 20%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        /* filter: grayscale(100%); */
    }

    .menur {
        padding-top: 18px !important;
    }

    /* Center the profile section on mobile */
    .profile-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .fixed-posi {
        position: static !important;
    }

    /* Mobile project layout - stack vertically with specific order */
    .project-mobile {
        display: flex;
        flex-direction: column;
    }

    .project-title-mobile {
        order: 1;
        text-align: center;
        margin-bottom: 10px;
    }

    .project-links-mobile {
        order: 2;
        text-align: center;
        margin-bottom: 15px;
    }

    .project-image-mobile {
        order: 3;
        text-align: center;
        /* margin-top: 15px; */
    }

    .project-description-mobile {
        order: 4;
        text-align: center;
    }
}

/* .thisauthor {
          color: #111;
          text-decoration: underline;
    } */

.advisor-byline {
    font-style: italic;
    color: #5a189a;
    margin: -10 0 0 0;
    font-size: 0.8em;
    opacity: 0.8;
}

/* .project-icon {
    height: 150px; 
    width: 150px; 
    max-width: 250px; 
    max-height: 250px;
    margin-left: 40px;
    margin-right: 40px;
} */

.project-icon {
    height: 180px; 
    width: 180px; 
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.project-description {
    font-size: 0.9em;
    line-height: 1.5;
    color: #666;
}

.project-description p {
    margin: 0;
}

@media (max-width: 768px) {
    .project-icon {
        height: 120px;
        width: 120px;
        margin-bottom: 20px;
    }
    
    .project-description {
        font-size: 0.9em;
    }
}

.mb-3 {
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    .d-md-flex {
      display: none !important;
    }
  }
  
@media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
}
  