/* general */
.project {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px 10px;
    margin: 30px auto;
    font-size: 16px;
}
.title, .title a {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.description, .extended_description {
    color: #555;
    font-size: 16px;
    margin: 0 10px;
    line-height: 1.8em;
}
.extended_description {
    margin-bottom: 10px;
}
.projectTags {
    margin: 20px 10px;
    line-height: 1.5em;
}
.examples {
    margin: 20px 10px;
    font-size: 16px;
}
.example-list {
    margin-top: 10px;
    margin-left: 14%;
    line-height: 1.5em;
}
.example-list li {
    margin-bottom: 20px;
}
.picture {
    width: 70%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.goldstar {
    color: gold;
}
.numLikes {

}
.separator {
    border-bottom: 1px solid #ccc;
    margin: 20px 10px;
}
.project_stats {
    margin-left: 10px;
    line-height: 1.3em;
}
.action {
    margin-left: 40px;
    margin-bottom: 10px;
    color: #0071bc;
}
.action .fa-star, .action .fa-share, .action .far {
    font-size: 2em;
}
.action .save, .action .saved, .action .share, .action .startproject {
    cursor: pointer;
}
.action .startproject {
    margin: 20px 0 0 10px;
}
.action .startproject .far {
    color: green;
}
.share {
    margin-left: 50px;
}
.shareContainer {
    margin-top: 15px;
    margin-left: 36%;
}
.shareContainer i.shareIcon {
    font-size: 3em;
    color: #0071bc;
    margin-right: 5px;
    cursor: pointer;
}
.likedBy {
    line-height: 1.5em;
}
.likersOthers_container {
    display: none;
    margin: 10px 0 0 0px;
    max-width: 400px;
}
.likersOthers {
    margin-top: 10px;
}
.likersOthers li {
    margin-top: 5px;
}
.close_likers:hover {
    cursor: pointer;
}

#startproject {
    margin: 20px 40px;
}
#startproject .selectClass {
    padding: 20px 0;
}
#startproject .selectClass select {
    margin: 30px 0;
}
#startproject .standardButton {
    display: inline-block;
}

@media screen and (min-width: 800px) {
    .project {
        padding: 20px;
        width: 50%;
        margin: 30px auto;
    }
    .description, .extended_description {
        margin: 0 5%;
    }
    .extended_description {
        margin-bottom: 10px;
    }
    
    .projectTags {
        margin: 20px 5%;
    }
    .examples {
        margin: 20px 5%;
    }
    .project_stats {
        width: 415px;
        margin: 10px auto;
    }
    .action {
        margin-left: 30%;
    }
    .share {
        margin-left: 100px;
    }
    .separator {
        margin: 10px 30px 20px;
    }
    .picture {
        width: 415px;
    }
}