.text-center {
    text-align: center;
}

.project-title {
    margin-top: 0;
}

.project-image-container {
    height: 150px;
    width: 150px;
    background-image: url("/projects/text-images/battlesnake_splash.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
} 

.project-card {
    height: 150px;
    box-shadow: 3px 3px 6px 0px #00000066;
}

.project-info-container {
    position: absolute;
    height: 150px;
    top: 0;
    left: 150px;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.project-desc {
    height: 48px;
    overflow-y: hidden;
}

.badge {
    margin-left: 2px;
    margin-right: 2px;
}

.btn-sm {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 12px;
}

hr {
    margin-top: 6px;
    margin-bottom: 4px;
}

.popup-card {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 85px;
    z-index: 1500;
    margin: 0;
}

.hidden{
    visibility: hidden !important;
    z-index: -1000 !important;
}

.btn-round {
    border-radius: 100% !important;
    height: 50px;
    width: 50px;
}

#addProjectButton {
    position:fixed;
    bottom: 15px;
    right: 15px;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    z-index: 100;
    border: 0;
    box-shadow: 3px 3px 6px 0px #00000066;

}

.text-lg{
    font-size: xx-large;
}