body {
    font-family: Arial, sans-serif;
    color: #000;
    background-color: #fff;
}

[x-cloak] { display: none !important; }

p a,
div a,
[class^="text-gray"] a,
a {
    color: #2d7ceb;
}


div a:hover,
[class^="text-gray"] a:hover,
a.active,
a:hover {
    color: #1867d6;
}

a.active  {
    font-weight: bold;
}

header {
    position: relative;
    text-align: right;
    padding: 10px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

#menu li {
    margin: 0 10px;
}

#burger-menu {
    display: none;
    cursor: pointer;
}

.image-container {
    width: 60%;
    float: left;
}

.project-table {
    width: 35%;
    float: right;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

@media (max-width: 768px) {
    #menu ul {
        display: none;
    }

    #burger-menu {
        display: block;
    }

    .image-container, .project-table {
        width: 100%;
        float: none;
    }
}


.custom-scrollbar {
    /* For Firefox */
    scrollbar-width: none;
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.custom-scrollbar::-webkit-scrollbar {
    display: none; /* For Chrome, Safari and Opera */
}

.filter-btn {
    padding: 0.25rem 0.25rem;
    border-radius: 0.25rem;
    /*background-color: #f3f4f6;
    transition: all 0.3s ease;
}
.filter-btn:hover {
    /*background-color: #e3e3e3;*/
}

.timeline-items li {
    margin-top: 0.35rem !important;
}

.filter-btn.active {
    /*background-color: #eee;*/
    color: #115dc7;
    font-weight: bold;
}

.timeline-entry {
    position: relative;
    padding-left: 67px;
}

.timeline-entry .date {
    position: absolute;
    left: 0;
}

@media (max-height: 570px) {
    footer {
        position: relative !important;
    }
}
