body
{
  font-size: 150%;
  color: white;
  text-shadow: 1px 1px 5px black;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#projectTitle
{
  font-size: 200%;
}

#projectSubtitle
{
  color: silver;
  font-size: 100%;
  font-style: oblique;
}

#rowTitle
{
    margin-top: 20px;
}

#titleImage
{
    margin: 20px;
    max-height: 240px;
}

#titleImage img
{
    max-width: 100%;
    max-height: 240px;
    /*box-shadow: 10px 10px 25px black;*/
}

#titleDescription
{
    margin: 20px;
}

#otherInfos
{
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px;
}

.projectThumbnail
{
    margin: 20px 10px;
    height: 120px;

    text-align: center;
    justify-content: center;
    align-items: center;
}

.projectThumbnail img
{
    max-width: 100%;
    max-height: 120px;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 5px 5px 10px black;
}

.projectThumbnail img:hover
{
	transform:scale(1.25, 1.25);
	transform-origin:50% 50%;
    box-shadow: 30px 30px 35px rgba(0, 0, 0, 0.75);
}


#rowFooter
{
    margin: 20px;
    border-top: 2px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyrightInfos
{
    text-align: center;
}

.allProjectsThumbnails
{
    /*background: rgb(240, 240, 240);*/
    margin-bottom: 10px;
}
