﻿.cat__list li a {
    text-transform: unset;
}

.blog__thumb {
    text-align: center;
}

.blog__thumb img {
    max-width: 300px;
}

.ProjectDetails {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
}

    .ProjectDetails p, ul {
        padding: 10px;
        color: black;
    }

    .ProjectDetails ul {
        list-style-type: circle;
    }

    .ProjectDetails h4 {
        text-decoration: underline;
        font-weight: bold;
    }

    .ProjectDetails > div:first-child {
        background-color: lightgray;
        padding: 5px;
        border-radius: 2px;
    }

    .sticky {
        position: fixed;
        top: 100px;
    }

.stickyBottom {
    position: fixed;
    top: unset;
    bottom: 300px;
}
