body {
	display: block;
}

.liz-repository-title {
    color: #404040;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold !important;
}

.thumbnail {
    background-color: #EAB300;
    border-radius: 0px;
    padding: 8px;
}

.liz-project-desc {
    color: white;
    background-color: rgba(110, 110, 110, 0.8);
    line-height: 1.2em;

}

.liz-project-title {
    color: white;
    font-weight: bold !important;
}

.liz-project-view,
.liz-project-show-desc,
.btn {
    color: #EAB300;
    background: white;
    border-radius: 0px;
    border: 0px solid;
    border-radius: 0px;
    margin-bottom: 5px;
}

.btn:hover,
.liz-project-view:hover,
.liz-project-show-desc:hover {
    color: #EAB300;
    background: #efefef;
}

.liz-project-img {
    filter: grayscale(100%);
    border-radius: 0%;
}

.liz-project-img:hover {
    filter: grayscale(0%);
}