body {
    overflow-x: hidden;
}

a {
    color: #326fcf;
    text-decoration: none;
}

footer {
    margin-top: 2em;
    margin-bottom: 2em;
}

.timespace {
    color: #bbb;
    font-weight: Light;
    width: 100px;
    /* Adjust this value as needed */
    text-align: right;
}

.line {
    border-color: #bbb;
}

.timelinedot {
    position: relative;
    border: 2px solid;
    border-color: #fff;
    width: 15px;
    height: 15px;
    background-color: #bbb;
    border-radius: 50%;
    right: -8px;
}

.tail {
    color: red;
}

.hr60 {
    width: 60%;
}

hr {
    margin: 14px auto;
    color: #bbb;
}

#project {
    background-color: #eee;
    color: black;
}

#misc {
    color: #bbb;
}

#publications{
    background-color: #eee;
    color: black;
}

.pubItems:hover {
    background-color: #ccc;
    /* color: black; */
    transform: scale(1.05);
    border-radius: 5px;
    transition-duration: 0.25s;
}

#home {
    background-color: #1d232a;
    color: white;
}
#news {
    background-color: #1d232a;
    color: #ccc;
}

.newsItems:hover {
    background-color: #2e333c;
    
    transform: scale(1.05);
    border-radius: 5px;
    transition-duration: 0.25s;
}

.showMoreButton {
    background-color: #ccc;
    /* color: black; */
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.image-object-fit {
    width: 200px; 
    height: 150px; 
    object-fit: contain;
}

.showMoreButton:hover {
    background-color: #bbb;
    /* color: black; */
    /* transform: scale(1.05); */
    /* border-radius: 5px; */
    /* transition-duration: 0.25s; */
}

#about-us {
    background-color: #eee;
    color: black;
}

#objectives {
    background-color: #eee;
    color: black;
}

#supervisior {
    background-color: #eee;
    color: black;
}

#current-member {
    background-color: #1d232a;
    color: #ccc
}

#alumni-member{
    background-color: #1d232a;
    color: #ccc
}

#collabs{
    background-color: #eee;
    color: black;
}

.collab-img{
    object-fit: contain;
}

.custom-img {
    min-width: 64px;
    /* Adjust the value as needed */
    width: 64px;
    /* Ensures the width is always set */
    border-radius: 5px;
}

.displaymember {
    display: flex;
    flex-wrap: wrap;
    /* Allows items to wrap to the next line if there's not enough space */
    gap: 1px;
    /* Adds space between items */
}

.navbar {
    position: fixed; /* Sticks to the top */
    top: 0;
    left: 0;
    width: 100%;
    background: #1d232a;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.navbar .logo {
    font-size: 20px;
    font-weight: bold;
}

.navbar .nav-links {
    display: flex;
    gap: 15px;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding: 8px 15px;
}

.navbar a:hover {
    background: #555;
    border-radius: 5px;
}

.content {
    padding-top: 75px; /* Extra padding to prevent overlap */
}

#footer {
    background-color: #1d232a;
    color: #ccc;
    position: static;
    bottom: 0;
    left: 0;
}
