.first-row {
    height: 300px;
    padding-top: 60px;
}

.row {
    width: 100%;
}

.r_padding{
    width: 100%;
    height: 100%;
    max-width: 1280px;
    text-align: left;
    padding: 100px;
}

.downloads{
    margin: 20px;
}

.subheading{
    width: 100%;
    font-weight: bold;
    font-size: 1.3em;
    margin: 20px 0px;
}

.mybreak{
    margin: 30px 0px 50px 0px;
}

table{
    width:100%;
}

tr{
    display:flex;
    align-items: center;
    margin: 20px 0px;
}

td{
    display: flex;
    width: 100%;
}

th{
    width: 100%;
    font-weight: bold;
    color: #963;
}

.myskill_point{
    height: 0.8em;
    margin: 0.1em;
}

.half{
    width:100%;
}

.project {
    margin: 50px 0px;
    width: 100%;
    height: 250px;
}

.project_head div{
    flex: 1;
    width: 100%;
    height: 100%;
}

.project_what{
    color: #963;
    font-size: 25px;
}

.project_tools{
    background-color: #963;
    color: #222;
}

.project_text{
    height: 100%;
    width: 50%;
    padding: 15px;
    font-size: 20px;
    background-color: #ccc;
    color: #222;
}
  
.project_head {
    height: 100%;
    width: 50%;
    background-color: #333;
    color: #ccc;
}

@media screen and (max-width : 768px) {
    .first-row {
        height: 250px;
    }

    .first-row span{
        font-size: 30px;
    }

    .r_padding{
        padding: 25px;
        font-size: 20px;
    }

    .downloads{
        flex-direction: column;
    }

    .myskill_list{
        flex-direction: column;
    }

    .myskill_point{
        height: 0.6em;
    }

    .subheading{
        text-align: center;
    }

    th{
        text-align: center;
    }

    tr td:first-of-type{
        justify-content: right;
        margin-right: 10px;
    }

    tr td:last-of-type{
        justify-content: left;
        margin-left: 10px;
    }

    .dirlink{
        flex-direction: column;
    }

    .know_more{
        text-align:center;
        margin: 20px 0px;
    }

    .project {
        margin: 50px 0px;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .project_text{
        height: auto;
        width: 100%;
        font-size: 15px;
    }
      
    .project_head {
        height: 150px;
        width: 100%;
    }

}