.projects_title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-family: ProximaNova-Bold;
    color: #fff;
    text-align: center;
}

.project_container {
    background: #fff;
}

.note_bold {
    font-family: ProximaNova-Bold;
}

.note_text {
    background: #FFFFFF;
    padding: 10px;
}

.project_screenshot {
    width: 50%;
    display: inline-table;
    display: inline-block;
    vertical-align: middle;
}

.more-free-stuff .project_screenshot {
    position: relative;
}

.more-free-stuff .project_screenshot>img {
    width: 150px;
    margin: auto;
}

.digitalcitizenship_screenshot,
.more-free-stuff #gameup-container .project_screenshot {
    background: #009999;
}

.more-free-stuff #brainpopjrfreestuff-container .project_screenshot {
    background: #FFF9EC;
}

.jrfreestuff_img,
.digitalcitizenship_img,
.gameup_img {
    padding: 10px;
}

.modal-body-coding-sample-video {
    padding-top: 0;
}

.modal-header-coding-sample-video {
    padding-bottom: 5px;
}

.more-free-stuff .project_screenshot .top-left-triangle {
    width: 25%;
    padding-top: 25%;
    left: 0px;
    top: 0px;
    background: linear-gradient(to right bottom, #FFCF3F 50%, transparent 50%);
    position: absolute;
}

.more-free-stuff .project_screenshot .top-left-triangle img {
    max-width: 45%;
    min-width: 15px;
    margin-left: 10%;
    margin-top: 10%;
    top: 0;
    left: 0;
    position: absolute;
}

.project_name_container {
    width: 50%;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
}

.project_name {
    font-size: 18px;
    font-family: ProximaNova-Bold;
    color: #006666;
    line-height: 18px;
    /* text-transform: capitalize; */
    padding: 10px 10px 0 10px;
}

.project_by {
    color: #000;
    font-family: ProximaNova-Regular;
    text-align: center;
    display: table-row;
}

.project_item:hover .project_name {
    color: #007171;
}

.projects_sub_title {
    color: #343a41;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: ProximaNova-Bold;
    /*padding: 0 50px;*/
    /*background: #009999;*/
    position: relative;
    text-align: center;
}

.project_item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    list-style: none;
}

/*.projects_row{
    background: #00cccc;
}*/
.projects_list {
    padding: 10px;
    padding-top: 0;
}

.projects_name {
    /* text-transform: capitalize; */
    /*width: 100%;*/
    display: inline-block;
    vertical-align: top;
}

.projects_icon_container {
    /*display: none;*/
    width: 40px;
    height: 40px;
    /*padding: 10px;*/
    box-sizing: border-box;
    /*position: absolute;*/
    display: inline-block;
    left: 0;
}

.projects:nth-child(odd) {
    background: #fff;
}

.projects:nth-child(odd) .projects_row {
    background: #fff;
}

.projects:nth-child(odd) .project_container {
    background: #f3f3f3;
}

.projects:nth-child(even) {
    background: #f3f3f3;
}

.projects:nth-child(even) .projects_row {
    background: #f3f3f3;
}

.projects:last-of-type {
    padding-bottom: 20px;
}

@media (min-width: 480px) {
    .projects_title {
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    .projects_sub_title {
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }

    .project_name {
        font-size: 24px;
        line-height: 24px;
    }

    .projects_icon_container {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 600px) {
    .note_text {
        padding: 30px 10px 10px 10px;
    }

    .projects_icon_container {
        /*display: inline-block;*/
        width: 70px;
        height: 70px;
        /*padding: 10px;*/
        /*box-sizing: border-box;*/
    }

    .projects_name {
        display: inline-block;
        vertical-align: top;
    }

    .projects_title {
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }

    .projects_sub_title {
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        padding: 0;
    }

    .project_item {
        width: 33.33333333%;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .project_screenshot {
        width: 100%;
        display: inherit;
    }

    .project_name_container {
        width: 100%;
        height: 70px;
    }

    .project_name {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        line-height: 18px;
    }

    .projects_list {
        padding: 0 0 0 10px;
    }

    .projects:last-of-type {
        padding-bottom: 50px;
    }
}

/*@media (min-width: 900px) {
    .project_name{
        font-size: 24px;
        line-height: 24px;
    }
}*/