.project_box_inside { 
                      position:relative;
                      float:left;
                      width:auto;
                      height:100%;
                      padding-top:2em;
                      padding-left:2em;
                      padding-right:2em;
                      padding-bottom:2em;
                      margin:0;
}

.project_box_inside p { 
                        padding-left:0em;
                        padding-right:0em;
                        margin:0em;
                        padding-bottom:1em;
                        text-align:justify;
                        font-size:medium;
                        text-indent:1em;
}

.project_box_inside p a { 
                          padding:0;
                          text-decoration:underline;
                          outline-style:none;
}

.project_figure_40p { 
                       width:40%;
}

.project_figure_60p { 
                       width:60%;
}

.project_figure_80p { 
                       width:80%;
}

.project_figure_100p { 
                       width:100%;
}


.project_figure_40p,
.project_figure_60p,
.project_figure_80p,
.project_figure_100p { 
                  position:relative;
                  margin-left:auto;
                  margin-right:auto;
                  margin-bottom:.25em;
                  text-align:justify;
}


.project_figure_40p img,
.project_figure_60p img,
.project_figure_80p img,
.project_figure_100p img { 
                           width:100%;
}



.project_box_inside p.project_figure_caption { 
                                               text-align:justify;
                                               text-indent:0em;
                                               font-size:small;
                                               padding:0;
                                               margin-top:0;
                                               margin-bottom:1em;
}


/* -------------------- COLORS ------------------------ */

#project_thumbnail_box { 
                         background-color:#151342;
}